The Clickstream demo is the automated version of the KSQL Clickstream demo
- Common demo prerequisites
- Confluent Platform 4.1
- 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
- Grafana 5.0.3 to visualize data
- If you do not want to use Grafana, comment out
check_running_grafana
in thestart.sh
script
- If you do not want to use Grafana, comment out
After you run ./start.sh
:
- If you are running Confluent Enterprise, open your browser and navigate to the Control Center web interface Monitoring -> Data streams tab at http://localhost:9021/monitoring/streams to see throughput and latency performance of the KSQL queries
- Run
ksql http://localhost:8088
to view and create queries, or open your browser and navigate to the KSQL UI at http://localhost:8088 - Navigate to the Grafana dashboard at http://localhost:3000/dashboard/db/click-stream-analysis. Login with user ID
admin
and passwordadmin
.