You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by do...@apache.org on 2022/04/21 02:19:51 UTC

[incubator-inlong-website] branch master updated: [INLONG-359][Doc] Add MySQL/Kafka extract not load guide (#360)

This is an automated email from the ASF dual-hosted git repository.

dockerzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new a2872121f [INLONG-359][Doc] Add MySQL/Kafka extract not load guide (#360)
a2872121f is described below

commit a2872121f44fe7dd43b231ae2de4f073822a111e
Author: dockerzhang <do...@apache.org>
AuthorDate: Thu Apr 21 10:19:47 2022 +0800

    [INLONG-359][Doc] Add MySQL/Kafka extract not load guide (#360)
---
 docs/data_node/extract_node/img/mysql-binlog.png        | Bin 0 -> 15484 bytes
 docs/data_node/extract_node/img/mysql-source.png        | Bin 0 -> 40831 bytes
 docs/data_node/extract_node/kafka.md                    |   8 ++++++++
 docs/data_node/extract_node/mysql.md                    |  11 +++++++++++
 .../current/data_node/extract_node/img/mysql-binlog.png | Bin 0 -> 13018 bytes
 .../current/data_node/extract_node/img/mysql-source.png | Bin 0 -> 29819 bytes
 .../current/data_node/extract_node/kafka.md             |   7 +++++++
 .../current/data_node/extract_node/mysql.md             |  11 +++++++++++
 8 files changed, 37 insertions(+)

diff --git a/docs/data_node/extract_node/img/mysql-binlog.png b/docs/data_node/extract_node/img/mysql-binlog.png
new file mode 100644
index 000000000..415697ea3
Binary files /dev/null and b/docs/data_node/extract_node/img/mysql-binlog.png differ
diff --git a/docs/data_node/extract_node/img/mysql-source.png b/docs/data_node/extract_node/img/mysql-source.png
new file mode 100644
index 000000000..6baf264c0
Binary files /dev/null and b/docs/data_node/extract_node/img/mysql-source.png differ
diff --git a/docs/data_node/extract_node/kafka.md b/docs/data_node/extract_node/kafka.md
new file mode 100644
index 000000000..e8ccdd531
--- /dev/null
+++ b/docs/data_node/extract_node/kafka.md
@@ -0,0 +1,8 @@
+---
+title: Kafka
+sidebar_position: 3
+---
+
+## Configuration
+the Dashboard has not supported extracting data from Kafka for this version, 
+you can create Kafka data streams from the background via the [managerctl](user_guide/command_line_tools.md).
\ No newline at end of file
diff --git a/docs/data_node/extract_node/mysql.md b/docs/data_node/extract_node/mysql.md
new file mode 100644
index 000000000..93527b9cc
--- /dev/null
+++ b/docs/data_node/extract_node/mysql.md
@@ -0,0 +1,11 @@
+---
+title: MySQL
+sidebar_position: 3
+---
+
+## Configuration
+### Choose the `BINLOG` Data Source
+![MySQL BINLOG](img/mysql-binlog.png)
+
+### Configure the MySQL Source
+![MySQL SOURCE](img/mysql-source.png)
\ No newline at end of file
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/img/mysql-binlog.png b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/img/mysql-binlog.png
new file mode 100644
index 000000000..d5fe29a34
Binary files /dev/null and b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/img/mysql-binlog.png differ
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/img/mysql-source.png b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/img/mysql-source.png
new file mode 100644
index 000000000..854a989a8
Binary files /dev/null and b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/img/mysql-source.png differ
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/kafka.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/kafka.md
new file mode 100644
index 000000000..d0ddd7a74
--- /dev/null
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/kafka.md
@@ -0,0 +1,7 @@
+---
+title: Kafka
+sidebar_position: 3
+---
+
+## 配置
+当前版本 Dashboard 还不支持从 Kafka 中抽取数据,你可以通过 [managerctl](user_guide/command_line_tools.md) 命令行工具从后台创建 Kafka 数据流。
\ No newline at end of file
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/mysql.md b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/mysql.md
new file mode 100644
index 000000000..ffa69e191
--- /dev/null
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current/data_node/extract_node/mysql.md
@@ -0,0 +1,11 @@
+---
+title: MySQL
+sidebar_position: 3
+---
+
+## 配置
+### 数据源选择 `BINLOG`
+![MySQL BINLOG](img/mysql-binlog.png)
+
+### 配置 MySQL 数据源
+![MySQL SOURCE](img/mysql-source.png)
\ No newline at end of file