nathanvogel / relations-watch

Understand interests through relations
https://relations.watch
GNU Affero General Public License v3.0
7 stars 0 forks source link

dockerized version with alpine / more datasets #1

Open lucmski opened 5 years ago

lucmski commented 5 years ago

Hi,

Hope you are all well !

Would be awesome to have a dockerized version (alpine) so it could be improved locally. (for ref if u want to make your life easier just re-use https://gist.github.com/lucmski/b4a143b0bf026448f159e6bf463ed0c2)

Many other datasets are available, eg https://github.com/regardscitoyens/nosdeputes.fr/blob/master/doc/opendata.md

Have a good week-end :-)

Ps. this project is awesome (this one too https://github.com/datafornews/metada)

Cheers,

nathanvogel commented 5 years ago

Hi, I'm well, thanks :)

I've used Docker a bit for ML, but I'm not too familiar with it. For now, the local setup is still quite easy, even with the ArangoDB server, but I'll think about dockerizing everything when I'll create a proper README soon. To contribute to the frontend, one can simply do yarn install + yarn start and use the online API url in frontend/src/utils/api.ts.

Thanks for the dataset suggestion, indeed there're many more that could be imported! Thank you for the compliment! May I ask how you found the project?

Cheers

nathanvogel commented 5 years ago

Metada looks really cool! It was also an idea of derived application for relations.watch. (only the ownership part, not monitoring user time spent, etc.)