The Wikipedia demo is the non-Docker version of the Confluent Platform Demo.
- Common demo prerequisites
- Confluent Platform 5.0
- Elasticsearch 5.6.5 to export data from Kafka
- If you do not want to use Elasticsearch, comment out
check_running_elasticsearch
in thestart.sh
script
- If you do not want to use Elasticsearch, comment out
- Kibana 5.5.2 to visualize data
- If you do not want to use Kibana, comment out
check_running_kibana
in thestart.sh
script
- If you do not want to use Kibana, comment out
After you run ./start.sh
, follow the Confluent Platform Demo playbook