We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c472e commit e88fa22Copy full SHA for e88fa22
SUMMARY.md
@@ -27,6 +27,5 @@
27
* [背景介绍](usecases/cocontext-graph-econnoisseur-detection/background.md)
28
* [创建 Schema](usecases/cocontext-graph-econnoisseur-detection/schema.md)
29
* [ETL Pipeline](usecases/cocontext-graph-econnoisseur-detection/etl-pipeline.md)
30
- * [数据批加载](usecases/cocontext-graph-econnoisseur-detection/data-loading-jobs-batch.md)
31
- * [从 Kafka 中实时加载数据](usecases/cocontext-graph-econnoisseur-detection/data-loading-jobs-kafka.md)
+ * [数据加载](usecases/cocontext-graph-econnoisseur-detection/data-loading-jobs.md)
32
usecases/cocontext-graph-econnoisseur-detection/data-loading-jobs.md
@@ -0,0 +1,4 @@
1
+# 数据加载
2
+
3
+之前的案例中,介绍了 TigerGraph 从文件加载以及 HTTP 导入数据的方法,本案例会继续介绍 Kafka 导入的方式。
4
0 commit comments