Skip to content

alecpowell18/alec-cp-demo

Repository files navigation

alec-cp-demo

Customized version of cp-demo.

screenshot

Alec Powell ([email protected])

Last Updated: 04-24-20 for Confluent Platform 5.5.0

RUNBOOK

Pre-reqs:

sudo yum install git
sudo yum install docker-compose
git clone <this-repo>

Spin up the demo containers...

#SET NECESSARY ENV VARS [TODO]
docker-compose up -d

Make sure everything is "up"... (except for kafka-client which exists only to create the first topic)

docker-compose ps

Put the connectors in place and off we go!

./01-start-twitter-connector.sh
./02-init-ksqldb-streams.sh
./03-start-memsql-connect-sink.sh

TEARDOWN

docker-compose down -v

Releases

No releases published

Packages

No packages published