2019-08-21 00:48:59 -04:00
|
|
|
{
|
2024-05-09 11:57:43 -04:00
|
|
|
"docs": [
|
|
|
|
"design/index",
|
|
|
|
{"type": "category",
|
|
|
|
"label": "Getting started",
|
|
|
|
"link": {
|
|
|
|
"type": "doc",
|
|
|
|
"id": "tutorials/index"
|
|
|
|
},
|
|
|
|
"items":[
|
2019-08-21 00:48:59 -04:00
|
|
|
"operations/single-server",
|
2022-09-17 00:58:11 -04:00
|
|
|
"tutorials/docker",
|
2024-05-09 11:57:43 -04:00
|
|
|
"tutorials/cluster",
|
|
|
|
{"type": "category",
|
|
|
|
"label": "Ingestion tutorials",
|
|
|
|
"items": [
|
|
|
|
"tutorials/tutorial-msq-extern",
|
|
|
|
"tutorials/tutorial-kafka",
|
|
|
|
"tutorials/tutorial-rollup",
|
|
|
|
"tutorials/tutorial-ingestion-spec",
|
|
|
|
"tutorials/tutorial-transform-spec",
|
|
|
|
"tutorials/tutorial-msq-convert-spec"
|
|
|
|
]},
|
|
|
|
{"type": "category",
|
|
|
|
"label": "Data management tutorials",
|
|
|
|
"items": [
|
|
|
|
"tutorials/tutorial-retention",
|
|
|
|
"tutorials/tutorial-append-data",
|
|
|
|
"tutorials/tutorial-update-data",
|
|
|
|
"tutorials/tutorial-compaction",
|
2024-06-04 20:00:25 -04:00
|
|
|
"tutorials/tutorial-delete-data",
|
|
|
|
"tutorials/tutorial-latest-by"]
|
2024-05-09 11:57:43 -04:00
|
|
|
},
|
|
|
|
{"type": "category",
|
|
|
|
"label": "Querying tutorials",
|
|
|
|
"items": [
|
|
|
|
"tutorials/tutorial-query",
|
|
|
|
"tutorials/tutorial-sql-query-view",
|
|
|
|
"tutorials/tutorial-unnest-arrays",
|
2024-06-04 20:00:25 -04:00
|
|
|
"tutorials/tutorial-query-deep-storage",
|
|
|
|
"tutorials/tutorial-latest-by"]
|
2024-05-09 11:57:43 -04:00
|
|
|
},
|
|
|
|
"tutorials/tutorial-sketches-theta",
|
|
|
|
"tutorials/tutorial-jdbc",
|
|
|
|
{"type": "category",
|
|
|
|
"label": "Hadoop tutorials",
|
|
|
|
"items": [
|
|
|
|
"tutorials/tutorial-batch-hadoop",
|
|
|
|
"tutorials/tutorial-kerberos-hadoop"]
|
|
|
|
}]
|
|
|
|
}
|
|
|
|
,
|
|
|
|
{"type": "category",
|
|
|
|
"label":"Design",
|
|
|
|
"items": [
|
2019-08-21 00:48:59 -04:00
|
|
|
"design/architecture",
|
2023-12-08 14:40:24 -05:00
|
|
|
{
|
|
|
|
"type": "category",
|
|
|
|
"label": "Services",
|
|
|
|
"items": [
|
|
|
|
"design/coordinator",
|
|
|
|
"design/overlord",
|
|
|
|
"design/broker",
|
|
|
|
"design/router",
|
|
|
|
"design/historical",
|
|
|
|
"design/middlemanager",
|
|
|
|
"design/peons",
|
|
|
|
"design/indexer"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"design/storage",
|
2019-08-21 00:48:59 -04:00
|
|
|
"design/segments",
|
2023-05-19 12:42:27 -04:00
|
|
|
"design/deep-storage",
|
|
|
|
"design/metadata-storage",
|
|
|
|
"design/zookeeper"
|
2024-05-09 11:57:43 -04:00
|
|
|
]},
|
|
|
|
{"type": "category",
|
|
|
|
"label": "Ingestion",
|
|
|
|
"link": {
|
|
|
|
"type": "doc",
|
|
|
|
"id": "ingestion/index"
|
|
|
|
},
|
|
|
|
"items":[
|
2019-08-21 00:48:59 -04:00
|
|
|
{
|
2023-08-16 22:01:21 -04:00
|
|
|
"type": "category",
|
2023-05-19 12:42:27 -04:00
|
|
|
"label": "Ingestion concepts",
|
2023-08-16 22:01:21 -04:00
|
|
|
"items": [
|
2023-05-19 12:42:27 -04:00
|
|
|
"ingestion/data-formats",
|
|
|
|
"ingestion/input-sources",
|
|
|
|
"ingestion/schema-model",
|
|
|
|
"ingestion/rollup",
|
2023-06-02 14:09:04 -04:00
|
|
|
"ingestion/partitioning",
|
|
|
|
"ingestion/tasks"
|
2019-08-21 00:48:59 -04:00
|
|
|
]
|
|
|
|
},
|
2022-09-17 00:58:11 -04:00
|
|
|
{
|
2023-08-16 22:01:21 -04:00
|
|
|
"type": "category",
|
2023-05-19 12:42:27 -04:00
|
|
|
"label": "SQL-based batch",
|
2023-08-16 22:01:21 -04:00
|
|
|
"items": [
|
2022-09-17 00:58:11 -04:00
|
|
|
"multi-stage-query/index",
|
|
|
|
"multi-stage-query/concepts",
|
|
|
|
"multi-stage-query/security",
|
|
|
|
"multi-stage-query/examples",
|
|
|
|
"multi-stage-query/reference",
|
|
|
|
"multi-stage-query/known-issues"
|
|
|
|
]
|
|
|
|
},
|
2023-05-19 12:42:27 -04:00
|
|
|
{
|
2023-08-16 22:01:21 -04:00
|
|
|
"type": "category",
|
2023-05-19 12:42:27 -04:00
|
|
|
"label": "Streaming",
|
2023-08-16 22:01:21 -04:00
|
|
|
"items": [
|
2024-02-12 16:52:42 -05:00
|
|
|
"ingestion/streaming",
|
|
|
|
"ingestion/supervisor",
|
|
|
|
"ingestion/kafka-ingestion",
|
|
|
|
"ingestion/kinesis-ingestion"
|
2023-05-19 12:42:27 -04:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2023-08-16 22:01:21 -04:00
|
|
|
"type": "category",
|
2023-05-19 12:42:27 -04:00
|
|
|
"label": "Classic batch",
|
2023-08-16 22:01:21 -04:00
|
|
|
"items": [
|
2023-05-19 12:42:27 -04:00
|
|
|
"ingestion/native-batch",
|
|
|
|
"ingestion/hadoop"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"ingestion/ingestion-spec",
|
|
|
|
"ingestion/schema-design",
|
2024-02-01 14:03:36 -05:00
|
|
|
"ingestion/concurrent-append-replace",
|
2019-08-21 00:48:59 -04:00
|
|
|
"ingestion/faq"
|
2024-05-09 11:57:43 -04:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{"type":"category",
|
|
|
|
"label": "Data management" ,
|
|
|
|
"link": {
|
|
|
|
"type": "doc",
|
|
|
|
"id": "data-management/index"
|
|
|
|
},
|
|
|
|
"items": [
|
2022-09-17 00:58:11 -04:00
|
|
|
"data-management/update",
|
|
|
|
"data-management/delete",
|
|
|
|
"data-management/schema-changes",
|
2023-10-27 13:29:34 -04:00
|
|
|
{
|
|
|
|
"type": "category",
|
|
|
|
"label": "Compaction",
|
|
|
|
"link": {
|
|
|
|
"type": "doc",
|
|
|
|
"id": "data-management/compaction"
|
|
|
|
},
|
|
|
|
"items": [
|
|
|
|
"data-management/automatic-compaction",
|
|
|
|
"data-management/manual-compaction"
|
|
|
|
]
|
|
|
|
}
|
2024-05-09 11:57:43 -04:00
|
|
|
]},
|
|
|
|
{
|
|
|
|
"type":"category",
|
|
|
|
"label": "Querying",
|
|
|
|
"items": [
|
2022-05-17 19:56:31 -04:00
|
|
|
{
|
2023-08-16 22:01:21 -04:00
|
|
|
"type": "category",
|
2022-05-17 19:56:31 -04:00
|
|
|
"label": "Druid SQL",
|
2023-08-16 22:01:21 -04:00
|
|
|
"items": [
|
2022-05-17 19:56:31 -04:00
|
|
|
"querying/sql",
|
2024-03-07 18:16:52 -05:00
|
|
|
"querying/sql-functions",
|
2023-09-05 17:16:01 -04:00
|
|
|
"querying/tips-good-queries",
|
2023-08-04 01:40:08 -04:00
|
|
|
"querying/query-deep-storage",
|
2022-05-17 19:56:31 -04:00
|
|
|
"querying/sql-data-types",
|
|
|
|
"querying/sql-operators",
|
|
|
|
"querying/sql-scalar",
|
|
|
|
"querying/sql-aggregations",
|
2023-11-06 14:34:42 -05:00
|
|
|
"querying/sql-window-functions",
|
2023-06-01 19:45:27 -04:00
|
|
|
"querying/sql-array-functions",
|
2022-05-17 19:56:31 -04:00
|
|
|
"querying/sql-multivalue-string-functions",
|
2022-09-06 17:42:18 -04:00
|
|
|
"querying/sql-json-functions",
|
2022-05-17 19:56:31 -04:00
|
|
|
"querying/sql-query-context",
|
|
|
|
"querying/sql-metadata-tables",
|
|
|
|
"querying/sql-translation"
|
|
|
|
]
|
|
|
|
},
|
2020-04-15 19:12:20 -04:00
|
|
|
"querying/querying",
|
2023-12-08 14:40:24 -05:00
|
|
|
"querying/query-processing",
|
2020-04-15 19:12:20 -04:00
|
|
|
"querying/query-execution",
|
2021-12-16 20:34:34 -05:00
|
|
|
"querying/troubleshooting",
|
2020-04-15 19:12:20 -04:00
|
|
|
{
|
2023-08-16 22:01:21 -04:00
|
|
|
"type": "category",
|
2020-04-15 19:12:20 -04:00
|
|
|
"label": "Concepts",
|
2023-08-16 22:01:21 -04:00
|
|
|
"items": [
|
2020-04-15 19:12:20 -04:00
|
|
|
"querying/datasource",
|
|
|
|
"querying/joins",
|
2024-06-03 19:04:15 -04:00
|
|
|
{"type": "category",
|
|
|
|
"label": "Lookups",
|
|
|
|
"link": {
|
|
|
|
"type": "doc",
|
|
|
|
"id": "querying/lookups"
|
|
|
|
},
|
|
|
|
"items":[
|
|
|
|
"querying/lookups-cached-global",
|
|
|
|
"querying/kafka-extraction-namespace"
|
|
|
|
]},
|
2020-04-15 19:12:20 -04:00
|
|
|
"querying/multi-value-dimensions",
|
2023-11-02 03:31:37 -04:00
|
|
|
"querying/arrays",
|
2022-09-06 17:42:18 -04:00
|
|
|
"querying/nested-columns",
|
2020-04-15 19:12:20 -04:00
|
|
|
"querying/multitenancy",
|
|
|
|
"querying/caching",
|
2021-03-09 01:25:48 -05:00
|
|
|
"querying/using-caching",
|
2020-04-15 19:12:20 -04:00
|
|
|
"querying/query-context"
|
|
|
|
]
|
|
|
|
},
|
2019-08-21 00:48:59 -04:00
|
|
|
{
|
2023-08-16 22:01:21 -04:00
|
|
|
"type": "category",
|
2019-08-21 00:48:59 -04:00
|
|
|
"label": "Native query types",
|
2023-08-16 22:01:21 -04:00
|
|
|
"items": [
|
2019-08-21 00:48:59 -04:00
|
|
|
"querying/timeseriesquery",
|
|
|
|
"querying/topnquery",
|
|
|
|
"querying/groupbyquery",
|
|
|
|
"querying/scan-query",
|
2020-04-15 19:12:20 -04:00
|
|
|
"querying/searchquery",
|
2019-08-21 00:48:59 -04:00
|
|
|
"querying/timeboundaryquery",
|
|
|
|
"querying/segmentmetadataquery",
|
2020-04-15 19:12:20 -04:00
|
|
|
"querying/datasourcemetadataquery"
|
2019-08-21 00:48:59 -04:00
|
|
|
]
|
|
|
|
},
|
2020-04-15 19:12:20 -04:00
|
|
|
{
|
2023-08-16 22:01:21 -04:00
|
|
|
"type": "category",
|
2020-04-15 19:12:20 -04:00
|
|
|
"label": "Native query components",
|
2023-08-16 22:01:21 -04:00
|
|
|
"items": [
|
2020-04-15 19:12:20 -04:00
|
|
|
"querying/filters",
|
|
|
|
"querying/granularities",
|
|
|
|
"querying/dimensionspecs",
|
|
|
|
"querying/aggregations",
|
|
|
|
"querying/post-aggregations",
|
2023-05-19 12:42:27 -04:00
|
|
|
"querying/math-expr",
|
2020-04-15 19:12:20 -04:00
|
|
|
"querying/having",
|
|
|
|
"querying/limitspec",
|
|
|
|
"querying/topnmetricspec",
|
|
|
|
"querying/sorting-orders",
|
|
|
|
"querying/virtual-columns",
|
2023-05-19 12:42:27 -04:00
|
|
|
"querying/geo"
|
2020-04-15 19:12:20 -04:00
|
|
|
]
|
|
|
|
}
|
2024-05-09 11:57:43 -04:00
|
|
|
]},
|
|
|
|
{ "type": "category",
|
|
|
|
"label": "API reference",
|
|
|
|
"link": {
|
|
|
|
"type": "doc",
|
|
|
|
"id": "api-reference/api-reference"
|
|
|
|
},
|
|
|
|
"items":[
|
2023-06-26 18:48:54 -04:00
|
|
|
{
|
2023-08-16 22:01:21 -04:00
|
|
|
"type": "category",
|
2023-06-26 18:48:54 -04:00
|
|
|
"label": "HTTP APIs",
|
2023-08-16 22:01:21 -04:00
|
|
|
"items": [
|
2023-06-26 18:48:54 -04:00
|
|
|
"api-reference/sql-api",
|
|
|
|
"api-reference/sql-ingestion-api",
|
|
|
|
"api-reference/json-querying-api",
|
|
|
|
"api-reference/tasks-api",
|
|
|
|
"api-reference/supervisor-api",
|
|
|
|
"api-reference/retention-rules-api",
|
|
|
|
"api-reference/data-management-api",
|
|
|
|
"api-reference/automatic-compaction-api",
|
|
|
|
"api-reference/lookups-api",
|
|
|
|
"api-reference/service-status-api",
|
|
|
|
"api-reference/dynamic-configuration-api",
|
|
|
|
"api-reference/legacy-metadata-api"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
2023-08-16 22:01:21 -04:00
|
|
|
"type": "category",
|
2023-06-26 18:48:54 -04:00
|
|
|
"label": "Java APIs",
|
2023-08-16 22:01:21 -04:00
|
|
|
"items": [
|
2023-06-26 18:48:54 -04:00
|
|
|
"api-reference/sql-jdbc"
|
|
|
|
]
|
|
|
|
}
|
2024-05-09 11:57:43 -04:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{"type":"category",
|
|
|
|
"label":"Configuration",
|
|
|
|
"link": {
|
|
|
|
"type": "doc",
|
|
|
|
"id": "configuration/index"
|
|
|
|
},
|
|
|
|
"items":[
|
2023-05-19 12:42:27 -04:00
|
|
|
"configuration/extensions",
|
2019-08-21 00:48:59 -04:00
|
|
|
"configuration/logging"
|
2024-05-09 11:57:43 -04:00
|
|
|
]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"type":"category",
|
|
|
|
"label": "Operations",
|
|
|
|
"items":[
|
|
|
|
"api-reference/automatic-compaction-api",
|
2022-09-17 00:58:11 -04:00
|
|
|
"operations/web-console",
|
2022-08-04 02:16:05 -04:00
|
|
|
"operations/java",
|
2023-08-04 01:40:08 -04:00
|
|
|
"operations/durable-storage",
|
2020-11-19 18:24:58 -05:00
|
|
|
{
|
2023-08-16 22:01:21 -04:00
|
|
|
"type": "category",
|
2020-11-19 18:24:58 -05:00
|
|
|
"label": "Security",
|
2023-08-16 22:01:21 -04:00
|
|
|
"items": [
|
2020-11-19 18:24:58 -05:00
|
|
|
"operations/security-overview",
|
|
|
|
"operations/security-user-auth",
|
|
|
|
"operations/auth-ldap",
|
|
|
|
"operations/password-provider",
|
2021-09-09 14:43:49 -04:00
|
|
|
"operations/dynamic-config-provider",
|
2020-11-19 18:24:58 -05:00
|
|
|
"operations/tls-support"
|
|
|
|
]
|
2022-09-06 13:36:09 -04:00
|
|
|
},
|
2020-11-19 18:24:58 -05:00
|
|
|
{
|
2023-08-16 22:01:21 -04:00
|
|
|
"type": "category",
|
2020-11-19 18:24:58 -05:00
|
|
|
"label": "Performance tuning",
|
2023-08-16 22:01:21 -04:00
|
|
|
"items": [
|
2020-11-19 18:24:58 -05:00
|
|
|
"operations/basic-cluster-tuning",
|
|
|
|
"operations/segment-optimization",
|
2022-01-14 23:22:08 -05:00
|
|
|
"operations/mixed-workloads",
|
2021-05-20 12:48:42 -04:00
|
|
|
"operations/http-compression",
|
|
|
|
"operations/clean-metadata-store"
|
2020-11-19 18:24:58 -05:00
|
|
|
]
|
2022-09-06 13:36:09 -04:00
|
|
|
},
|
2022-03-28 17:09:41 -04:00
|
|
|
{
|
2023-08-16 22:01:21 -04:00
|
|
|
"type": "category",
|
2022-03-28 17:09:41 -04:00
|
|
|
"label": "Monitoring",
|
2023-08-16 22:01:21 -04:00
|
|
|
"items": [
|
2022-03-28 17:09:41 -04:00
|
|
|
"operations/request-logging",
|
|
|
|
"operations/metrics",
|
|
|
|
"operations/alerts"
|
|
|
|
]
|
2022-09-06 13:36:09 -04:00
|
|
|
},
|
2019-08-21 00:48:59 -04:00
|
|
|
"operations/high-availability",
|
|
|
|
"operations/rolling-updates",
|
|
|
|
"operations/rule-configuration",
|
2023-05-19 12:42:27 -04:00
|
|
|
"operations/migrate-from-firehose",
|
2019-08-21 00:48:59 -04:00
|
|
|
"operations/other-hadoop",
|
|
|
|
{
|
2023-08-16 22:01:21 -04:00
|
|
|
"type": "category",
|
2019-08-21 00:48:59 -04:00
|
|
|
"label": "Misc",
|
2023-08-16 22:01:21 -04:00
|
|
|
"items": [
|
2020-11-19 18:24:58 -05:00
|
|
|
"operations/dump-segment",
|
|
|
|
"operations/reset-cluster",
|
|
|
|
"operations/insert-segment-to-db",
|
|
|
|
"operations/pull-deps",
|
2019-08-21 00:48:59 -04:00
|
|
|
"operations/deep-storage-migration",
|
|
|
|
"operations/export-metadata",
|
|
|
|
"operations/metadata-migration",
|
|
|
|
"operations/use_sbt_to_build_fat_jar"
|
|
|
|
]
|
|
|
|
}
|
2024-05-09 11:57:43 -04:00
|
|
|
]},
|
|
|
|
{
|
|
|
|
"type":"category",
|
|
|
|
"label": "Development",
|
|
|
|
"link": {
|
|
|
|
"type": "doc",
|
|
|
|
"id": "development/overview"
|
|
|
|
},
|
|
|
|
"items": [
|
2019-08-21 00:48:59 -04:00
|
|
|
"development/modules",
|
|
|
|
"development/javascript",
|
|
|
|
"development/build",
|
|
|
|
"development/versioning",
|
2023-06-05 13:53:17 -04:00
|
|
|
"development/contribute-to-docs",
|
2019-08-21 00:48:59 -04:00
|
|
|
"development/experimental"
|
|
|
|
]
|
2024-05-09 11:57:43 -04:00
|
|
|
},
|
|
|
|
{"type":"category",
|
|
|
|
"label": "Release info",
|
|
|
|
"items":
|
|
|
|
[
|
|
|
|
"release-info/release-notes",
|
2024-05-30 12:50:30 -04:00
|
|
|
"release-info/upgrade-notes",
|
|
|
|
{
|
|
|
|
"type": "category",
|
|
|
|
"label": "Migration guides",
|
|
|
|
"link": {
|
|
|
|
"type": "doc",
|
|
|
|
"id": "release-info/migration-guide"
|
|
|
|
},
|
|
|
|
"items": [
|
2024-05-31 18:13:10 -04:00
|
|
|
"release-info/migr-front-coded-dict",
|
2024-06-13 16:05:58 -04:00
|
|
|
"release-info/migr-subquery-limit",
|
2024-07-19 12:25:05 -04:00
|
|
|
"release-info/migr-ansi-sql-null",
|
2024-06-13 16:05:58 -04:00
|
|
|
"release-info/migr-mvd-array"
|
2024-05-30 12:50:30 -04:00
|
|
|
]
|
|
|
|
}
|
2024-05-09 11:57:43 -04:00
|
|
|
]},
|
|
|
|
"misc/papers-and-talks"
|
|
|
|
]
|
2024-05-30 23:56:07 -04:00
|
|
|
}
|