Repository containing the tooling for showcasing the end-to-end POC demo
docker-compose up --build -d
This will start:
- kafka zookeeper
- kafka broker
- python data generator
- flink cluster
e2edemo.sh
Run end-to-end demo pipeline
build-new-jar.sh
Build a new jar and replace streaming-monitor.jar
submit-job.sh
Submit the streaming-monitor.jar
to the flink cluster
Kafka 2.7.0
Flink UI: http://localhost:8081