An open API service indexing awesome lists of open source software.

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

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
```