Heron is realtime analytics platform developed by Twitter. It is the direct successor of Apache Storm, built to be backwards compatible with Storm's topology API but with a wide array of architectural improvements.
For more information:
- Official Heron documentation located at heronstreaming.io
- Official Heron resources, including Conference & Journal Papers, Videos, Blog Posts and selected Press located at Heron Resources
- Twitter Heron: Stream Processing at Scale (academic paper)
- Twitter Heron: Stream Processing at Scale (YouTube video)
- Flying Faster with Twitter Heron (blog post)
We recently merged updates to run Heron natively using Mesos in AWS, Mesos/Aurora in AWS, and locally on a laptop.
We also added beta testing for Apache YARN support using Apache REEF, in addition to the Simple Linux Utility for Resource Management (SLURM).
We are working to add support for Mesosphere DC/OS and Kubernetes. We will continue to post updates as we progress.
The official documentation for Heron is located at heronstreaming.io. To contribute to documentation, build and run the documentation locally. More information can be found in the documentation README.