Data aggregation pipeline properly scrape and collect interesting dataset
Project details: Github
Deployment: DigitalOcean Apps
Internal Dashboard: Faktory
Includes Services: Faktory • Rougecombien • Rotondo
For local development you simply have to follow those steps:
Get the code:
$ git clone https://github.com/mlhamel/trieugene.git`Change current working dir:
$ cd trieugeneRun dev setup:
$ dev upBuild from source:
$ dev buildAnd you're done!
Locally you're gonna need to run multiple processes in parallele to have trieugene and it's different services up and running:
Change current working dir:
$ cd trieugeneRun trieugene:
$ bin/trieugene devThen you can start running the different services like the following:
$ bin/rougecombien devor simply running the main job scheduler:
$ bin/rotondo devCrafted by Mathieu Leduc-Hamel.