This document provides an overview of Druid, an open-source distributed real-time analytics database. Druid is designed to ingest and query large amounts of data quickly. It can combine both historical and real-time data streams. Druid uses a column-oriented data structure and supports features like streaming data ingestion, sub-second queries, and approximate computation. The document describes the various components of Druid including indexing, serving, and coordination nodes and how they work together. It also discusses querying, integration with Hive, and compares Druid to other real-time analytics solutions.