Customized version of cp-demo.
Alec Powell ([email protected])
Last Updated: 04-24-20 for Confluent Platform 5.5.0
sudo yum install git
sudo yum install docker-compose
git clone <this-repo>
#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
./01-start-twitter-connector.sh
./02-init-ksqldb-streams.sh
./03-start-memsql-connect-sink.sh
docker-compose down -v