How to install Confluent Platform on local and run KSQL

--

Using Confluent KSQL in Kafka involves configuring and running the Confluent Platform, which includes Kafka, KSQL, and other components.

Setup

Follow this tutorial to get Confluent Platform running on you machine (preferably the Docker approach).

You should end up with http://localhost:9021/clusters running and this screen displayed in your browser.

Running KSQL

Now you can navigate to ksqlDB and run your KSQL queries.

More

--

--