ingestion infra

This commit is contained in:
liujianhuan 2020-04-07 17:49:09 +08:00
parent d5eb8c13a1
commit 31bf2778dc
14 changed files with 28 additions and 3 deletions

View File

@ -0,0 +1 @@
<!-- toc -->

View File

@ -0,0 +1 @@
<!-- toc -->

View File

@ -0,0 +1 @@
<!-- toc -->

1
DataIngestion/faq.md Normal file
View File

@ -0,0 +1 @@
<!-- toc -->

View File

@ -0,0 +1 @@
<!-- toc -->

View File

@ -1 +1,3 @@
<!-- toc -->
## 数据摄入

1
DataIngestion/kafka.md Normal file
View File

@ -0,0 +1 @@
<!-- toc -->

1
DataIngestion/kinesis.md Normal file
View File

@ -0,0 +1 @@
<!-- toc -->

1
DataIngestion/native.md Normal file
View File

@ -0,0 +1 @@
<!-- toc -->

View File

@ -0,0 +1 @@
<!-- toc -->

View File

@ -0,0 +1 @@
<!-- toc -->

View File

@ -0,0 +1 @@
<!-- toc -->

View File

@ -0,0 +1 @@
<!-- toc -->

View File

@ -38,9 +38,20 @@
* [元数据存储](Design/Metadata.md)
* [Zookeeper](Design/Zookeeper.md)
### 数据摄取
* [数据摄取](DataIngestion/index.md)
* [数据摄取](DataIngestion/ingestion.md)
* [摄取概述](DataIngestion/ingestion.md)
* [数据格式](DataIngestion/dataformats.md)
* [schema设计](DataIngestion/schemadesign.md)
* [数据管理](DataIngestion/datamanage.md)
* [流式摄取](DataIngestion/kafka.md)
* [Apache Kafka](DataIngestion/kafka.md)
* [Apache Kinesis](DataIngestion/kinesis.md)
* [Tranquility](DataIngestion/tranquility.md)
* [批量摄取](DataIngestion/native.md)
* [本地批](DataIngestion/native.md)
* [Hadoop批](DataIngestion/hadoopbased.md)
* [任务参考](DataIngestion/taskrefer.md)
* [问题FAQ](DataIngestion/faq.md)
### 数据查询