Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 554 Bytes

README.md

File metadata and controls

29 lines (17 loc) · 554 Bytes

poc-tooling

Repository containing the tooling for showcasing the end-to-end POC demo

Start the full test environment:

docker-compose up --build -d

This will start:

  • kafka zookeeper
  • kafka broker
  • python data generator
  • flink cluster

Utility scripts:

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

Versions:

  • Kafka 2.7.0

Endpoints

Flink UI: http://localhost:8081