Data collector jobs for the Origo dataplatform.
The following sources are currently implemented:
agresso
: Economy data from Agresso.better_uptime
: Service uptime data from Better Stack.measurements
: Measurements (KPIs) from the OKR Tracker.
make init
Tests are run using tox:
make test
For tests and linting we use pytest, flake8, and black.
GitHub Actions deploys to dev and prod on push to main
.
You can also deploy from a local machine to dev with:
make deploy
Or to prod with:
make deploy-prod