You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by fj...@apache.org on 2019/05/23 17:41:29 UTC

[incubator-druid] branch 0.15.0-incubating updated: reorganizing the ToC (#7734) (#7739)

This is an automated email from the ASF dual-hosted git repository.

fjy pushed a commit to branch 0.15.0-incubating
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/0.15.0-incubating by this push:
     new 8bd5170  reorganizing the ToC (#7734) (#7739)
8bd5170 is described below

commit 8bd5170e0a00b65d4f291baaeac91bfe893e8d1d
Author: Jihoon Son <ji...@apache.org>
AuthorDate: Thu May 23 10:41:23 2019 -0700

    reorganizing the ToC (#7734) (#7739)
---
 docs/content/toc.md | 46 +++++++++++++++++++++++++---------------------
 1 file changed, 25 insertions(+), 21 deletions(-)

diff --git a/docs/content/toc.md b/docs/content/toc.md
index 2364470..57ed632 100644
--- a/docs/content/toc.md
+++ b/docs/content/toc.md
@@ -24,7 +24,7 @@ layout: toc
 ## Getting Started
   * [Design](/docs/VERSION/design/index.html)
     * [What is Druid?](/docs/VERSION/design/index.html#what-is-druid)
-    * [When should I use Druid](/docs/VERSION/design/index.html#when-to-use-druid)
+    * [When should I use Druid?](/docs/VERSION/design/index.html#when-to-use-druid)
     * [Architecture](/docs/VERSION/design/index.html#architecture)
     * [Datasources & Segments](/docs/VERSION/design/index.html#datasources-and-segments)
     * [Query processing](/docs/VERSION/design/index.html#query-processing)
@@ -32,7 +32,7 @@ layout: toc
     * [Ingestion overview](/docs/VERSION/ingestion/index.html)
   * [Getting Started](/docs/VERSION/operations/getting-started.html)
     * [Single-server Quickstart](/docs/VERSION/tutorials/index.html)
-      * [Tutorial: Loading a file](/docs/VERSION/tutorials/tutorial-batch.html)
+      * [Tutorial: Loading a file from local disk](/docs/VERSION/tutorials/tutorial-batch.html)
       * [Tutorial: Loading stream data from Apache Kafka](/docs/VERSION/tutorials/tutorial-kafka.html)
       * [Tutorial: Loading a file using Apache Hadoop](/docs/VERSION/tutorials/tutorial-batch-hadoop.html)
       * [Tutorial: Loading stream data using HTTP push](/docs/VERSION/tutorials/tutorial-tranquility.html)
@@ -44,8 +44,11 @@ layout: toc
         * [Tutorial: Compacting segments](/docs/VERSION/tutorials/tutorial-compaction.html)
         * [Tutorial: Deleting data](/docs/VERSION/tutorials/tutorial-delete-data.html)
         * [Tutorial: Writing your own ingestion specs](/docs/VERSION/tutorials/tutorial-ingestion-spec.html)
-        * [Tutorial: Transforming input data](/docs/VERSION/tutorials/tutorial-transform-spec.html)
+        * [Tutorial: Transforming input data](/docs/VERSION/tutorials/tutorial-transform-spec.html)    
     * [Clustering](/docs/VERSION/tutorials/cluster.html)
+    * Further examples
+      * [Single-server deployment](/docs/VERSION/operations/single-server.html)
+      * [Clustered deployment](/docs/VERSION/operations/example-cluster.html)
 
 ## Data Ingestion
   * [Ingestion overview](/docs/VERSION/ingestion/index.html)
@@ -104,14 +107,17 @@ layout: toc
   * [Overview](/docs/VERSION/design/index.html)
   * Storage
     * [Segments](/docs/VERSION/design/segments.html)
-  * [Processes and Servers](/docs/VERSION/design/processes.html)
-    * [Coordinator](/docs/VERSION/design/coordinator.html)
-    * [Overlord](/docs/VERSION/design/overlord.html)
-    * [Broker](/docs/VERSION/design/broker.html)
-    * [Historical](/docs/VERSION/design/historical.html)
-    * [MiddleManager](/docs/VERSION/design/middlemanager.html)
-      * [Peons](/docs/VERSION/design/peons.html)
-    * [Router](/docs/VERSION/development/router.html) (optional; experimental)
+  * [Servers and Processes](/docs/VERSION/design/processes.html)
+    * Master server
+      * [Coordinator](/docs/VERSION/design/coordinator.html)
+      * [Overlord](/docs/VERSION/design/overlord.html)
+    * Query server
+      * [Broker](/docs/VERSION/design/broker.html)
+      * [Router](/docs/VERSION/development/router.html) (optional; experimental)
+    * Data server
+      * [Historical](/docs/VERSION/design/historical.html)
+      * [MiddleManager](/docs/VERSION/design/middlemanager.html)
+        * [Peons](/docs/VERSION/design/peons.html)    
   * Dependencies
     * [Deep Storage](/docs/VERSION/dependencies/deep-storage.html)
     * [Metadata Storage](/docs/VERSION/dependencies/metadata-storage.html)
@@ -126,20 +132,19 @@ layout: toc
   * [Metrics and Monitoring](/docs/VERSION/operations/metrics.html)
   * [Alerts](/docs/VERSION/operations/alerts.html)
   * [Different Hadoop Versions](/docs/VERSION/operations/other-hadoop.html)
-  * [HTTP Compression](/docs/VERSION/operations/http-compression.html)
-  * [Basic Cluster Tuning](/docs/VERSION/operations/basic-cluster-tuning.html)
-  * Examples
-      * [Single-server Deployment Examples](/docs/VERSION/operations/single-server.html)
-      * [Clustered Deployment Example](/docs/VERSION/operations/example-cluster.html)
-  * [Recommendations](/docs/VERSION/operations/recommendations.html)
-    * [Performance FAQ](/docs/VERSION/operations/performance-faq.html)
+  * [HTTP Compression](/docs/VERSION/operations/http-compression.html)  
   * [API Reference](/docs/VERSION/operations/api-reference.html)
       * [Coordinator](/docs/VERSION/operations/api-reference.html#coordinator)
       * [Overlord](/docs/VERSION/operations/api-reference.html#overlord)
       * [MiddleManager](/docs/VERSION/operations/api-reference.html#middlemanager)
       * [Peon](/docs/VERSION/operations/api-reference.html#peon)
       * [Broker](/docs/VERSION/operations/api-reference.html#broker)
-      * [Historical](/docs/VERSION/operations/api-reference.html#historical)  
+      * [Historical](/docs/VERSION/operations/api-reference.html#historical)
+  * Tuning and Recommendations
+    * [Basic Cluster Tuning](/docs/VERSION/operations/basic-cluster-tuning.html)  
+    * [General Recommendations](/docs/VERSION/operations/recommendations.html)
+    * [Performance FAQ](/docs/VERSION/operations/performance-faq.html)
+    * [JVM Best Practices](/docs/VERSION/configuration/index.html#jvm-configuration-best-practices)        
   * Tools
     * [Dump Segment Tool](/docs/VERSION/operations/dump-segment.html)
     * [Insert Segment Tool](/docs/VERSION/operations/insert-segment-to-db.html)
@@ -150,8 +155,7 @@ layout: toc
 
 ## Configuration
   * [Configuration Reference](/docs/VERSION/configuration/index.html)
-  * [Recommended Configuration File Organization](/docs/VERSION/configuration/index.html#recommended-configuration-file-organization)
-  * [JVM Configuration Best Practices](/docs/VERSION/configuration/index.html#jvm-configuration-best-practices)
+  * [Recommended Configuration File Organization](/docs/VERSION/configuration/index.html#recommended-configuration-file-organization)  
   * [Common Configuration](/docs/VERSION/configuration/index.html#common-configurations)
   * Processes
     * [Coordinator](/docs/VERSION/configuration/index.html#coordinator)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org