With Flink image supporting python 3.10 ;-;
cp .env.dev .env
python -m venv venv
source venv/bin/activate
pip install -r requirements.txt -r requirements-dev.txt
make up
make cleanup
Kafka localhost:9000
Flink localhost:8081
make run_ingestor
make run_aggregator