blob: cc9854932ac708a905aebe049e5d1f979dd9fda1 [file] [log] [blame]
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Apache DistributedLog</title>
<meta name="description" content="Apache DistributedLog is an high performance replicated log.
">
<link rel="stylesheet" href="/styles/site.css">
<link rel="stylesheet" href="/css/theme.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.2.0/jquery.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<link rel="canonical" href="http://distributedlog.incubator.apache.org/" data-proofer-ignore>
<link rel="alternate" type="application/rss+xml" title="Apache DistributedLog" href="http://distributedlog.incubator.apache.org/feed.xml">
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-83870961-1', 'auto');
ga('send', 'pageview');
</script>
<link rel="shortcut icon" type="image/x-icon" href="/images/favicon.ico">
</head>
<body role="document">
<nav class="navbar navbar-default navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<a href="/" class="navbar-brand" >
<img alt="Brand" style="height: 28px" src="/images/distributedlog_logo_navbar.png">
</a>
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div id="navbar" class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<!-- Overview -->
<li><a href="/docs/latest/basics/introduction">Overview</a></li>
<!-- Downloads -->
<li><a href="/docs/latest/start/download">Downloads</a></li>
<!-- Quick Start -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Quick Start<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/docs/latest/start/quickstart">Setup & Run Example</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Tutorials</li>
<li>
<a href="/docs/latest/tutorials/main#id3">
<small><span class="glyphicon glyphicon-pencil"></span></small>
Basic
</a>
</li>
<li>
<a href="/docs/latest/tutorials/main#id4">
<small><span class="glyphicon glyphicon-envelope"></span></small>
Messaging
</a>
</li>
<li>
<a href="/docs/latest/tutorials/main#id6">
<small><span class="glyphicon glyphicon-stats"></span></small>
Analytics
</a>
</li>
</ul>
</li>
<!-- Documentation -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Documentation<span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Snapshot (Developement)</li>
<li><a href="/docs/latest">0.6.0-SNAPSHOT</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Releases</li>
<li><a href="/docs/0.5.0">0.5.0</a></li>
<li><a href="/docs/0.4.0-incubating">0.4.0-incubating</a></li>
<li role="separator" class="divider"></li>
<li>
<a href="https://cwiki.apache.org/confluence/display/DL/Project+Ideas">
<small><span class="glyphicon glyphicon-new-window"></span></small>
Project Ideas
</a>
</li>
</ul>
</li>
<!-- FAQ -->
<li><a href="/faq">FAQ</a></li>
</ul>
<!-- Right Side -->
<ul class="nav navbar-nav navbar-right">
<!-- Blog -->
<li><a href="/blog">Blog</a></li>
<!-- Community -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Community<span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Community</li>
<li><a href="/community/#mailing-lists">Mailing Lists</a></li>
<li><a href="/community/#source-code">Source Code</a></li>
<li><a href="/community/#issue-tracker">Issue Tracking</a></li>
<li><a href="/community/team/">Team</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Contribute</li>
<li><a href="https://cwiki.apache.org/confluence/display/DL/Developer+Setup">Developer Setup</a></li>
<li><a href="https://cwiki.apache.org/confluence/display/DL/Contributing+to+DistributedLog">Contributing to DistributedLog</a></li>
<li><a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=65867477">Coding Guide</a></li>
<li role="separator" class="divider"></li>
<li class="dropdown-header">Guides</li>
<li><a href="/community/release-guide">Release Guide</a></li>
</ul>
</li>
<!-- Project -->
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false">Project<span class="caret"></span></a>
<ul class="dropdown-menu">
<li class="dropdown-header">Project</li>
<li><a href="/project/presentations/">Presentations</a></li>
<li>
<a href="https://twitter.com/distributedlog">
<small><span class="glyphicon glyphicon-new-window"></span></small>
Twitter
</a>
</li>
<li>
<a href="https://github.com/apache/distributedlog">
<small><span class="glyphicon glyphicon-new-window"></span></small>
Github
</a>
</li>
<li>
<a href="https://getdl-slack.herokuapp.com">
<small><span class="glyphicon glyphicon-new-window"></span></small>
Slack
</a>
</li>
<li>
<a href="https://cwiki.apache.org/confluence/display/DL/Apache+DistributedLog+Home">
<small><span class="glyphicon glyphicon-new-window"></span></small>
Wiki
</a>
</li>
</ul>
</li>
</ul>
</div><!--/.nav-collapse -->
</div>
</nav>
<link rel="stylesheet" href="">
<div class="container" role="main">
<div class="row">
<!-- alert -->
<div class="alert alert-info alert-dismissible" role="alert">
<span class="glyphicon glyphicon-flag" aria-hidden="true"></span>
<button type="button" class="close" data-dismiss="alert" aria-label="Close"><span aria-hidden="true">&times;</span></button>
Apache DistributedLog graduated from Apache Incubator and is a sub-project of Apache BookKeeper now!
</div>
<!-- landing page -->
<div class="jumbotron">
<img class="img-responsive center-block" src="/images/distributedlog_logo_l.png" alt="Apache DistributedLog" />
<p class="text-center">
A <strong>high-throughput</strong>, <strong>low-latency</strong> replicated log service, offering <strong>durability</strong>, <strong>replication</strong> and <strong>strong consistency</strong> as essentials for building reliable <strong>real-time</strong> applications.
</p>
<div class="row">
<div class="text-center">
<a href="/docs/0.4.0-incubating/start/download" class="btn btn-primary btn-lg">Download</a>
<a href="/docs/0.4.0-incubating/start/quickstart" class="btn btn-primary btn-lg">Quick Start</a>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4">
<h3>
<span class="glyphicon glyphicon-flash"></span>
<a href="/docs/0.4.0-incubating/user_guide/architecture/main.html">
High Performance
</a>
</h3>
<p>
DL is able to provide <strong>milliseconds</strong> latency on <strong>durable</strong> writes with a large number
of concurrent logs, and handle high volume reads and writes per second from
thousands of clients.
</p>
</div>
<div class="col-lg-4">
<h3>
<span class="glyphicon glyphicon-menu-hamburger"></span>
<a href="/docs/0.4.0-incubating/user_guide/architecture/main.html">
Durable and Consistent
</a>
</h3>
<p>
Messages are persisted on disk and replicated to store multiple copies to
prevent data loss. They are guaranteed to be consistent among writers and
readers in terms of <strong>strict ordering</strong>.
</p>
</div>
<div class="col-lg-4">
<h3>
<span class="glyphicon glyphicon-random"></span>
<a href="/docs/0.4.0-incubating/user_guide/architecture/main.html">
Efficient Fan-in and Fan-out
</a>
</h3>
<p>
DL provides an efficient service layer that is optimized for running in a multi-
tenant datacenter environment such as <i>Mesos</i> or <i>Yarn</i>. The service layer is able
to support large scale writes (fan-in) and reads (fan-out).
</p>
</div>
<div class="col-lg-4">
<h3>
<span class="glyphicon glyphicon-fire"></span>
<a href="/docs/0.4.0-incubating/user_guide/architecture/main.html">
Various Workloads
</a>
</h3>
<p>
DL supports various workloads from <strong>latency-sensitive</strong> online transaction
processing (OLTP) applications (e.g. WAL for distributed database and in-memory
replicated state machines), real-time stream ingestion and computing, to
analytical processing.
</p>
</div>
<div class="col-lg-4">
<h3>
<span class="glyphicon glyphicon-user"></span>
<a href="/docs/0.4.0-incubating/user_guide/architecture/main.html">
Multi Tenant
</a>
</h3>
<p>
To support a large number of logs for multi-tenants, DL is designed for I/O
isolation in real-world workloads.
</p>
</div>
<div class="col-lg-4">
<h3>
<span class="glyphicon glyphicon-send"></span>
<a href="/docs/0.4.0-incubating/user_guide/architecture/main.html">
Layered Architecture
</a>
</h3>
<p>
DL has a modern layered architecture design, which separates the <strong>stateless
service tier</strong> from the <strong>stateful storage tier</strong>. To support large scale writes (fan-
in) and reads (fan-out), DL allows scaling storage independent of scaling CPU
and memory.
</p>
</div>
</div>
<hr />
<div class="row">
<div class="col-md-6">
<h3>Blog</h3>
<div class="list-group">
<a class="list-group-item" href="/releases/2017/04/25/the-first-release.html">Apr 25, 2017 - The first release of Apache DistributedLog</a>
<a class="list-group-item" href="/technical-review/2016/09/19/kafka-vs-distributedlog.html">Sep 19, 2016 - A Technical Review of Kafka and DistributedLog</a>
</div>
</div>
<div class="col-md-6">
<a class="twitter-timeline" href="https://twitter.com/distributedlog">Tweets by @DistributedLog</a> <script async="" src="//platform.twitter.com/widgets.js" charset="utf-8"></script>
</div>
</div>
<hr />
<p>Apache DistributedLog is available under <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, version 2.0</a>.</p>
</div>
<hr>
<div class="row">
<div class="col-xs-12">
<footer>
<p class="text-center">&copy; Copyright 2016
<a href="http://www.apache.org">The Apache Software Foundation.</a> All Rights Reserved.
</p>
<p class="text-center">
<a href="/feed.xml">RSS Feed</a>
</p>
</footer>
</div>
</div>
<!-- container div end -->
</div>
</body>
</html>