Skip to content

Commit 328b1f2

Browse files
authored
Add tip for Iceberg object_storage integration with BigQuery (#1494)
1 parent 2ae0fb8 commit 328b1f2

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

modules/manage/pages/iceberg/iceberg-topics-gcp-biglake.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@ ifndef::env-cloud[]
1313
:rpk_install_doc: get-started:rpk-install.adoc
1414
endif::[]
1515

16+
[TIP]
17+
====
18+
This guide is for integrating Iceberg topics with a managed REST catalog. Integrating with a REST catalog is recommended for production deployments. If it is not possible to use a REST catalog, you can use the xref:manage:iceberg/use-iceberg-catalogs.adoc#object-storage[filesystem-based catalog]. For an example of using the filesystem-based catalog to access Iceberg topics, see the https://www.redpanda.com/blog/iceberg-topics-redpanda-cloud-byoc-setup[Getting Started with Iceberg Topics on Redpanda BYOC^] blog post.
19+
20+
ifndef::env-cloud[The blog post uses a Redpanda Cloud cluster, but you follow the same steps for a Self-Managed cluster.]
21+
====
22+
1623
This guide walks you through querying Redpanda topics as Iceberg tables stored in Google Cloud Storage, using a REST catalog integration with https://cloud.google.com/biglake/docs/introduction[Google BigLake^]. In this guide, you do the following:
1724

1825
- Create Google Cloud resources such as a storage bucket and service account
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
= Integrate with REST Catalogs
22
:description: Integrate Redpanda topics with managed Iceberg REST Catalogs.
3-
:page-layout: index
3+
:page-layout: index
4+
5+
TIP: These guides are for integrating Iceberg topics with managed REST catalogs. Integrating with a REST catalog is recommended for production deployments. If it is not possible to use a REST catalog, you can use the xref:manage:iceberg/use-iceberg-catalogs.adoc#object-storage[filesystem-based catalog]. For an example of using the filesystem-based catalog to access Iceberg topics, see the https://www.redpanda.com/blog/iceberg-topics-redpanda-cloud-byoc-setup[Getting Started with Iceberg Topics on Redpanda BYOC^] blog post. The blog post uses a Redpanda Cloud cluster, but you follow the same steps for a Self-Managed cluster.

modules/manage/pages/iceberg/use-iceberg-catalogs.adoc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,13 @@ ifdef::env-cloud[]
319319
The base path for the filesystem-based catalog if using the `object_storage` catalog type is `redpanda-iceberg-catalog`.
320320
endif::[]
321321

322+
[TIP]
323+
====
324+
For an end-to-end example of using the filesystem-based catalog to access Iceberg topics, see the https://www.redpanda.com/blog/iceberg-topics-redpanda-cloud-byoc-setup[Getting Started with Iceberg Topics on Redpanda BYOC^] blog post.
325+
326+
ifndef::env-cloud[The blog post uses a Redpanda Cloud cluster, but you follow the same steps for a Self-Managed cluster.]
327+
====
328+
322329
== Next steps
323330

324331
* xref:manage:iceberg/query-iceberg-topics.adoc[]

0 commit comments

Comments
 (0)