2013-09-26 18:22:28 -05:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="css/toc.css">
|
|
|
|
|
2013-12-11 09:16:49 -08:00
|
|
|
h2. Introduction
|
2013-11-26 17:03:07 -08:00
|
|
|
* "About Druid":./
|
2013-11-18 15:37:30 -08:00
|
|
|
* "Concepts and Terminology":./Concepts-and-Terminology.html
|
2013-09-26 18:22:28 -05:00
|
|
|
|
|
|
|
h2. Getting Started
|
|
|
|
* "Tutorial: A First Look at Druid":./Tutorial:-A-First-Look-at-Druid.html
|
|
|
|
* "Tutorial: The Druid Cluster":./Tutorial:-The-Druid-Cluster.html
|
2014-12-08 16:20:35 -08:00
|
|
|
* "Tutorial: Loading Streaming Data":./Tutorial:-Loading-Streaming-Data.html
|
|
|
|
* "Tutorial: Loading Batch Data":./Tutorial:-Loading-Batch-Data.html
|
2013-10-10 15:05:01 -07:00
|
|
|
|
2014-05-28 16:33:59 -07:00
|
|
|
h2. Booting a Druid Cluster
|
|
|
|
* "Simple Cluster Configuration":Simple-Cluster-Configuration.html
|
|
|
|
* "Production Cluster Configuration":Production-Cluster-Configuration.html
|
2014-10-08 10:51:00 -07:00
|
|
|
* "Production Hadoop Configuration":Hadoop-Configuration.html
|
2014-07-17 14:53:26 -07:00
|
|
|
* "Rolling Cluster Updates":Rolling-Updates.html
|
2014-10-21 16:26:17 -07:00
|
|
|
* "Recommendations":Recommendations.html
|
2014-05-28 16:33:59 -07:00
|
|
|
|
2014-02-07 11:35:44 -08:00
|
|
|
h2. Configuration
|
|
|
|
* "Common Configuration":Configuration.html
|
2014-05-28 16:33:59 -07:00
|
|
|
* "Indexing Service":Indexing-Service-Config.html
|
2014-02-07 11:35:44 -08:00
|
|
|
* "Coordinator":Coordinator-Config.html
|
|
|
|
* "Historical":Historical-Config.html
|
|
|
|
* "Broker":Broker-Config.html
|
2014-05-28 16:33:59 -07:00
|
|
|
* "Realtime":Realtime-Config.html
|
2014-08-01 10:10:17 -07:00
|
|
|
* "Configuring Logging":./Logging.html
|
2014-02-07 11:35:44 -08:00
|
|
|
|
2013-09-26 18:22:28 -05:00
|
|
|
h2. Data Ingestion
|
2014-07-31 14:47:44 -07:00
|
|
|
* "Ingestion FAQ":./Ingestion-FAQ.html
|
2013-12-20 13:08:25 -08:00
|
|
|
* "Realtime":./Realtime-ingestion.html
|
2014-08-01 10:10:17 -07:00
|
|
|
** "Kafka-0.8.x Ingestion":./Kafka-Eight.html
|
2013-09-26 18:22:28 -05:00
|
|
|
* "Batch":./Batch-ingestion.html
|
2014-08-01 10:10:17 -07:00
|
|
|
** "Different Hadoop Versions":./Other-Hadoop.html
|
2013-09-26 18:22:28 -05:00
|
|
|
* "Indexing Service":./Indexing-Service.html
|
2013-10-10 15:05:01 -07:00
|
|
|
** "Tasks":./Tasks.html
|
2014-02-02 19:47:55 -06:00
|
|
|
* "Data Formats":./Data_formats.html
|
2013-09-26 18:22:28 -05:00
|
|
|
|
2014-04-04 10:05:33 -07:00
|
|
|
h2. Operations
|
2014-07-31 14:47:44 -07:00
|
|
|
* "Performance FAQ":./Performance-FAQ.html
|
2014-04-04 10:05:33 -07:00
|
|
|
* "Extending Druid":./Modules.html
|
|
|
|
* "Booting a Production Cluster":./Booting-a-production-cluster.html
|
|
|
|
|
2013-09-26 18:22:28 -05:00
|
|
|
h2. Querying
|
|
|
|
* "Querying":./Querying.html
|
|
|
|
** "Filters":./Filters.html
|
|
|
|
** "Aggregations":./Aggregations.html
|
|
|
|
** "Post Aggregations":./Post-aggregations.html
|
|
|
|
** "Granularities":./Granularities.html
|
2013-11-22 16:32:53 -08:00
|
|
|
** "DimensionSpecs":./DimensionSpecs.html
|
2013-09-26 18:22:28 -05:00
|
|
|
* Query Types
|
2014-01-16 15:16:04 -08:00
|
|
|
** "GroupBy":./GroupByQuery.html
|
2014-07-24 14:20:43 -07:00
|
|
|
*** "LimitSpec":./LimitSpec.html
|
2013-09-26 18:22:28 -05:00
|
|
|
*** "Having":./Having.html
|
2014-01-16 15:16:04 -08:00
|
|
|
** "Search":./SearchQuery.html
|
2013-09-26 18:22:28 -05:00
|
|
|
*** "SearchQuerySpec":./SearchQuerySpec.html
|
2014-01-16 15:16:04 -08:00
|
|
|
** "Segment Metadata":./SegmentMetadataQuery.html
|
|
|
|
** "Time Boundary":./TimeBoundaryQuery.html
|
|
|
|
** "Timeseries":./TimeseriesQuery.html
|
|
|
|
** "TopN":./TopNQuery.html
|
2014-01-08 15:51:03 -08:00
|
|
|
*** "TopNMetricSpec":./TopNMetricSpec.html
|
2013-09-26 18:22:28 -05:00
|
|
|
|
|
|
|
h2. Architecture
|
|
|
|
* "Design":./Design.html
|
|
|
|
* "Segments":./Segments.html
|
|
|
|
* Node Types
|
2013-10-03 16:36:48 -07:00
|
|
|
** "Historical":./Historical.html
|
2013-09-26 18:22:28 -05:00
|
|
|
** "Broker":./Broker.html
|
2013-10-03 16:36:48 -07:00
|
|
|
** "Coordinator":./Coordinator.html
|
2013-09-26 18:22:28 -05:00
|
|
|
*** "Rule Configuration":./Rule-Configuration.html
|
|
|
|
** "Realtime":./Realtime.html
|
2013-10-11 18:38:53 -07:00
|
|
|
** "Indexing Service":./Indexing-Service.html
|
2013-12-09 19:07:48 +05:30
|
|
|
*** "Middle Manager":./Middlemanager.html
|
|
|
|
*** "Peon":./Peons.html
|
2013-09-26 18:22:28 -05:00
|
|
|
* External Dependencies
|
|
|
|
** "Deep Storage":./Deep-Storage.html
|
2014-07-23 13:41:14 -07:00
|
|
|
** "Metadata Storage":./MySQL.html
|
2013-09-26 18:22:28 -05:00
|
|
|
** "ZooKeeper":./ZooKeeper.html
|
|
|
|
|
2014-01-10 14:47:18 -08:00
|
|
|
h2. Experimental
|
|
|
|
* "About Experimental Features":./About-Experimental-Features.html
|
|
|
|
* "Geographic Queries":./GeographicQueries.html
|
2014-04-22 15:27:19 -07:00
|
|
|
* "Select Query":./SelectQuery.html
|
2014-07-01 16:39:24 -07:00
|
|
|
* "Approximate Histograms and Quantiles":./ApproxHisto.html
|
2014-10-07 13:01:41 -07:00
|
|
|
* "Router node":./Router.html
|
2014-01-10 14:47:18 -08:00
|
|
|
|
2013-09-26 18:22:28 -05:00
|
|
|
h2. Development
|
|
|
|
* "Versioning":./Versioning.html
|
|
|
|
* "Build From Source":./Build-from-source.html
|
|
|
|
* "Libraries":./Libraries.html
|
|
|
|
|
|
|
|
h2. Misc
|
2014-10-10 10:19:33 -07:00
|
|
|
* "Thanks":/thanks.html
|