There are multiple demos in this repo that showcase Kafka stream processing on the Confluent Platform. Each demo resides in its own subfolder:
- Clone the repo:
git clone https://github.com/confluentinc/quickstart-demos
- Change directory to one of the demo subfolders
- Start a demo with
./start.sh
- Stop a demo with
./stop.sh
- Confluent Platform 4.1
- Env var
CONFLUENT_HOME=/path/to/confluentplatform
- Env var
PATH
includes$CONFLUENT_HOME/bin
- Internet connectivity to download the KSQL UI
- If you do not want to download the KSQL UI, comment out
get_ksql_ui
in the demo'sstart.sh
script
- If you do not want to download the KSQL UI, comment out
- Each demo has its own set of prerequisites as well, documented in each demo's README