The music demo is the KSQL version of the Kafka Streams Demo Application. This isn't an exact replica of that demo because some features in Kafka Streams API are not available yet in KSQL (coming soon!). Some of these differences are noted in the KSQL commands. Instead of the music demos's REST endpoints, use KSQL to inspect the data.
- Common demo prerequisites
- Confluent Platform 4.1
- Java 1.8 to compile the data generator, i.e. the
KafkaMusicExampleDriver
class
After you run ./start.sh
:
- Run
ksql http://localhost:8088
to view and create queries, or open your browser and navigate to the KSQL UI at http://localhost:8088