Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions modules/terms/partials/iceberg-catalog.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
=== Iceberg catalog
:term-name: Iceberg catalog
:hover-text: A metadata service that tracks Apache Iceberg tables and their schemas. Redpanda supports REST catalogs (such as AWS Glue, Snowflake Open Catalog, or Databricks Unity Catalog) and filesystem-based catalogs.
:category: Redpanda core

Redpanda SQL connects to a REST catalog with `CREATE ICEBERG CATALOG` to query the Iceberg-committed history of a topic.
4 changes: 4 additions & 0 deletions modules/terms/partials/iceberg-mode.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== Iceberg mode
:term-name: Iceberg mode
:hover-text: The Redpanda topic property (`redpanda.iceberg.mode`) that controls whether and how the topic's records are translated into an Apache Iceberg table.
:category: Redpanda core
4 changes: 4 additions & 0 deletions modules/terms/partials/iceberg-topic.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== Iceberg topic
:term-name: Iceberg topic
:hover-text: A Redpanda topic with Iceberg integration enabled, so its data is also stored as an Apache Iceberg table that downstream analytical systems can read directly. Also called an Iceberg-enabled topic.
:category: Redpanda core
4 changes: 4 additions & 0 deletions modules/terms/partials/iceberg-translation.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== Iceberg translation
:term-name: Iceberg translation
:hover-text: The background process that converts records on an Iceberg topic into Apache Iceberg format and commits them to the configured Iceberg catalog.
:category: Redpanda core
4 changes: 4 additions & 0 deletions modules/terms/partials/oxla.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== Oxla
:term-name: Oxla
:hover-text: The SQL engine technology that powers Redpanda SQL. "Oxla" may appear in version strings, error messages, and some API field names.
:category: Redpanda SQL
4 changes: 4 additions & 0 deletions modules/terms/partials/redpanda-catalog.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== Redpanda catalog
:term-name: Redpanda catalog
:hover-text: A catalog in Redpanda SQL that maps Redpanda topics to SQL tables. The default Redpanda catalog (`default_redpanda_catalog`) is provisioned automatically when Redpanda SQL is enabled.
:category: Redpanda SQL
6 changes: 6 additions & 0 deletions modules/terms/partials/redpanda-sql.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
=== Redpanda SQL
:term-name: Redpanda SQL
:hover-text: A PostgreSQL-compatible SQL engine built into Redpanda Data Platform for querying streaming data in Redpanda topics.
:category: Redpanda SQL

Redpanda SQL provides analytical SQL queries over Redpanda topic data without requiring ETL pipelines or a separate analytics system. It can also query the Iceberg-translated history of Iceberg-enabled topics alongside live records.
4 changes: 4 additions & 0 deletions modules/terms/partials/wire-format.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
=== wire format
:term-name: wire format
:hover-text: A serialization format used by Schema Registry that prefixes each record with a magic byte and 4-byte schema ID, so consumers can identify and apply the correct schema.
:category: Redpanda core