blob: 695a329639e72beb6fb9ccfb40e9af1901890e49 [file] [log] [blame]
= doctype html
html lang={{.Site.LanguageCode}}
head
{{partial "meta.html" .}}
title {{.Site.Title}}
{{partial "css.includes.html" .}}
{{partial "js.includes.html" .}}
body
{{partial "navbar.html" .}}
.container-fluid
.row
.jumbotron.text-center
img.img-responsive.center-block src={{.Site.Params.assets.textlogo}}
p A realtime stream processing engine from Twitter
.center-block
a.btn.btn-info.button-wrapper href=docs/getting-started Get Started
a.btn.btn-info.button-wrapper href=docs/upgrade-storm-to-heron Upgrade From Storm
.landing-feature-1
.container style="text-align: center;"
.row
.col-sm-12
h2 {{.Site.Params.tagline}}
.landing-feature-2
.container style="text-align: center;"
.row
.col-sm-12
h1 Why Heron?
.row
.col-sm-4
h3 Speed and Performance
div Heron is the direct successor of
a href=http://storm.apache.org Apache Storm
div built with a wide array of architectural improvements to be backwards compatible with Storm's
a href=http://storm.apache.org/about/simple-api.html topology API
.col-sm-4
h3 Proven at Twitter Scale
p Heron powers all realtime analytics with varied use cases at Twitter for over 2 years. Incident reports dropped by an order of magnitude demonstrating proven reliability and scalability
.col-sm-4
h3 Compatibility with Storm
p Heron is API compatible with Storm and hence no code change is required for migration.
.row
.col-sm-4
h3 Ease of Development and Troubleshooting
div Easily debug and identify the issues in
a href=docs/concepts/topologies topologies,
div allowing faster iteration during development.
.col-sm-4
h3 Simplified and Responsive UI
p Heron UI gives a visual overview of each topology to visualize hot spot locations and detailed counters for tracking progress and troubleshooting.
.col-sm-4
h3 Scalability and Reliability
p Heron is highly scalable both in the ability to execute large number of components for each topology and the ability to launch and track large numbers of topologies.
.landing-feature-1
.container style="text-align: center;"
.row
.col-sm-12
h2 Heron is in Beta
p Heron is now the de facto stream data processing engine inside Twitter, and we believe Heron is stable enough for production use. The Heron team monitors and responds actively to bug reports from users.
.landing-feature-1
.container style="text-align: center;"
.row
.col-sm-12
h2 Get Started
.row
.col-sm-6
h4 Run Topologies using pre-compiled Heron binaries
a.btn.btn-info href=docs/getting-started Get Started
.col-sm-6
h4 Upgrade Existing Storm Topologies
a.btn.btn-info.button-wrapper href=docs/upgrade-storm-to-heron Upgrade From Storm
{{partial "footer.html" .}}
= javascript
(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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-75737213-1', 'auto');
ga('send', 'pageview');