Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 1.07 KB

README.md

File metadata and controls

24 lines (19 loc) · 1.07 KB

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