mirror of https://github.com/apache/druid.git
added Realtime-ingestion under Data Ingestion (this is the content split from Realtime, which is now just about the node); moved Firehose and Plumber under Realtime-ingestion
This commit is contained in:
parent
d283693d78
commit
3d66f0fb8b
|
@ -21,7 +21,9 @@ h2. Operations
|
||||||
* "Booting a Production Cluster":./Booting-a-production-cluster.html
|
* "Booting a Production Cluster":./Booting-a-production-cluster.html
|
||||||
|
|
||||||
h2. Data Ingestion
|
h2. Data Ingestion
|
||||||
* "Realtime":./Realtime.html
|
* "Realtime":./Realtime-ingestion.html
|
||||||
|
** "Firehose":./Firehose.html
|
||||||
|
** "Plumber":./Plumber.html
|
||||||
* "Batch":./Batch-ingestion.html
|
* "Batch":./Batch-ingestion.html
|
||||||
* "Indexing Service":./Indexing-Service.html
|
* "Indexing Service":./Indexing-Service.html
|
||||||
** "Tasks":./Tasks.html
|
** "Tasks":./Tasks.html
|
||||||
|
@ -52,8 +54,6 @@ h2. Architecture
|
||||||
** "Coordinator":./Coordinator.html
|
** "Coordinator":./Coordinator.html
|
||||||
*** "Rule Configuration":./Rule-Configuration.html
|
*** "Rule Configuration":./Rule-Configuration.html
|
||||||
** "Realtime":./Realtime.html
|
** "Realtime":./Realtime.html
|
||||||
*** "Firehose":./Firehose.html
|
|
||||||
*** "Plumber":./Plumber.html
|
|
||||||
** "Indexing Service":./Indexing-Service.html
|
** "Indexing Service":./Indexing-Service.html
|
||||||
*** "Middle Manager":./Middlemanager.html
|
*** "Middle Manager":./Middlemanager.html
|
||||||
*** "Peon":./Peons.html
|
*** "Peon":./Peons.html
|
||||||
|
|
Loading…
Reference in New Issue