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 initTests are run using tox:
make testFor 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 deployOr to prod with:
make deploy-prod