https://github.com/oslokommune/okdata-agresso
Agresso data fetcher for the Origo dataplatform
https://github.com/oslokommune/okdata-agresso
dataplatform
Last synced: 28 days ago
JSON representation
Agresso data fetcher for the Origo dataplatform
- Host: GitHub
- URL: https://github.com/oslokommune/okdata-agresso
- Owner: oslokommune
- License: mit
- Created: 2024-01-17T13:21:21.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-06T06:59:35.000Z (about 2 years ago)
- Last Synced: 2024-02-06T07:43:27.550Z (about 2 years ago)
- Topics: dataplatform
- Language: Python
- Homepage:
- Size: 69.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Okdata Agresso
Batch job for loading Agresso data into the Origo dataplatform.
## 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
```