Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 943 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 943 Bytes

image

Overview

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.

Prerequisites

What Should I see?

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