A Python 3.10 service that streams events on an event queue and from there writes it into the datalake. This service is build with poetry.
- Python >= 3.10, you can use for example pyenv to manage that
- Poetry
- librdkafka
make install
To run all tests and checks:
make check
To run all tests (unit and integration):
make test
To just run unit-tests:
make unit-test
To just run integration-tests:
make integration-test
make auto-format
make lint
make type-check