This is an automated email from the ASF dual-hosted git repository. morningman pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris-website.git
The following commit(s) were added to refs/heads/master by this push: new 06ae1f2eadf [opt](lakehouse) update lakehouse doc (#1776) 06ae1f2eadf is described below commit 06ae1f2eadf19521d09fa68b0b4b79c16e2cf33f Author: Mingyu Chen (Rayner) <morning...@163.com> AuthorDate: Mon Jan 13 20:11:52 2025 +0800 [opt](lakehouse) update lakehouse doc (#1776) ## Versions - [x] dev - [ ] 3.0 - [ ] 2.1 - [ ] 2.0 ## Languages - [x] Chinese - [x] English ## Docs Checklist - [ ] Checked by AI - [ ] Test Cases Built --- docs/lakehouse/best-practices/doris-hudi.md | 2 +- docs/lakehouse/best-practices/doris-iceberg.md | 2 +- docs/lakehouse/best-practices/doris-lakesoul.md | 2 +- docs/lakehouse/best-practices/doris-paimon.md | 2 +- docs/lakehouse/catalogs/hudi-catalog.md | 2 ++ docs/lakehouse/catalogs/iceberg-catalog.md | 2 ++ docs/lakehouse/catalogs/paimon-catalog.md | 2 ++ .../current/lakehouse/catalogs/hudi-catalog.md | 2 ++ .../current/lakehouse/catalogs/iceberg-catalog.md | 2 ++ .../current/lakehouse/catalogs/lakesoul-catalog.md | 2 ++ .../current/lakehouse/catalogs/paimon-catalog.md | 2 ++ 11 files changed, 18 insertions(+), 4 deletions(-) diff --git a/docs/lakehouse/best-practices/doris-hudi.md b/docs/lakehouse/best-practices/doris-hudi.md index eea87af87d4..17ce522fce6 100644 --- a/docs/lakehouse/best-practices/doris-hudi.md +++ b/docs/lakehouse/best-practices/doris-hudi.md @@ -55,7 +55,7 @@ With Apache Doris' high-performance query execution and Apache Hudi's real-time This article will introduce readers to how to quickly set up a test and demonstration environment for Apache Doris + Apache Hudi in a Docker environment, and demonstrate various operations to help readers get started quickly. -For more information, please refer to [Hudi Catalog](../../../lakehouse/datalake-analytics/hudi) +For more information, please refer to [Hudi Catalog](../catalogs/hudi-catalog.md) ## User Guide diff --git a/docs/lakehouse/best-practices/doris-iceberg.md b/docs/lakehouse/best-practices/doris-iceberg.md index c4f3d3438fd..59b2f30abb7 100644 --- a/docs/lakehouse/best-practices/doris-iceberg.md +++ b/docs/lakehouse/best-practices/doris-iceberg.md @@ -53,7 +53,7 @@ Users can quickly build an efficient Data Lakehouse solution based on Apache Dor In the future, Apache Iceberg will serve as one of the native table engines for Apache Doris, providing more comprehensive analysis and management functions for lake-formatted data. Apache Doris will also gradually support more advanced features of Apache Iceberg, including Update/Delete/Merge, sorting during write-back, incremental data reading, metadata management, etc., to jointly build a unified, high-performance, real-time data lake platform. -For more information, please refer to [Iceberg Catalog](../../../lakehouse/datalake-analytics/iceberg) +For more information, please refer to [Iceberg Catalog](../catalogs/iceberg-catalog.md) ## User Guide diff --git a/docs/lakehouse/best-practices/doris-lakesoul.md b/docs/lakehouse/best-practices/doris-lakesoul.md index deb4e5f4724..a10ed535b60 100644 --- a/docs/lakehouse/best-practices/doris-lakesoul.md +++ b/docs/lakehouse/best-practices/doris-lakesoul.md @@ -48,7 +48,7 @@ In the future, Apache Doris will gradually support more advanced features of Lak This article will explain how to quickly set up an Apache Doris + LakeSoul testing & demonstration environment and demonstrate the usage of various features, showcasing the integration and benefits of using both systems in a lakehouse architecture . -For more information, please refer to [LakeSoul Catalog](../../../lakehouse/datalake-analytics/lakesoul) +For more information, please refer to [LakeSoul Catalog](../catalogs/lakesoul-catalog.md) ## User Guide diff --git a/docs/lakehouse/best-practices/doris-paimon.md b/docs/lakehouse/best-practices/doris-paimon.md index 26aba30e962..349085ebe8e 100644 --- a/docs/lakehouse/best-practices/doris-paimon.md +++ b/docs/lakehouse/best-practices/doris-paimon.md @@ -54,7 +54,7 @@ In the future, Apache Doris will gradually support more advanced features of Apa This article will explain how to quickly set up an Apache Doris + Apache Paimon testing & demonstration environment in a Docker environment and demonstrate the usage of various features. -For more information, please refer to [Paimon Catalog](../../../lakehouse/datalake-analytics/paimon.md) +For more information, please refer to [Paimon Catalog](../catalogs/paimon-catalog.md) ## User Guide diff --git a/docs/lakehouse/catalogs/hudi-catalog.md b/docs/lakehouse/catalogs/hudi-catalog.md index c5f93b75852..99b5bcd82da 100644 --- a/docs/lakehouse/catalogs/hudi-catalog.md +++ b/docs/lakehouse/catalogs/hudi-catalog.md @@ -26,6 +26,8 @@ under the License. Hudi Catalog reuses the Hive Catalog. By connecting to the Hive Metastore, or a metadata service compatible with the Hive Metastore, Doris can automatically obtain Hudi's database and table information and perform data queries. +[Quick start with Apache Doris and Apache Hudi](../best-practices/doris-hudi.md). + ## Applicable Scenarios | Scenario | Description | diff --git a/docs/lakehouse/catalogs/iceberg-catalog.md b/docs/lakehouse/catalogs/iceberg-catalog.md index 2d3feeba438..28b70fe0c44 100644 --- a/docs/lakehouse/catalogs/iceberg-catalog.md +++ b/docs/lakehouse/catalogs/iceberg-catalog.md @@ -26,6 +26,8 @@ under the License. Doris supports accessing Iceberg table data through various metadata services. In addition to reading data, Doris also supports writing to Iceberg tables. +[Quick start with Apache Doris and Apache Iceberg](../best-practices/doris-iceberg.md). + :::tip Users can access Iceberg tables using Hive Metastore as metadata through the Hive Catalog. However, it is still recommended to use the Iceberg Catalog directly to avoid some compatibility issues. ::: diff --git a/docs/lakehouse/catalogs/paimon-catalog.md b/docs/lakehouse/catalogs/paimon-catalog.md index 29e53c93a16..2124f8bcdec 100644 --- a/docs/lakehouse/catalogs/paimon-catalog.md +++ b/docs/lakehouse/catalogs/paimon-catalog.md @@ -28,6 +28,8 @@ Doris currently supports accessing Paimon table metadata through various metadat At present, only read operations on Paimon tables are supported. Write operations to Paimon tables will be supported in the future. +[Quick start with Apache Doris and Apache Paimon](../best-practices/doris-paimon.md). + ## Applicable Scenarios | Scenario | Description | diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/hudi-catalog.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/hudi-catalog.md index 7526ce04b67..5fc3636273c 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/hudi-catalog.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/hudi-catalog.md @@ -26,6 +26,8 @@ under the License. Hudi Catalog 复用了 Hive Catalog。通过连接 Hive Metastore,或者兼容 Hive Metatore 的元数据服务,Doris 可以自动获取 Hudi 的库表信息,并进行数据查询。 +[使用 Docker 快速体验 Apache Doris & Hudi](../best-practices/doris-hudi.md) + ## 适用场景 | 场景 | 说明 | diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.md index 90ddcb14b0e..703614b9627 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/iceberg-catalog.md @@ -26,6 +26,8 @@ under the License. Doris 支持通过多种元数据服务访问 Iceberg 表数据。除支持数据读取外,Doris 也支持对 Iceberg 表进行写入操作。 +[使用 Docker 快速体验 Apache Doris & Iceberg](../best-practices/doris-iceberg.md) + :::tip 用户可以通过 Hive Catalog 访问使用 Hive Metastore 作为元数据的 Iceberg 表。但依然推荐直接使用 Iceberg Catalog 以避免一些兼容性问题。 ::: diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/lakesoul-catalog.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/lakesoul-catalog.md index a32b11a1312..92c9e556ff4 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/lakesoul-catalog.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/lakesoul-catalog.md @@ -26,6 +26,8 @@ under the License. Doris 支持通过存储在 PostgreSQL 中的元数据,访问并读取 LakeSoul 表数据。 +[使用 Docker 快速体验 Apache Doris & LakeSoul](../best-practices/doris-lakesoul.md) + ## 适用场景 | 场景 | 说明 | diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/paimon-catalog.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/paimon-catalog.md index 09813f1abd5..51599d6e6ce 100644 --- a/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/paimon-catalog.md +++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/lakehouse/catalogs/paimon-catalog.md @@ -28,6 +28,8 @@ Doris 支持通过多种元数据服务访问 Paimon 表元数据,并进行 Pa 目前只支持 Paimon 表的读操作,未来会支持的写入 Paimon 表。 +[使用 Docker 快速体验 Apache Doris & Paimon](../best-practices/doris-paimon.md) + ## 适用场景 | 场景 | 说明 | --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org