-
Notifications
You must be signed in to change notification settings - Fork 4
Add Iceberg pages to Cloud #240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
3229d61
dbe65c6
a016c88
fd634f9
cf9a92a
bf70b51
16413ef
c678bb7
aa0258f
68b5d31
e5e6d3a
e4e861a
900c385
11c0e30
49518d8
5fce574
97e1828
296ea07
cce0c9b
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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-cloud: true | ||
|
|
||
| include::25.1@ROOT:manage:partial$iceberg/about-iceberg-topics.adoc[] | ||
kbatuigas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| = Integrate Redpanda with Iceberg | ||
| :description: Generate Iceberg tables for your Redpanda topics for data lakehouse access. | ||
| :page-layout: index | ||
| :page-beta: true |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| = Query Iceberg Topics | ||
kbatuigas marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| :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-cloud: true | ||
|
|
||
| When you access Iceberg topics from a data lakehouse or other Iceberg-compatible tools, how you consume the data depends on the xref:manage:iceberg/about-iceberg-topics.adoc#enable-iceberg-integration[Iceberg mode] you've chosen for a topic, and whether you've registered a schema for the topic in the xref:manage:schema-reg/schema-reg-overview.adoc[Redpanda Schema Registry]. 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[] | ||
kbatuigas marked this conversation as resolved.
Show resolved
Hide resolved
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| = Use Iceberg Catalogs | ||
| :description: Learn how to access Redpanda topic data stored in Iceberg tables, using table metadata or a catalog integration. | ||
| :page-categories: Iceberg, Management, High Availability, Data Replication, Integration | ||
| :page-beta: true | ||
| :env-cloud: true | ||
|
|
||
| include::25.1@ROOT:manage:partial$iceberg/use-iceberg-catalogs.adoc[] | ||
|
|
||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @kbatuigas I need to pull in the new 25.1 properties, then they'll get single sourced into cloud. So we might need to go back to update these links later.
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Discussed in team meeting |
||
| == Next steps | ||
|
|
||
| * xref:manage:iceberg/query-iceberg-topics.adoc[] | ||
Uh oh!
There was an error while loading. Please reload this page.