https://github.com/oslokommune/okdata-data-collectors
Data collector jobs for the Origo dataplatform.
https://github.com/oslokommune/okdata-data-collectors
dataplatform
Last synced: 28 days ago
JSON representation
Data collector jobs for the Origo dataplatform.
- Host: GitHub
- URL: https://github.com/oslokommune/okdata-data-collectors
- Owner: oslokommune
- License: mit
- Created: 2024-02-08T12:47:59.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T11:24:47.000Z (about 1 month ago)
- Last Synced: 2026-01-12T18:05:30.988Z (about 1 month ago)
- Topics: dataplatform
- Language: Python
- Homepage:
- Size: 446 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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
```sh
make init
```
## Test
Tests are run using [tox](https://pypi.org/project/tox/):
```sh
make test
```
For tests and linting we use [pytest](https://pypi.org/project/pytest/),
[flake8](https://pypi.org/project/flake8/), and
[black](https://pypi.org/project/black/).
## Deploy
GitHub Actions deploys to dev and prod on push to `main`.
You can also deploy from a local machine to dev with:
```sh
make deploy
```
Or to prod with:
```sh
make deploy-prod
```