2013-09-26 19:22:28 -04:00
|
|
|
---
|
|
|
|
---
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="css/toc.css">
|
|
|
|
|
|
|
|
h2. Getting Started
|
2015-03-26 13:44:11 -04:00
|
|
|
* "Concepts":./
|
2015-05-05 17:07:32 -04:00
|
|
|
* "Hello, Druid":../tutorials/tutorial-a-first-look-at-druid.html
|
|
|
|
* "Tutorials":../tutorials/tutorials.html
|
|
|
|
* "Evaluate Druid":../misc/evaluate.html
|
2014-02-07 14:35:44 -05:00
|
|
|
|
2013-09-26 19:22:28 -04:00
|
|
|
h2. Data Ingestion
|
2015-05-05 17:07:32 -04:00
|
|
|
* "Overview":../ingestion/ingestion-overview.html
|
|
|
|
* "Data Formats":../ingestion/data-formats.html
|
|
|
|
* "Data Schema":../ingestion/ingestion.html
|
|
|
|
* "Realtime Ingestion":../ingestion/realtime-ingestion.html
|
|
|
|
* "Batch Ingestion":../ingestion/batch-ingestion.html
|
|
|
|
* "FAQ":../ingestion/ingestion-faq.html
|
2014-04-04 13:05:33 -04:00
|
|
|
|
2013-09-26 19:22:28 -04:00
|
|
|
h2. Querying
|
2015-05-05 17:07:32 -04:00
|
|
|
* "Overview":../querying/querying.html
|
|
|
|
* "Timeseries":../querying/timeseriesquery.html
|
|
|
|
* "TopN":../querying/topnquery.html
|
|
|
|
* "GroupBy":../querying/groupbyquery.html
|
|
|
|
* "Time Boundary":../querying/timeboundaryquery.html
|
|
|
|
* "Segment Metadata":../querying/segmentmetadataquery.html
|
|
|
|
* "DataSource Metadata":../querying/datasourcemetadataquery.html
|
|
|
|
* "Search":../querying/searchquery.html
|
2015-05-07 19:38:09 -04:00
|
|
|
* Components
|
2015-05-05 17:07:32 -04:00
|
|
|
** "Filters":../querying/filters.html
|
|
|
|
** "Aggregations":../querying/aggregations.html
|
|
|
|
** "Post Aggregations":../querying/post-aggregations.html
|
|
|
|
** "Granularities":../querying/granularities.html
|
|
|
|
** "DimensionSpecs":../querying/dimensionspecs.html
|
2013-09-26 19:22:28 -04:00
|
|
|
|
2015-03-26 13:44:11 -04:00
|
|
|
h2. Design
|
2015-05-05 17:07:32 -04:00
|
|
|
* "Overview":../design/design.html
|
2015-03-26 13:44:11 -04:00
|
|
|
* Storage
|
2015-05-05 17:07:32 -04:00
|
|
|
** "Segments":../design/segments.html
|
2013-09-26 19:22:28 -04:00
|
|
|
* Node Types
|
2015-05-05 17:07:32 -04:00
|
|
|
** "Historical":../design/historical.html
|
|
|
|
** "Broker":../design/broker.html
|
|
|
|
** "Coordinator":../design/coordinator.html
|
|
|
|
** "Indexing Service":../design/indexing-service.html
|
|
|
|
** "Realtime":../design/realtime.html
|
2015-03-26 13:44:11 -04:00
|
|
|
* Dependencies
|
2015-05-05 17:07:32 -04:00
|
|
|
** "Deep Storage":../dependencies/deep-storage.html
|
|
|
|
** "Metadata Storage":../dependencies/metadata-storage.html
|
|
|
|
** "ZooKeeper":../dependencies/zookeeper.html
|
2013-09-26 19:22:28 -04:00
|
|
|
|
2015-03-26 13:44:11 -04:00
|
|
|
h2. Operations
|
2015-05-05 17:07:32 -04:00
|
|
|
* "Good Practices":../operations/recommendations.html
|
|
|
|
* "Including Extensions":../operations/including-extensions.html
|
|
|
|
* "Data Retention":../operations/rule-configuration.html
|
|
|
|
* "Metrics and Monitoring":../operations/metrics.html
|
|
|
|
* "Alerts":../operations/alerts.html
|
|
|
|
* "Updating the Cluster":../operations/rolling-updates.html
|
|
|
|
* "Different Hadoop Versions":../operations/other-hadoop.html
|
|
|
|
* "Performance FAQ":../operations/performance-faq.html
|
2015-03-26 13:44:11 -04:00
|
|
|
|
|
|
|
h2. Configuration
|
2015-05-05 17:07:32 -04:00
|
|
|
* "Common Configuration":../configuration/configuration.html
|
|
|
|
* "Indexing Service":../configuration/indexing-service-config.html
|
|
|
|
* "Coordinator":../configuration/coordinator-config.html
|
|
|
|
* "Historical":../configuration/historical-config.html
|
|
|
|
* "Broker":../configuration/broker-config.html
|
|
|
|
* "Realtime":../configuration/realtime-config.html
|
|
|
|
* "Configuring Logging":../configuration/logging.html
|
|
|
|
* "Simple Cluster Configuration":../configuration/simple-cluster-configuration.html
|
|
|
|
* "Production Cluster Configuration":../configuration/production-cluster-configuration.html
|
|
|
|
* "Production Hadoop Configuration":../configuration/hadoop-configuration.html
|
2014-01-10 17:47:18 -05:00
|
|
|
|
2013-09-26 19:22:28 -04:00
|
|
|
h2. Development
|
2015-05-05 17:07:32 -04:00
|
|
|
* "Libraries":../development/libraries.html
|
|
|
|
* "Extending Druid":../development/modules.html
|
|
|
|
* "Build From Source":../development/build-from-source.html
|
|
|
|
* "Versioning":../development/versioning.html
|
|
|
|
"Integration":../development/integrating-druid-with-other-technologies.html
|
2015-03-26 13:44:11 -04:00
|
|
|
* Experimental Features
|
2015-05-05 17:07:32 -04:00
|
|
|
** "Overview":../development/about-experimental-features.html
|
|
|
|
** "Geographic Queries":../development/geographicqueries.html
|
|
|
|
** "Select Query":../development/selectquery.html
|
|
|
|
** "Approximate Histograms and Quantiles":../development/approxhisto.html
|
|
|
|
** "Router node":../development/router.html
|
2013-09-26 19:22:28 -04:00
|
|
|
|
|
|
|
h2. Misc
|
2015-05-05 17:07:32 -04:00
|
|
|
* "Papers & Talks":../misc/papers-and-talks.html
|
2014-10-10 13:19:33 -04:00
|
|
|
* "Thanks":/thanks.html
|