blob: b0d2950a4439108571a2892e184d6f40450b60e3 [file] [log] [blame]
---
published: true
title: Interactive Analytics at Scale
layout: html_page
id: home
canonical: 'https://druid.apache.org/'
---
<link rel="stylesheet" href="/css/index.css">
<main class="druid-masthead">
<div class="container">
<div class="row">
<div class="text-center">
<p class="lead">Apache Druid (incubating) is a high performance real-time analytics database.</p>
<p><a class="button" href="/downloads.html"><span class="fa fa-download"></span> Download</a>
<a class="button" href="https://github.com/apache/incubator-druid/"><span class="fab fa-github"></span> GitHub</a></p>
</div>
</div>
</div>
</main>
<div class="container">
<div class="row">
<div class="col-md-9">
<h2>
Overview
</h2>
<div class="features">
<div class="feature">
<span class="fa fa-chart-line fa"></span>
<h5>A modern cloud-native, stream-native, analytics database</h5>
<p>
Druid is designed for workflows where fast queries and ingest really matter. Druid excels at powering UIs, running operational queries, or handling high concurrency. Consider Druid as an open source alternative to data warehouses for a variety of use cases.
</p>
</div>
<div class="feature">
<span class="fa fa-forward fa"></span>
<h5>Dead easy integration with your existing data pipeline</h5>
<p>
Druid can natively stream data from message buses such as <a href='http://kafka.apache.org/'>Kafka</a>, <a href='https://aws.amazon.com/kinesis/'>Amazon Kinesis</a>, and more, and batch load files from data lakes such as <a href='https://hadoop.apache.org/docs/stable/hadoop-project-dist/hadoop-hdfs/HdfsUserGuide.html'>HDFS</a>, <a href='https://aws.amazon.com/s3/'>Amazon S3</a>, and more.
</p>
</div>
<div class="feature">
<span class="fa fa-lightbulb fa"></span>
<h5>Up to 100x faster than traditional solutions</h5>
<p>
Druid has been <a href='https://imply.io/post/performance-benchmark-druid-presto-hive'>benchmarked</a> to greatly outpeform legacy solutions for data ingestion and data querying. Druid's novel architecture combines the best of <a href='https://en.wikipedia.org/wiki/Data_warehouse'>data warehouses</a>, <a href='https://en.wikipedia.org/wiki/Time_series_database'>timeseries databases</a>, and <a href='https://en.wikipedia.org/wiki/Search_engine_(computing)'>search systems</a>.
</p>
</div>
<div class="feature">
<span class="fa fa-unlock fa"></span>
<h5>Unlock new workflows</h5>
<p>
Druid <a href='/use-cases'>unlocks new types of queries and workflows</a> for clickstream, APM, supply chain, network telemetry, digital marketing, and many other forms of event-driven data. Druid is purpose built for rapid, ad-hoc queries on both real-time and historical data.
</p>
</div>
<div class="feature">
<span class="fa fa-globe fa"></span>
<h5>Deploy in AWS/GCP/Azure, hybrid clouds, Kubernetes, and bare metal</h5>
<p>
Druid can be deployed in any *NIX environment on commodity hardware, both in the cloud and on premise. Deploying Druid is easy: scaling up and down is as simple as adding and removing Druid services.
</p>
</div>
</div>
<h2>
Learn more
</h2>
<div class="features">
<div class="feature">
<span class="fa fa-power-off fa"></span>
<h5>Powered By</h5>
<p>
Druid is proven in production at the <a href='/druid-powered'>world’s leading companies</a> at massive scale.
</p>
</div>
<div class="feature">
<span class="fa fa-info fa"></span>
<h5>FAQ</h5>
<p>
Learn about some of the <a href='faq'>most common questions about Druid</a>.
</p>
</div>
<div class="feature">
<span class="fa fa-flag-checkered fa"></span>
<h5>Quickstart</h5>
<p>
<a href="/docs/latest/tutorials/quickstart">Get started with Druid</a> in minutes. Load your own data and query it.
</p>
</div>
<div class="feature">
<span class="fa fa-question-circle fa"></span>
<h5>Get Help</h5>
<p>
Get help from a <a href='/community'>wide network of community members</a> about using Druid.
</p>
</div>
</div>
</div>
<div class="col-md-3">
{% include event-list.html %}
{% include featured-list.html %}
<div class="bottom-news">
{% include news-list.html %}
</div>
</div>
</div>
<div class="row disclaimer">
<div class="col-md-2"></div>
<div class="offset-md-2 col-md-8">
Disclaimer: Apache Druid is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator.
Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects.
While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet to be fully endorsed by the ASF.
</div>
</div>
</div>