This is an automated email from the ASF dual-hosted git repository.
jin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/master by this push:
new 23d0df1e doc: update hugegraph-loader.md (#303)
23d0df1e is described below
commit 23d0df1e9d2bfab82a389394273fde8a503ab449
Author: Zhang88665 <[email protected]>
AuthorDate: Fri Dec 15 19:24:11 2023 +0800
doc: update hugegraph-loader.md (#303)
* Update content/cn/docs/quickstart/hugegraph-loader.md
---------
Co-authored-by: imbajin <[email protected]>
---
content/cn/docs/quickstart/hugegraph-loader.md | 3 ++-
content/en/docs/quickstart/hugegraph-loader.md | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/content/cn/docs/quickstart/hugegraph-loader.md
b/content/cn/docs/quickstart/hugegraph-loader.md
index 2c8c2f82..062365b6 100644
--- a/content/cn/docs/quickstart/hugegraph-loader.md
+++ b/content/cn/docs/quickstart/hugegraph-loader.md
@@ -150,6 +150,7 @@
schema.edgeLabel("created").sourceLabel("person").targetLabel("software").ifNotE
- 本地磁盘文件或目录
- HDFS 文件或目录
- 部分关系型数据库
+- Kafka topic
##### 3.2.1 数据源结构
@@ -587,7 +588,7 @@ bin/mapping-convert.sh struct.json
##### 3.3.2 输入源
-输入源目前分为三类:FILE、HDFS、JDBC,由`type`节点区分,我们称为本地文件输入源、HDFS 输入源和 JDBC 输入源,下面分别介绍。
+输入源目前分为四类:FILE、HDFS、JDBC、KAFKA,由`type`节点区分,我们称为本地文件输入源、HDFS 输入源、JDBC 输入源和
KAFKA 输入源,下面分别介绍。
###### 3.3.2.1 本地文件输入源
diff --git a/content/en/docs/quickstart/hugegraph-loader.md
b/content/en/docs/quickstart/hugegraph-loader.md
index 23908f6e..7d3f1e71 100644
--- a/content/en/docs/quickstart/hugegraph-loader.md
+++ b/content/en/docs/quickstart/hugegraph-loader.md
@@ -147,6 +147,7 @@ The data sources currently supported by HugeGraph-Loader
include:
- local disk file or directory
- HDFS file or directory
- Partial relational database
+- Kafka topic
##### 3.2.1 Data source structure
@@ -585,7 +586,7 @@ A struct-v2.json will be generated in the same directory as
struct.json.
##### 3.3.2 Input Source
-Input sources are currently divided into three categories: FILE, HDFS, and
JDBC, which are distinguished by the `type` node. We call them local file input
sources, HDFS input sources, and JDBC input sources, which are described below.
+Input sources are currently divided into four categories: FILE, HDFS, JDBC and
KAFKA, which are distinguished by the `type` node. We call them local file
input sources, HDFS input sources, JDBC input sources, and KAFKA input sources,
which are described below.
###### 3.3.2.1 Local file input source