ksqlDB REST API

The ksqlDB REST API exposes ksqlDB, Confluent's streaming SQL engine, over HTTP. Clients submit streaming SQL statements, query streams and tables (push and pull queries), and inspect server status.

API entry from apis.yml

apis.yml Raw ↑
aid: confluent-the-data-streaming-platform:ksqldb-rest-api
name: ksqlDB REST API
description: The ksqlDB REST API exposes ksqlDB, Confluent's streaming SQL engine, over HTTP. Clients
  submit streaming SQL statements, query streams and tables (push and pull queries), and inspect server
  status.
humanURL: https://docs.ksqldb.io/en/latest/developer-guide/api/
baseURL: https://localhost:8088
image: https://kinlane-productions2.s3.amazonaws.com/apis-json/apis-json-logo.jpg
tags:
- ksqlDB
- REST
- Streaming SQL
properties:
- type: Documentation
  url: https://docs.ksqldb.io/en/latest/developer-guide/api/
x-features:
- Push and Pull Queries
- Streaming SQL Execution
- Server Health and Status
x-use-cases:
- Run streaming SQL from web applications
- Build real-time materialized views
- Power dashboards with push queries