Important
You are viewing documentation for an older version of Confluent Platform. For the latest, click here.
confluent demo¶
Description¶
Run Confluent Platform end-to-end demo applications using KSQL, Confluent Replicator, Confluent Control Center, and more.
- Running
confluent demo
requires internet connectivity and GitHub access. - Demos are stored locally in
$CONFLUENT_HOME/quickstart-demos
. - The demos are for sandbox testing in a development environment. Never run these demos in production.
Usage¶
confluent demo [ list | update | start | stop | info ] [ <demo-name> ]
Tip
For usage information, enter confluent help demo
.
Options¶
Name, shorthand | Description |
---|---|
list |
List names of available demos |
update |
Pull the latest demo code |
start <demo-name> |
Start a demo with specified name |
stop <demo-name> |
Stop a demo with specified name |
info <demo-name> |
Provide README for demo with specified name |
Examples¶
- List available demos
confluent demo list
- Update demo code to ensure you are running the latest code.
confluent demo update
- Start a demo called
wikipedia
confluent demo start wikipedia
- Stop a demo called
wikipedia
confluent demo stop wikipedia
- View the README for a demo called
wikipedia
confluent demo info wikipedia