Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 761 Bytes

README.md

File metadata and controls

43 lines (28 loc) · 761 Bytes

okdata-data-collectors

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.

Setup

make init

Test

Tests are run using tox:

make test

For tests and linting we use pytest, flake8, and black.

Deploy

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