mirror of
https://github.com/apache/druid.git
synced 2025-02-11 20:45:01 +00:00
* Remove SQL experimental banner and other doc adjustments. Also, - Adjust the ToC and other docs a bit so SQL and native queries are presented on more equal footing. - De-emphasize querying historicals and peons directly in the native query docs. This is a really niche thing and may have been confusing to include prominently in the very first paragraph. - Remove DataSketches and Kafka indexing service from the experimental features ToC. They are not experimental any longer and were there in error. * More notes. * Slight tweak. * Remove extra extra word. * Remove RT node from ToC.
9.7 KiB
9.7 KiB
layout |
---|
toc |
Getting Started
- Design
- Quickstart
- Further tutorials
- Clustering
Data Ingestion
- Ingestion overview
- Schema Design
- Data Formats
- Tasks Overview
- Ingestion Spec
- Schema Changes
- Batch File Ingestion
- Stream Ingestion
- Compaction
- Updating Existing Data
- Deleting Data
- Task Locking & Priority
- Task Reports
- FAQ
- Misc. Tasks
Querying
- Druid SQL
- Native queries
- Concepts
- Multi-value dimensions
- Lookups
- Joins
- Multitenancy
- Caching
- Geographic Queries (experimental)
Design
- Overview
- Storage
- Processes and Servers
- Coordinator
- Overlord
- Broker
- Historical
- MiddleManager
- Router (optional; experimental)
- Dependencies
Operations
- API Reference
- Including Extensions
- Data Retention
- Metrics and Monitoring
- Alerts
- Updating the Cluster
- Different Hadoop Versions
- High Availability
- Performance FAQ
- Management UIs
- Dump Segment Tool
- Insert Segment Tool
- Pull Dependencies Tool
- Recommendations
- TLS Support
- Password Provider
- HTTP Compression
Configuration
- Configuration Reference
- Recommended Configuration File Organization
- JVM Configuration Best Practices
- Common Configuration
- Coordinator
- Overlord
- MiddleManager & Peons
- Broker
- Historical
- Caching
- General Query Configuration
- Configuring Logging
Development
- Overview
- Libraries
- Extensions
- JavaScript
- Build From Source
- Versioning
- Integration
- Experimental Features