diff --git a/modules/terms/partials/iceberg-catalog.adoc b/modules/terms/partials/iceberg-catalog.adoc new file mode 100644 index 0000000000..e8e960e532 --- /dev/null +++ b/modules/terms/partials/iceberg-catalog.adoc @@ -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. diff --git a/modules/terms/partials/iceberg-mode.adoc b/modules/terms/partials/iceberg-mode.adoc new file mode 100644 index 0000000000..11f7a78e0a --- /dev/null +++ b/modules/terms/partials/iceberg-mode.adoc @@ -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 diff --git a/modules/terms/partials/iceberg-topic.adoc b/modules/terms/partials/iceberg-topic.adoc new file mode 100644 index 0000000000..3ef63b8a38 --- /dev/null +++ b/modules/terms/partials/iceberg-topic.adoc @@ -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 diff --git a/modules/terms/partials/iceberg-translation.adoc b/modules/terms/partials/iceberg-translation.adoc new file mode 100644 index 0000000000..1f6cf7e784 --- /dev/null +++ b/modules/terms/partials/iceberg-translation.adoc @@ -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 diff --git a/modules/terms/partials/oxla.adoc b/modules/terms/partials/oxla.adoc new file mode 100644 index 0000000000..26dabc43f2 --- /dev/null +++ b/modules/terms/partials/oxla.adoc @@ -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 diff --git a/modules/terms/partials/redpanda-catalog.adoc b/modules/terms/partials/redpanda-catalog.adoc new file mode 100644 index 0000000000..660aa39f40 --- /dev/null +++ b/modules/terms/partials/redpanda-catalog.adoc @@ -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 diff --git a/modules/terms/partials/redpanda-sql.adoc b/modules/terms/partials/redpanda-sql.adoc new file mode 100644 index 0000000000..92c72cc723 --- /dev/null +++ b/modules/terms/partials/redpanda-sql.adoc @@ -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. diff --git a/modules/terms/partials/wire-format.adoc b/modules/terms/partials/wire-format.adoc new file mode 100644 index 0000000000..9c4c62f147 --- /dev/null +++ b/modules/terms/partials/wire-format.adoc @@ -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