Skip to content

City-of-Helsinki/mittaridatapumppu

Repository files navigation

mittaridatapumppu

Realtime data processing and management

plot

Introduction

The following repositories contain the services for the data pipeline shown in diagram above.

Build and Test

Go To test set up

pip install pre-commit
pre-commit install
pip-compile
pip-compile --extra dev --output-file requirements-dev.txt
pip-sync
pre-commit run --all-files