
Druid is a high performance real-time analytics database. Druid’s main value add is to reduce time to insight and action.
Druid is designed for workflows where fast queries and ingest really matter. Druid excels at powering UIs, running operational (ad-hoc) queries, or handling high concurrency. Consider Druid as an open source alternative to data warehouses for a variety of use cases. The design documentation explains the key concepts.
Last Releases
- druid-33.0.0[maven-release-plugin] prepare release druid-33.0.0-rc3 Source: https://github.com/apache/druid/releases/tag/druid-33.0.0
- druid-32.0.1[maven-release-plugin] prepare release druid-32.0.1-rc1 Source: https://github.com/apache/druid/releases/tag/druid-32.0.1
- druid-31.0.2[maven-release-plugin] prepare release druid-31.0.2-rc1 Source: https://github.com/apache/druid/releases/tag/druid-31.0.2
-
Apache Druid: A Scalable Solution for Real-Time Analytics
Introduction Apache Druid is an open-source, real-time analytics database designed to handle high-performance queries on massive datasets. Engineered for use cases requiring low-latency analytics and high concurrency, Druid is favored by organizations managing large-scale event streams, such as logs, metrics, and user interaction data. Its ability to combine batch and real-time ingestion with fast analytical…