Skip to content

ddymkowski/kafka-flink-docker-pg

Repository files navigation

Playground for Kafka & Flink

With Flink image supporting python 3.10 ;-;

Setup

cp .env.dev .env
python -m venv venv
source venv/bin/activate 
pip install -r requirements.txt -r requirements-dev.txt
make up

Cleanup

make cleanup

UI

Kafka localhost:9000

Flink localhost:8081

Running ingestor

make run_ingestor

Running aggregator

make run_aggregator

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published