Skip to content

Quickstart demos for local install of Confluent Platform

License

Notifications You must be signed in to change notification settings

rodesai/quickstart-demos

 
 

Repository files navigation

image

Overview

There are multiple demos in this repo that showcase Kafka stream processing on the Confluent Platform. Each demo resides in its own subfolder:

Running The Demos

  1. Clone the repo: git clone https://github.com/confluentinc/quickstart-demos
  2. Change directory to one of the demo subfolders
  3. Start a demo with ./start.sh
  4. Stop a demo with ./stop.sh

Prerequisites

  • 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's start.sh script
  • Each demo has its own set of prerequisites as well, documented in each demo's README

About

Quickstart demos for local install of Confluent Platform

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 49.5%
  • Java 34.2%
  • SQLPL 8.2%
  • Makefile 8.1%