项目作者: alecpowell18

项目描述 :
Customized version of cp-demo
高级语言: TSQL
项目地址: git://github.com/alecpowell18/alec-cp-demo.git
创建时间: 2020-04-23T20:11:26Z
项目社区:https://github.com/alecpowell18/alec-cp-demo

开源协议:

下载


alec-cp-demo

Customized version of cp-demo.

screenshot

Alec Powell (apowell@confluent.io)

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

RUNBOOK

Pre-reqs:

  1. sudo yum install git
  2. sudo yum install docker-compose
  3. git clone <this-repo>

Spin up the demo containers…

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

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

  1. docker-compose ps

Put the connectors in place and off we go!

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

TEARDOWN

  1. docker-compose down -v