Skip to content

Latest commit

 

History

History
41 lines (32 loc) · 2.56 KB

README.md

File metadata and controls

41 lines (32 loc) · 2.56 KB

Getting Started

Prerequisites

  • Docker
  • JDK 11+

To start ksqldb use docker-compose up which will start Zookeeper, the Kafka broker and Ksqldb server.

To launch the CLI run docker exec -it ksqldb-cli ksql http://ksqldb-server:8088

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Additional Links

These additional references should also help you: