blob: a77fe8ee4b8f4d07be7453b66fea6228e7476a7d [file] [log] [blame]
---
layout: default
title: Fast Analytics on Fast Data
active_nav: home
---
<div class="jumbotron">
<img class="logo"
src="//d3dr9sfxru4sde.cloudfront.net/i/k/apachekudu_logo_0716_345px.png"
srcset="//d3dr9sfxru4sde.cloudfront.net/i/k/apachekudu_logo_0716_345px.png 345w, //d3dr9sfxru4sde.cloudfront.net/i/k/apachekudu_logo_0716_690px.png 690w, //d3dr9sfxru4sde.cloudfront.net/i/k/apachekudu_logo_0716_290px.png 290w, //d3dr9sfxru4sde.cloudfront.net/i/k/apachekudu_logo_0716_580px.png 580w"
sizes="(min-width:400px) 345px, 290px"
alt="Apache Kudu">
<p class="lead">
Apache Kudu is an open source distributed data storage engine that makes fast analytics on fast and changing data easy.
</p>
<a href="docs/quickstart.html" class="btn btn-info">Quickstart</a>
<a href="docs/installation.html" class="btn btn-info">Installation</a>
<a href="releases/" class="btn btn-info">Releases</a>
</div>
<div class="row">
<div class="col-lg-4">
<h3>Streamlined Architecture</h3>
<p>Kudu provides a combination of fast inserts/updates and efficient columnar scans to enable multiple real-time analytic workloads across a single storage layer. Kudu gives architects the flexibility to address a wider variety of use cases without exotic workarounds and no required external service dependencies.</p>
<p><a class="btn btn-default" href="overview.html#architecture">Learn more &raquo;</a></p>
</div>
<div class="col-lg-4">
<h3>Faster Analytics</h3>
<p>Kudu is specifically designed for use cases that require fast analytics on fast (rapidly changing) data. Engineered to take advantage of next-generation hardware and in-memory processing, Kudu lowers query latency significantly for engines like Apache Impala, Apache NiFi, Apache Spark, Apache Flink, and more.</p>
<p><a class="btn btn-default" href="overview.html#architecture">Learn more &raquo;</a></p>
</div>
<div class="col-lg-4">
<h3>Open for Contributions</h3>
<p>Founded by long-time contributors to the Apache big data ecosystem, Apache Kudu is a top-level <a href="https://www.apache.org/">Apache Software Foundation</a> project released under the <a href="//www.apache.org/licenses/LICENSE-2.0">Apache 2 license</a> and values community participation as an important ingredient in its long-term success. We appreciate all community contributions to date, and are looking forward to seeing more!</p>
<p><a class="btn btn-default" href="overview.html#opensource">Learn more &raquo;</a></p>
</div>
</div>