https://docs.confluent.io/platform/7.9/ksqldb/developer-guide/ksqldb-rest-api/status-endpoint.html
Get the Status of a Statement in ksqlDB for Confluent Platform | Confluent Documentation
The `/status` resource returns the current state of statement execution
a statement
https://docs.confluent.io/platform/8.0/ksqldb/developer-guide/ksqldb-reference/show-topics.html
SHOW TOPICS statement in ksqlDB for Confluent Platform | Confluent Documentation
Syntax for the SHOW TOPICS statement in ksqlDB.
show topicsconfluent platformstatementksqldbdocumentation
https://docs.confluent.io/operator/2.5/co-plugin-cli/kubectl_confluent_cluster_ksqldb_reconcile.html
kubectl confluent cluster ksqldb reconcile | Confluent Documentation
kubectlconfluentclusterksqldbreconcile
https://docs.confluent.io/platform/7.3/ksqldb/overview.html
ksqlDB | Confluent Documentation
ksqldbconfluentdocumentation
https://docs.confluent.io/platform/7.9/ksqldb/developer-guide/ksqldb-rest-api/ksql-endpoint.html
Run a Statement in ksqlDB for Confluent Platform | Confluent Documentation
Use the /ksql resource to run a sequence of ksqlDB statements.
a statementconfluent platformrunksqldbdocumentation
https://developer.confluent.io/confluent-tutorials/ksql-heterogeneous-json/ksql/
How to handle heterogeneous JSON with ksqlDB
In this tutorial, learn how to handle heterogeneous JSON with ksqlDB, with step-by-step instructions and supporting code.
how tohandlejsonksqldb
https://docs.confluent.io/platform/7.6/streams-ksql-index.html
ksqlDB and Kafka Streams for Confluent Platform | Confluent Documentation
kafka streamsconfluent platformksqldbdocumentation
https://docs.confluent.io/platform/7.9/ksqldb/index.html
ksqlDB for Confluent Platform | Confluent Documentation
confluent platformksqldbdocumentation
https://docs.confluent.io/platform/7.8/ksqldb/installing.html
Install ksqlDB for Confluent Platform | Confluent Documentation
confluent platforminstallksqldbdocumentation
https://docs.confluent.io/platform/7.8/ksqldb/developer-guide/ksqldb-reference/overview.html
API Index for ksqlDB for Confluent Platform | Confluent Documentation
Learn to program ksqlDB to create streaming applications.
confluent platformapiindexksqldbdocumentation
https://developer.confluent.io/courses/inside-ksqldb/stateful-operations/
Stateful Operations in ksqlDB: Aggregations and Materialized Views
Materialized views in ksqlDB tables save querying time by running continous, incremental calculations. They are backed by changelogs and are stored in a quick...
operationsksqldbaggregationsviews