Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 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
2 changes: 1 addition & 1 deletion local-antora-playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ content:
- url: .
branches: HEAD
- url: https://github.com/redpanda-data/documentation
branches: [main, v/*, api, shared, site-search]
branches: [main, '805-single-source-iceberg', api, shared, site-search]
- url: https://github.com/redpanda-data/redpanda-labs
branches: main
start_paths: [docs,'*/docs']
Expand Down
7 changes: 7 additions & 0 deletions modules/manage/pages/iceberg/about-iceberg-topics.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
= About Iceberg Topics
:description: Learn how Redpanda can integrate topics with Apache Iceberg.
:page-categories: Iceberg, Integration, Management, High Availability, Data Replication
:page-beta: true
:env-byoc: true

include::25.1@ROOT:manage:partial$iceberg/about-iceberg-topics.adoc[]
Empty file.
9 changes: 9 additions & 0 deletions modules/manage/pages/iceberg/query-iceberg-topics.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
= Query Iceberg Topics
:description: Query Redpanda topic data stored in Iceberg tables, based on the topic Iceberg mode and schema.
:page-categories: Iceberg, Integration, Management, High Availability, Data Replication
:page-beta: true
:env-byoc: true

When you access Iceberg topics from a data lakehouse or other Iceberg-compatible tools, how you consume the data depends on the topic xref:manage:iceberg/about-iceberg-topics.adoc#enable-iceberg-integration[Iceberg mode] and whether you've registered a schema for the topic in the xref:manage:schema-reg/schema-reg-overview.adoc[Redpanda Schema Registry]. In either mode, you do not need to rely on complex ETL jobs or pipelines to access real-time data from Redpanda.

include::25.1@ROOT:manage:partial$iceberg/query-iceberg-topics.adoc[]
Copy link
Contributor

@micheleRP micheleRP Apr 3, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does this need 25.1 in the directive? Same for all. We should remove if not necessary.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removing the version number caused build errors. I'll keep them here for now.