Skip to content

Commit

Permalink
doc: update hugegraph-loader.md (#303)
Browse files Browse the repository at this point in the history
* Update content/cn/docs/quickstart/hugegraph-loader.md

---------

Co-authored-by: imbajin <[email protected]>
  • Loading branch information
Zhang88665 and imbajin authored Dec 15, 2023
1 parent 9f50f7d commit 23d0df1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion content/cn/docs/quickstart/hugegraph-loader.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ schema.edgeLabel("created").sourceLabel("person").targetLabel("software").ifNotE
- 本地磁盘文件或目录
- HDFS 文件或目录
- 部分关系型数据库
- Kafka topic

##### 3.2.1 数据源结构

Expand Down Expand Up @@ -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 本地文件输入源

Expand Down
3 changes: 2 additions & 1 deletion content/en/docs/quickstart/hugegraph-loader.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 23d0df1

Please sign in to comment.