Is Apache Druid free?
Yes, Druid is open source under Apache 2.0 license. Self-hosting is free. Commercial managed services like Imply provide enterprise support and hosted options.
What is Apache Druid?
Druid is a real-time analytics database. Designed for fast OLAP queries on event data. Sub-second queries on billions of rows. Used for dashboards, monitoring, and real-time analytics.
What is Druid used for?
Real-time analytics dashboards, monitoring systems, clickstream analysis, and time-series data. Netflix, Airbnb, and eBay use it for high-performance analytics.
Druid vs ClickHouse?
Both are fast analytics databases. ClickHouse is simpler to operate. Druid has better real-time ingestion. ClickHouse for batch analytics; Druid for streaming/real-time use cases.
How does Druid handle real-time data?
Druid ingests data from Kafka or Kinesis in real-time. Data is queryable within seconds of arrival. Segment-based architecture separates real-time and historical data.