From a186c66284d1f0b8be43bf7e2068610384676290 Mon Sep 17 00:00:00 2001 From: Hang Ruan Date: Tue, 5 Mar 2024 20:15:00 +0800 Subject: [PATCH] [FLINK-34184] Add licenses for files in docs --- docs/README.md | 19 +++++++++++++++++++ docs/content/connectors/db2-cdc.md | 19 +++++++++++++++++++ docs/content/connectors/index.md | 19 +++++++++++++++++++ docs/content/connectors/mongodb-cdc(ZH).md | 19 +++++++++++++++++++ docs/content/connectors/mongodb-cdc.md | 19 +++++++++++++++++++ docs/content/connectors/mysql-cdc(ZH).md | 19 +++++++++++++++++++ docs/content/connectors/mysql-cdc.md | 19 +++++++++++++++++++ docs/content/connectors/oceanbase-cdc(ZH).md | 19 +++++++++++++++++++ docs/content/connectors/oceanbase-cdc.md | 19 +++++++++++++++++++ docs/content/connectors/oracle-cdc.md | 19 +++++++++++++++++++ docs/content/connectors/postgres-cdc.md | 19 +++++++++++++++++++ docs/content/connectors/sqlserver-cdc.md | 19 +++++++++++++++++++ docs/content/connectors/tidb-cdc.md | 19 +++++++++++++++++++ docs/content/connectors/vitess-cdc.md | 19 +++++++++++++++++++ docs/content/downloads.md | 19 +++++++++++++++++++ docs/content/formats/changelog-json.md | 19 +++++++++++++++++++ docs/content/formats/index.md | 19 +++++++++++++++++++ docs/content/githublink.md | 19 +++++++++++++++++++ docs/content/overview/cdc-connectors.md | 19 +++++++++++++++++++ docs/content/overview/cdc-pipeline.md | 19 +++++++++++++++++++ docs/content/overview/index.md | 19 +++++++++++++++++++ docs/content/pipelines/doris-pipeline(ZH).md | 19 +++++++++++++++++++ docs/content/pipelines/doris-pipeline.md | 19 +++++++++++++++++++ docs/content/pipelines/index.md | 19 +++++++++++++++++++ docs/content/pipelines/mysql-pipeline(ZH).md | 19 +++++++++++++++++++ docs/content/pipelines/mysql-pipeline.md | 19 +++++++++++++++++++ .../pipelines/starrocks-pipeline(ZH).md | 19 +++++++++++++++++++ docs/content/pipelines/starrocks-pipeline.md | 19 +++++++++++++++++++ .../build-real-time-data-lake-tutorial.md | 19 +++++++++++++++++++ .../datastream-api-package-guidance.md | 19 +++++++++++++++++++ docs/content/quickstart/db2-tutorial.md | 19 +++++++++++++++++++ docs/content/quickstart/index.md | 19 +++++++++++++++++++ docs/content/quickstart/mongodb-tutorial.md | 19 +++++++++++++++++++ .../mysql-doris-pipeline-tutorial.md | 19 +++++++++++++++++++ .../quickstart/mysql-postgres-tutorial.md | 19 +++++++++++++++++++ .../mysql-starrocks-pipeline-tutorial.md | 19 +++++++++++++++++++ docs/content/quickstart/oceanbase-tutorial.md | 19 +++++++++++++++++++ docs/content/quickstart/oracle-tutorial.md | 19 +++++++++++++++++++ docs/content/quickstart/polardbx-tutorial.md | 19 +++++++++++++++++++ docs/content/quickstart/sqlserver-tutorial.md | 19 +++++++++++++++++++ docs/content/quickstart/tidb-tutorial.md | 19 +++++++++++++++++++ .../build-real-time-data-lake-tutorial-zh.md" | 19 +++++++++++++++++++ .../datastream-api-package-guidance-zh.md" | 19 +++++++++++++++++++ .../index.md" | 19 +++++++++++++++++++ .../mongodb-tutorial-zh.md" | 19 +++++++++++++++++++ .../mysql-doris-pipeline-tutorial-zh.md" | 19 +++++++++++++++++++ .../mysql-postgres-tutorial-zh.md" | 19 +++++++++++++++++++ .../mysql-starrocks-pipeline-tutorial-zh.md" | 19 +++++++++++++++++++ .../oceanbase-tutorial-zh.md" | 19 +++++++++++++++++++ .../oracle-tutorial-zh.md" | 19 +++++++++++++++++++ .../polardbx-tutorial-zh.md" | 19 +++++++++++++++++++ .../sqlserver-tutorial-zh.md" | 19 +++++++++++++++++++ .../tidb-tutorial-zh.md" | 19 +++++++++++++++++++ 53 files changed, 1007 insertions(+) diff --git a/docs/README.md b/docs/README.md index a48bb83f344..d12f6534dbe 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,3 +1,22 @@ + + This README gives an overview of how to build the documentation of Flink CDC. ### Build the site locally diff --git a/docs/content/connectors/db2-cdc.md b/docs/content/connectors/db2-cdc.md index b73fece9c03..32b6e1d6f99 100644 --- a/docs/content/connectors/db2-cdc.md +++ b/docs/content/connectors/db2-cdc.md @@ -1,3 +1,22 @@ + + # Db2 CDC Connector The Db2 CDC connector allows for reading snapshot data and incremental data from Db2 database. This document diff --git a/docs/content/connectors/index.md b/docs/content/connectors/index.md index cc81316313e..a9e59a6476f 100644 --- a/docs/content/connectors/index.md +++ b/docs/content/connectors/index.md @@ -1,3 +1,22 @@ + + # Connectors ```{toctree} diff --git a/docs/content/connectors/mongodb-cdc(ZH).md b/docs/content/connectors/mongodb-cdc(ZH).md index 8886b5edc87..2d1543742bf 100644 --- a/docs/content/connectors/mongodb-cdc(ZH).md +++ b/docs/content/connectors/mongodb-cdc(ZH).md @@ -1,3 +1,22 @@ + + # MongoDB CDC 连接器 MongoDB CDC 连接器允许从 MongoDB 读取快照数据和增量数据。 本文档描述了如何设置 MongoDB CDC 连接器以针对 MongoDB 运行 SQL 查询。 diff --git a/docs/content/connectors/mongodb-cdc.md b/docs/content/connectors/mongodb-cdc.md index 0cdfa52c65a..86f1c95d46f 100644 --- a/docs/content/connectors/mongodb-cdc.md +++ b/docs/content/connectors/mongodb-cdc.md @@ -1,3 +1,22 @@ + + # MongoDB CDC Connector The MongoDB CDC connector allows for reading snapshot data and incremental data from MongoDB. This document describes how to setup the MongoDB CDC connector to run SQL queries against MongoDB. diff --git a/docs/content/connectors/mysql-cdc(ZH).md b/docs/content/connectors/mysql-cdc(ZH).md index 6fe8364aae6..fdbd8d98a9e 100644 --- a/docs/content/connectors/mysql-cdc(ZH).md +++ b/docs/content/connectors/mysql-cdc(ZH).md @@ -1,3 +1,22 @@ + + # MySQL CDC 连接器 MySQL CDC 连接器允许从 MySQL 数据库读取快照数据和增量数据。本文描述了如何设置 MySQL CDC 连接器来对 MySQL 数据库运行 SQL 查询。 diff --git a/docs/content/connectors/mysql-cdc.md b/docs/content/connectors/mysql-cdc.md index 91be5926d2c..d3566a25eeb 100644 --- a/docs/content/connectors/mysql-cdc.md +++ b/docs/content/connectors/mysql-cdc.md @@ -1,3 +1,22 @@ + + # MySQL CDC Connector The MySQL CDC connector allows for reading snapshot data and incremental data from MySQL database. This document describes how to setup the MySQL CDC connector to run SQL queries against MySQL databases. diff --git a/docs/content/connectors/oceanbase-cdc(ZH).md b/docs/content/connectors/oceanbase-cdc(ZH).md index 27f1346bf69..42937cc20d0 100644 --- a/docs/content/connectors/oceanbase-cdc(ZH).md +++ b/docs/content/connectors/oceanbase-cdc(ZH).md @@ -1,3 +1,22 @@ + + # OceanBase CDC 连接器 OceanBase CDC 连接器允许从 OceanBase 读取快照数据和增量数据。本文介绍了如何设置 OceanBase CDC 连接器以对 OceanBase 进行 SQL 查询。 diff --git a/docs/content/connectors/oceanbase-cdc.md b/docs/content/connectors/oceanbase-cdc.md index 0df3e9d3355..480338a9d1d 100644 --- a/docs/content/connectors/oceanbase-cdc.md +++ b/docs/content/connectors/oceanbase-cdc.md @@ -1,3 +1,22 @@ + + # OceanBase CDC Connector The OceanBase CDC connector allows for reading snapshot data and incremental data from OceanBase. This document describes how to set up the OceanBase CDC connector to run SQL queries against OceanBase. diff --git a/docs/content/connectors/oracle-cdc.md b/docs/content/connectors/oracle-cdc.md index 7f5bfa1dd5b..0f7c64e10ec 100644 --- a/docs/content/connectors/oracle-cdc.md +++ b/docs/content/connectors/oracle-cdc.md @@ -1,3 +1,22 @@ + + # Oracle CDC Connector The Oracle CDC connector allows for reading snapshot data and incremental data from Oracle database. This document describes how to setup the Oracle CDC connector to run SQL queries against Oracle databases. diff --git a/docs/content/connectors/postgres-cdc.md b/docs/content/connectors/postgres-cdc.md index 91c6847928f..cd7e96ef7d9 100644 --- a/docs/content/connectors/postgres-cdc.md +++ b/docs/content/connectors/postgres-cdc.md @@ -1,3 +1,22 @@ + + # Postgres CDC Connector The Postgres CDC connector allows for reading snapshot data and incremental data from PostgreSQL database. This document describes how to setup the Postgres CDC connector to run SQL queries against PostgreSQL databases. diff --git a/docs/content/connectors/sqlserver-cdc.md b/docs/content/connectors/sqlserver-cdc.md index 09167c8a58e..1618c83860c 100644 --- a/docs/content/connectors/sqlserver-cdc.md +++ b/docs/content/connectors/sqlserver-cdc.md @@ -1,3 +1,22 @@ + + # SQLServer CDC Connector The SQLServer CDC connector allows for reading snapshot data and incremental data from SQLServer database. This document describes how to setup the SQLServer CDC connector to run SQL queries against SQLServer databases. diff --git a/docs/content/connectors/tidb-cdc.md b/docs/content/connectors/tidb-cdc.md index 2ab6ebdc201..06fbeec919f 100644 --- a/docs/content/connectors/tidb-cdc.md +++ b/docs/content/connectors/tidb-cdc.md @@ -1,3 +1,22 @@ + + # TiDB CDC Connector The TiDB CDC connector allows for reading snapshot data and incremental data from TiDB database. This document describes how to setup the TiDB CDC connector to run SQL queries against TiDB databases. diff --git a/docs/content/connectors/vitess-cdc.md b/docs/content/connectors/vitess-cdc.md index 94c2875abdf..a6959b7d3d1 100644 --- a/docs/content/connectors/vitess-cdc.md +++ b/docs/content/connectors/vitess-cdc.md @@ -1,3 +1,22 @@ + + # Vitess CDC Connector The Vitess CDC connector allows for reading of incremental data from Vitess cluster. The connector does not support snapshot feature at the moment. This document describes how to setup the Vitess CDC connector to run SQL queries against Vitess databases. diff --git a/docs/content/downloads.md b/docs/content/downloads.md index 2fd2b23177d..7697b1b7917 100644 --- a/docs/content/downloads.md +++ b/docs/content/downloads.md @@ -1,3 +1,22 @@ + + # Downloads Please see [Releases History](https://github.com/ververica/flink-cdc-connectors/releases) diff --git a/docs/content/formats/changelog-json.md b/docs/content/formats/changelog-json.md index b31badf25a3..5c6ab4bc3ba 100644 --- a/docs/content/formats/changelog-json.md +++ b/docs/content/formats/changelog-json.md @@ -1,3 +1,22 @@ + + # Changelog JSON Format **WARNING:** The CDC format `changelog-json` is deprecated since Flink CDC version 2.2. diff --git a/docs/content/formats/index.md b/docs/content/formats/index.md index 0b9d48381e7..4146a2bf41b 100644 --- a/docs/content/formats/index.md +++ b/docs/content/formats/index.md @@ -1,3 +1,22 @@ + + # Formats ```{toctree} diff --git a/docs/content/githublink.md b/docs/content/githublink.md index 729af01087a..f4d024dfb05 100644 --- a/docs/content/githublink.md +++ b/docs/content/githublink.md @@ -1 +1,20 @@ + + # Star \ No newline at end of file diff --git a/docs/content/overview/cdc-connectors.md b/docs/content/overview/cdc-connectors.md index 106adaa6b13..b95f03c26a4 100644 --- a/docs/content/overview/cdc-connectors.md +++ b/docs/content/overview/cdc-connectors.md @@ -1,3 +1,22 @@ + + # CDC Connectors for Apache Flink CDC Connectors for Apache Flink® is a set of source connectors for Apache Flink®, ingesting changes from different databases using change data capture (CDC). diff --git a/docs/content/overview/cdc-pipeline.md b/docs/content/overview/cdc-pipeline.md index 8ec8bfea78a..f7755594074 100644 --- a/docs/content/overview/cdc-pipeline.md +++ b/docs/content/overview/cdc-pipeline.md @@ -1,3 +1,22 @@ + + # CDC Streaming ELT Framework ## What is CDC Streaming ELT Framework diff --git a/docs/content/overview/index.md b/docs/content/overview/index.md index 0ef23061111..be05fc94b93 100644 --- a/docs/content/overview/index.md +++ b/docs/content/overview/index.md @@ -1,3 +1,22 @@ + + # Overview ```{toctree} diff --git a/docs/content/pipelines/doris-pipeline(ZH).md b/docs/content/pipelines/doris-pipeline(ZH).md index 47c793eb4bd..81ffd40bec0 100644 --- a/docs/content/pipelines/doris-pipeline(ZH).md +++ b/docs/content/pipelines/doris-pipeline(ZH).md @@ -1,3 +1,22 @@ + + # Doris Pipeline 连接器 本文介绍了Pipeline Doris Connector的使用 diff --git a/docs/content/pipelines/doris-pipeline.md b/docs/content/pipelines/doris-pipeline.md index badb4429568..0daea1bafec 100644 --- a/docs/content/pipelines/doris-pipeline.md +++ b/docs/content/pipelines/doris-pipeline.md @@ -1,3 +1,22 @@ + + # Doris Pipeline Connector This article introduces of Doris Pipeline Connector diff --git a/docs/content/pipelines/index.md b/docs/content/pipelines/index.md index 66f81069d7e..ee025c19d61 100644 --- a/docs/content/pipelines/index.md +++ b/docs/content/pipelines/index.md @@ -1,3 +1,22 @@ + + # Pipeline Connectors ```{toctree} diff --git a/docs/content/pipelines/mysql-pipeline(ZH).md b/docs/content/pipelines/mysql-pipeline(ZH).md index 27ae8d81194..0b244ff85df 100644 --- a/docs/content/pipelines/mysql-pipeline(ZH).md +++ b/docs/content/pipelines/mysql-pipeline(ZH).md @@ -1,3 +1,22 @@ + + # MySQL CDC Pipeline 连接器 MySQL CDC Pipeline 连接器允许从 MySQL 数据库读取快照数据和增量数据,并提供端到端的整库数据同步能力。 diff --git a/docs/content/pipelines/mysql-pipeline.md b/docs/content/pipelines/mysql-pipeline.md index 861c5fd1092..4a76874ee72 100644 --- a/docs/content/pipelines/mysql-pipeline.md +++ b/docs/content/pipelines/mysql-pipeline.md @@ -1,3 +1,22 @@ + + # MySQL CDC Pipeline Connector The MySQL CDC Pipeline Connector allows for reading snapshot data and incremental data from MySQL database and provides end-to-end full-database data synchronization capabilities. diff --git a/docs/content/pipelines/starrocks-pipeline(ZH).md b/docs/content/pipelines/starrocks-pipeline(ZH).md index 68570a92f4f..a42d1683671 100644 --- a/docs/content/pipelines/starrocks-pipeline(ZH).md +++ b/docs/content/pipelines/starrocks-pipeline(ZH).md @@ -1,3 +1,22 @@ + + # StarRocks Pipeline 连接器 StarRocks Pipeline 连接器可以用作 Pipeline 的 *Data Sink*,将数据写入[StarRocks](https://github.com/StarRocks/starrocks)。 本文档介绍如何设置 StarRocks Pipeline 连接器。 diff --git a/docs/content/pipelines/starrocks-pipeline.md b/docs/content/pipelines/starrocks-pipeline.md index 5788622d2df..39434d221e8 100644 --- a/docs/content/pipelines/starrocks-pipeline.md +++ b/docs/content/pipelines/starrocks-pipeline.md @@ -1,3 +1,22 @@ + + # StarRocks Pipeline Connector The StarRocks Pipeline connector can be used as the *Data Sink* of the pipeline, and write data to [StarRocks](https://github.com/StarRocks/starrocks). This document describes how to set up the StarRocks Pipeline connector. diff --git a/docs/content/quickstart/build-real-time-data-lake-tutorial.md b/docs/content/quickstart/build-real-time-data-lake-tutorial.md index b7f3b6278ba..71b4295288e 100644 --- a/docs/content/quickstart/build-real-time-data-lake-tutorial.md +++ b/docs/content/quickstart/build-real-time-data-lake-tutorial.md @@ -1,3 +1,22 @@ + + # Using Flink CDC to synchronize data from MySQL sharding tables and build real-time data lake For OLTP databases, to deal with a huge number of data in a single table, we usually do database and table sharding to get better throughput. diff --git a/docs/content/quickstart/datastream-api-package-guidance.md b/docs/content/quickstart/datastream-api-package-guidance.md index dff6cdbc08a..cf5a6019181 100644 --- a/docs/content/quickstart/datastream-api-package-guidance.md +++ b/docs/content/quickstart/datastream-api-package-guidance.md @@ -1,3 +1,22 @@ + + # DataStream api package guidance This guide provides a simple pom example of mysql cdc DataStream api diff --git a/docs/content/quickstart/db2-tutorial.md b/docs/content/quickstart/db2-tutorial.md index e1e2cf851cb..5192360609f 100644 --- a/docs/content/quickstart/db2-tutorial.md +++ b/docs/content/quickstart/db2-tutorial.md @@ -1,3 +1,22 @@ + + # Demo: Db2 CDC to Elasticsearch **1. Create `docker-compose.yml` file using following contents:** diff --git a/docs/content/quickstart/index.md b/docs/content/quickstart/index.md index e09e5b482e7..adf106419eb 100644 --- a/docs/content/quickstart/index.md +++ b/docs/content/quickstart/index.md @@ -1,3 +1,22 @@ + + # Getting Started ```{toctree} diff --git a/docs/content/quickstart/mongodb-tutorial.md b/docs/content/quickstart/mongodb-tutorial.md index 66777b00b17..c973ef11088 100644 --- a/docs/content/quickstart/mongodb-tutorial.md +++ b/docs/content/quickstart/mongodb-tutorial.md @@ -1,3 +1,22 @@ + + # Demo: MongoDB CDC to Elasticsearch 1. Create `docker-compose.yml` file using following contents: diff --git a/docs/content/quickstart/mysql-doris-pipeline-tutorial.md b/docs/content/quickstart/mysql-doris-pipeline-tutorial.md index f001661e00e..27c28e84d86 100644 --- a/docs/content/quickstart/mysql-doris-pipeline-tutorial.md +++ b/docs/content/quickstart/mysql-doris-pipeline-tutorial.md @@ -1,3 +1,22 @@ + + # Streaming ELT from MySQL to Doris using Flink CDC 3.0 This tutorial is to show how to quickly build a Streaming ELT job from MySQL to Doris using Flink CDC 3.0,including the feature of sync all table of one database, schema change evolution and sync sharding tables into one table. diff --git a/docs/content/quickstart/mysql-postgres-tutorial.md b/docs/content/quickstart/mysql-postgres-tutorial.md index 82caed7e335..014217b26fd 100644 --- a/docs/content/quickstart/mysql-postgres-tutorial.md +++ b/docs/content/quickstart/mysql-postgres-tutorial.md @@ -1,3 +1,22 @@ + + # Streaming ETL for MySQL and Postgres with Flink CDC This tutorial is to show how to quickly build streaming ETL for MySQL and Postgres with Flink CDC. diff --git a/docs/content/quickstart/mysql-starrocks-pipeline-tutorial.md b/docs/content/quickstart/mysql-starrocks-pipeline-tutorial.md index f4b515d2f7e..b2a7ae523b5 100644 --- a/docs/content/quickstart/mysql-starrocks-pipeline-tutorial.md +++ b/docs/content/quickstart/mysql-starrocks-pipeline-tutorial.md @@ -1,3 +1,22 @@ + + # Streaming ELT from MySQL to StarRocks using Flink CDC 3.0 This tutorial is to show how to quickly build a Streaming ELT job from MySQL to StarRocks using Flink CDC 3.0,including the feature of sync all table of one database, schema change evolution and sync sharding tables into one table. diff --git a/docs/content/quickstart/oceanbase-tutorial.md b/docs/content/quickstart/oceanbase-tutorial.md index 74b2eef81d3..4080486eda5 100644 --- a/docs/content/quickstart/oceanbase-tutorial.md +++ b/docs/content/quickstart/oceanbase-tutorial.md @@ -1,3 +1,22 @@ + + # Demo: OceanBase CDC to ElasticSearch ## Video tutorial diff --git a/docs/content/quickstart/oracle-tutorial.md b/docs/content/quickstart/oracle-tutorial.md index c52e1faf69c..e121528527f 100644 --- a/docs/content/quickstart/oracle-tutorial.md +++ b/docs/content/quickstart/oracle-tutorial.md @@ -1,3 +1,22 @@ + + # Demo: Oracle CDC to Elasticsearch **Create `docker-compose.yml` file using following contents:** diff --git a/docs/content/quickstart/polardbx-tutorial.md b/docs/content/quickstart/polardbx-tutorial.md index 4c92dcab925..666531635c1 100644 --- a/docs/content/quickstart/polardbx-tutorial.md +++ b/docs/content/quickstart/polardbx-tutorial.md @@ -1,3 +1,22 @@ + + # Demo: PolarDB-X CDC to Elasticsearch This tutorial is to show how to quickly build streaming ETL for PolarDB-X with Flink CDC. diff --git a/docs/content/quickstart/sqlserver-tutorial.md b/docs/content/quickstart/sqlserver-tutorial.md index 229638ae344..8f688f4a25f 100644 --- a/docs/content/quickstart/sqlserver-tutorial.md +++ b/docs/content/quickstart/sqlserver-tutorial.md @@ -1,3 +1,22 @@ + + # Demo: SqlServer CDC to Elasticsearch **Create `docker-compose.yml` file using following contents:** diff --git a/docs/content/quickstart/tidb-tutorial.md b/docs/content/quickstart/tidb-tutorial.md index 64bf57892de..009d4a27063 100644 --- a/docs/content/quickstart/tidb-tutorial.md +++ b/docs/content/quickstart/tidb-tutorial.md @@ -1,3 +1,22 @@ + + # Demo: TiDB CDC to Elasticsearch **First,we will start TiDB cluster with docker.** diff --git "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/build-real-time-data-lake-tutorial-zh.md" "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/build-real-time-data-lake-tutorial-zh.md" index 06fa45ecf9a..707cc68d464 100644 --- "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/build-real-time-data-lake-tutorial-zh.md" +++ "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/build-real-time-data-lake-tutorial-zh.md" @@ -1,3 +1,22 @@ + + # 基于 Flink CDC 同步 MySQL 分库分表构建实时数据湖 在 OLTP 系统中,为了解决单表数据量大的问题,通常采用分库分表的方式将单个大表进行拆分以提高系统的吞吐量。 diff --git "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/datastream-api-package-guidance-zh.md" "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/datastream-api-package-guidance-zh.md" index 5afc879fb32..9f9c806c7a1 100644 --- "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/datastream-api-package-guidance-zh.md" +++ "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/datastream-api-package-guidance-zh.md" @@ -1,3 +1,22 @@ + + # DataStream api 打包指南 本指南提供了 mysql cdc DataStream api 的简单 pom 示例 diff --git "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/index.md" "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/index.md" index a666f374f0b..680d4f125cd 100644 --- "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/index.md" +++ "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/index.md" @@ -1,3 +1,22 @@ + + # 快速上手 ```{toctree} diff --git "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mongodb-tutorial-zh.md" "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mongodb-tutorial-zh.md" index 96013ad46ff..f2b7c1936fc 100644 --- "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mongodb-tutorial-zh.md" +++ "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mongodb-tutorial-zh.md" @@ -1,3 +1,22 @@ + + # 演示: MongoDB CDC 导入 Elasticsearch 1. 下载 `docker-compose.yml` diff --git "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mysql-doris-pipeline-tutorial-zh.md" "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mysql-doris-pipeline-tutorial-zh.md" index 923f9fe3ac0..c7e62cb4516 100644 --- "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mysql-doris-pipeline-tutorial-zh.md" +++ "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mysql-doris-pipeline-tutorial-zh.md" @@ -1,3 +1,22 @@ + + # 基于 Flink CDC 3.0 构建 MySQL 到 Doris 的 Streaming ELT 这篇教程将展示如何基于 Flink CDC 快速构建 MySQL 到 Doris 的 Streaming ELT 作业,包含整库同步、表结构变更同步和分库分表同步的功能。 diff --git "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mysql-postgres-tutorial-zh.md" "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mysql-postgres-tutorial-zh.md" index 911251e6e48..3914f043dbb 100644 --- "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mysql-postgres-tutorial-zh.md" +++ "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mysql-postgres-tutorial-zh.md" @@ -1,3 +1,22 @@ + + # 基于 Flink CDC 构建 MySQL 和 Postgres 的 Streaming ETL 这篇教程将展示如何基于 Flink CDC 快速构建 MySQL 和 Postgres 的流式 ETL。本教程的演示都将在 Flink SQL CLI 中进行,只涉及 SQL,无需一行 Java/Scala 代码,也无需安装 IDE。 diff --git "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mysql-starrocks-pipeline-tutorial-zh.md" "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mysql-starrocks-pipeline-tutorial-zh.md" index 28d509619a6..43a94b3fd0c 100644 --- "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mysql-starrocks-pipeline-tutorial-zh.md" +++ "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/mysql-starrocks-pipeline-tutorial-zh.md" @@ -1,3 +1,22 @@ + + # 基于 Flink CDC 3.0 构建 MySQL 到 StarRocks 的 Streaming ELT 这篇教程将展示如何基于 Flink CDC 快速构建 MySQL 到 StarRocks 的 Streaming ELT 作业,包含整库同步、表结构变更同步和分库分表同步的功能。 diff --git "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/oceanbase-tutorial-zh.md" "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/oceanbase-tutorial-zh.md" index 9269ec20119..89264aa7de3 100644 --- "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/oceanbase-tutorial-zh.md" +++ "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/oceanbase-tutorial-zh.md" @@ -1,3 +1,22 @@ + + # 演示: OceanBase CDC 导入 Elasticsearch ## 视频教程 diff --git "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/oracle-tutorial-zh.md" "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/oracle-tutorial-zh.md" index 2fe344eecf4..0be4b2407c9 100644 --- "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/oracle-tutorial-zh.md" +++ "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/oracle-tutorial-zh.md" @@ -1,3 +1,22 @@ + + # 演示: Oracle CDC 导入 Elasticsearch **创建`docker-compose.yml`文件,内容如下所示:** diff --git "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/polardbx-tutorial-zh.md" "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/polardbx-tutorial-zh.md" index 8a9ebdf7ff3..92082c01d71 100644 --- "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/polardbx-tutorial-zh.md" +++ "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/polardbx-tutorial-zh.md" @@ -1,3 +1,22 @@ + + # 演示: PolarDB-X CDC 导入 Elasticsearch 本示例我们通过演示 PolarDB-X 借助 Flink-CDC 将数据导入至 Elasticsearch 来介绍 PolarDB-X 的增量订阅能力,你可以前往:[PolarDB-X](https://github.com/ApsaraDB/galaxysql) 了解更多细节。 diff --git "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/sqlserver-tutorial-zh.md" "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/sqlserver-tutorial-zh.md" index f84c670fbe5..aa46331a82c 100644 --- "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/sqlserver-tutorial-zh.md" +++ "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/sqlserver-tutorial-zh.md" @@ -1,3 +1,22 @@ + + # 演示: SqlServer CDC 导入 Elasticsearch **创建 `docker-compose.yml` 文件,内容如下所示:** diff --git "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/tidb-tutorial-zh.md" "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/tidb-tutorial-zh.md" index 735a9c7dec8..fde346c5465 100644 --- "a/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/tidb-tutorial-zh.md" +++ "b/docs/content/\345\277\253\351\200\237\344\270\212\346\211\213/tidb-tutorial-zh.md" @@ -1,3 +1,22 @@ + + # 演示: TiDB CDC 导入 Elasticsearch **首先我们得通过 docker 来启动 TiDB 集群。**