Cloud

Redpanda SQL

Redpanda SQL is an OLAP query engine in Redpanda Cloud BYOC clusters. It surfaces your Redpanda topics as SQL tables and runs analytical queries against streaming data and Iceberg history through a PostgreSQL-compatible dialect.

Common use cases:

  • Run real-time analytics on a Redpanda topic without moving data out of Redpanda.

  • Combine live streaming data with the Iceberg history of an Iceberg-enabled topic in a single query.

  • Map nested schema fields (Protobuf, Avro, JSON) to typed SQL columns for direct querying.

Get started: