blob: 9e35cc220aa75196831c03cfe9994dc49d20a9e6 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Apache Druid">
<meta name="keywords" content="druid,kafka,database,analytics,streaming,real-time,real time,apache,open source">
<meta name="author" content="Apache Software Foundation">
<title>Druid | Interactive Analytics at Scale</title>
<link rel="canonical" href="https://druid.apache.org/" />
<link rel="alternate" type="application/atom+xml" href="/feed">
<link rel="shortcut icon" href="/img/favicon.png">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link href='//fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700,300italic|Open+Sans:300italic,400italic,600italic,400,300,600,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="/css/bootstrap-pure.css?v=1.1">
<link rel="stylesheet" href="/css/base.css?v=1.1">
<link rel="stylesheet" href="/css/header.css?v=1.1">
<link rel="stylesheet" href="/css/footer.css?v=1.1">
<link rel="stylesheet" href="/css/syntax.css?v=1.1">
<link rel="stylesheet" href="/css/docs.css?v=1.1">
<script>
(function() {
var cx = '000162378814775985090:molvbm0vggm';
var gcse = document.createElement('script');
gcse.type = 'text/javascript';
gcse.async = true;
gcse.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') +
'//cse.google.com/cse.js?cx=' + cx;
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(gcse, s);
})();
</script>
</head>
<body>
<!-- Start page_header include -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.2.4/jquery.min.js"></script>
<div class="top-navigator">
<div class="container">
<div class="left-cont">
<a class="logo" href="/"><span class="druid-logo"></span></a>
</div>
<div class="right-cont">
<ul class="links">
<li class=""><a href="/technology">Technology</a></li>
<li class=""><a href="/use-cases">Use Cases</a></li>
<li class=""><a href="/druid-powered">Powered By</a></li>
<li class=""><a href="/docs/latest/design/">Docs</a></li>
<li class=""><a href="/community/">Community</a></li>
<li class="header-dropdown">
<a>Apache</a>
<div class="header-dropdown-menu">
<a href="https://www.apache.org/" target="_blank">Foundation</a>
<a href="https://www.apache.org/events/current-event" target="_blank">Events</a>
<a href="https://www.apache.org/licenses/" target="_blank">License</a>
<a href="https://www.apache.org/foundation/thanks.html" target="_blank">Thanks</a>
<a href="https://www.apache.org/security/" target="_blank">Security</a>
<a href="https://www.apache.org/foundation/sponsorship.html" target="_blank">Sponsorship</a>
</div>
</li>
<li class=" button-link"><a href="/downloads.html">Download</a></li>
</ul>
</div>
</div>
<div class="action-button menu-icon">
<span class="fa fa-bars"></span> MENU
</div>
<div class="action-button menu-icon-close">
<span class="fa fa-times"></span> MENU
</div>
</div>
<script type="text/javascript">
var $menu = $('.right-cont');
var $menuIcon = $('.menu-icon');
var $menuIconClose = $('.menu-icon-close');
function showMenu() {
$menu.fadeIn(100);
$menuIcon.fadeOut(100);
$menuIconClose.fadeIn(100);
}
$menuIcon.click(showMenu);
function hideMenu() {
$menu.fadeOut(100);
$menuIconClose.fadeOut(100);
$menuIcon.fadeIn(100);
}
$menuIconClose.click(hideMenu);
$(window).resize(function() {
if ($(window).width() >= 840) {
$menu.fadeIn(100);
$menuIcon.fadeOut(100);
$menuIconClose.fadeOut(100);
}
else {
$menu.fadeOut(100);
$menuIcon.fadeIn(100);
$menuIconClose.fadeOut(100);
}
});
</script>
<!-- Stop page_header include -->
<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 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/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 instant data visibility, ad-hoc queries, operational analytics, and handling high concurrency. Consider Druid as an open source alternative to data warehouses for a variety of <a href='/use-cases'>use cases</a>.
</p>
</div>
<div class="feature">
<span class="fa fa-forward fa"></span>
<h5>Easy integration with your existing data pipelines</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 outperform 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-cloud 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">
<link rel="stylesheet" href="/css/news-list.css">
<div class="item-list">
<h3>
Upcoming Events
</h3>
<div class="event">
<div class="mini-cal">
<div class="date-month">
Oct
</div>
<div class="date-day">
7
</div>
</div>
<p>
<a href="https://go.imply.io/Virtual-Druid-Summit-III-Registration.html">
<span class ="title">Virtual Druid Summit III</span><br>
<span class="text-muted">A free half-day online event.</span>
</a>
</p>
</div>
<div class="event">
<div class="mini-cal">
<div class="date-month">
Oct
</div>
<div class="date-day">
19
</div>
</div>
<p>
<a href="https://www.meetup.com/druidio/events/273666882">
<span class ="title">October Office Hours: All About Apache Druid</span><br>
<span class="text-muted">Bay Area Druid Meetup</span>
</a>
</p>
</div>
<div class="event">
<div class="mini-cal">
<div class="date-month">
Oct
</div>
<div class="date-day">
20
</div>
</div>
<p>
<a href="https://www.eventbrite.com/e/all-things-open-2020-tickets-112261031768">
<span class ="title">Apache Druid: Why Speed in Analytics Matters</span><br>
<span class="text-muted">All Things Open</span>
</a>
</p>
</div>
<div class="event">
<div class="mini-cal">
<div class="date-month">
Oct
</div>
<div class="date-day">
23
</div>
</div>
<p>
<a href="https://www.dataconla.com/registration/">
<span class ="title">Apache Druid 1010</span><br>
<span class="text-muted">Data Con LA</span>
</a>
</p>
</div>
<div class="event">
<div class="mini-cal">
<div class="date-month">
Oct
</div>
<div class="date-day">
28
</div>
</div>
<p>
<a href="https://www.meetup.com/Apache-Druid-London/events/273589627/">
<span class ="title">SuperAwesome Returns for a SuperAwesome Apache Druid Meetup!</span><br>
<span class="text-muted">London Apache Druid Meetup</span>
</a>
</p>
</div>
<a class="btn btn-default btn-xs" href="https://www.meetup.com/topics/apache-druid/">Join a Druid Meetup!</a>
</div>
<link rel="stylesheet" href="/css/news-list.css">
<div class="item-list">
<h3>
Featured Content
</h3>
<p>
<a href="https://imply.io/virtual-druid-summit/apache-druid-vision-and-roadmap-gian-merlino">
<span class="title">Apache Druid Vision and Roadmap</span><br>
<span class="text-muted">Gian Merlino - </span>
<span class="text-muted">Imply</span><br>
<span class="text-muted">Apr 15 2020</span>
</a>
</p>
<p>
<a href="https://imply.io/virtual-druid-summit/automating-ci-cd-for-druid-clusters-at-athena-health">
<span class="title">Automating CI/CD for Druid Clusters at Athena Health</span><br>
<span class="text-muted">Shyam Mudambi, Ramesh Kempanna and Karthik Urs - </span>
<span class="text-muted">Athena Health</span><br>
<span class="text-muted">Apr 15 2020</span>
</a>
</p>
<p>
<a href="https://imply.io/virtual-druid-summit/apache-druid-anti-money-laundering-dbs-bank">
<span class="title">Apache Druid for Anti-Money Laundering (AML) at DBS Bank</span><br>
<span class="text-muted">Arpit Dubey - </span>
<span class="text-muted">DBS</span><br>
<span class="text-muted">Apr 15 2020</span>
</a>
</p>
<p>
<a href="https://imply.io/virtual-druid-summit/how-druid-powers-real-time-analytics-at-bt">
<span class="title">How Apache Druid Powers Real-Time Analytics at BT</span><br>
<span class="text-muted">Pankaj Tiwari - </span>
<span class="text-muted">BT</span><br>
<span class="text-muted">Apr 15 2020</span>
</a>
</p>
<p>
<a href="https://imply.io/virtual-druid-summit/analytics-over-terabytes-of-data-at-twitter-apache-druid">
<span class="title">Analytics over Terabytes of Data at Twitter using Apache Druid</span><br>
<span class="text-muted">Swapnesh Gandhi - </span>
<span class="text-muted">MoPub</span><br>
<span class="text-muted">Apr 15 2020</span>
</a>
</p>
</div>
<div class="bottom-news">
<link rel="stylesheet" href="/css/news-list.css">
<div class="item-list">
<h3>
Latest releases
</h3>
<p>
<a href="https://github.com/apache/druid/releases/tag/druid-0.19.0">
<span class="title">Apache Druid 0.19.0 Released</span><br>
<span class="text-muted">Jul 21 2020</span>
</a>
</p>
<p>
<a href="https://github.com/apache/druid/releases/tag/druid-0.18.1">
<span class="title">Apache Druid 0.18.1 Released</span><br>
<span class="text-muted">May 13 2020</span>
</a>
</p>
</div>
</div>
</div>
</div>
</div>
<!-- Start page_footer include -->
<footer class="druid-footer">
<div class="container">
<div class="text-center">
<p>
<a href="/technology">Technology</a>&ensp;·&ensp;
<a href="/use-cases">Use Cases</a>&ensp;·&ensp;
<a href="/druid-powered">Powered by Druid</a>&ensp;·&ensp;
<a href="/docs/latest/">Docs</a>&ensp;·&ensp;
<a href="/community/">Community</a>&ensp;·&ensp;
<a href="/downloads.html">Download</a>&ensp;·&ensp;
<a href="/faq">FAQ</a>
</p>
</div>
<div class="text-center">
<a title="Join the user group" href="https://groups.google.com/forum/#!forum/druid-user" target="_blank"><span class="fa fa-comments"></span></a>&ensp;·&ensp;
<a title="Follow Druid" href="https://twitter.com/druidio" target="_blank"><span class="fab fa-twitter"></span></a>&ensp;·&ensp;
<a title="GitHub" href="https://github.com/apache/druid" target="_blank"><span class="fab fa-github"></span></a>
</div>
<div class="text-center license">
Copyright © 2020 <a href="https://www.apache.org/" target="_blank">Apache Software Foundation</a>.<br>
Except where otherwise noted, licensed under <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">CC BY-SA 4.0</a>.<br>
Apache Druid, Druid, and the Druid logo are either registered trademarks or trademarks of The Apache Software Foundation in the United States and other countries.
</div>
</div>
</footer>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-131010415-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-131010415-1');
</script>
<script>
function trackDownload(type, url) {
ga('send', 'event', 'download', type, url);
}
</script>
<script src="//code.jquery.com/jquery.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<script src="/assets/js/druid.js"></script>
<!-- stop page_footer include -->
</body>
</html>