fix typo for example exclamation topology (#1030)

1 file changed
tree: fba22e2c5b34f4a2c1561f1af2f5746494408541
  1. config/
  2. docker/
  3. heron/
  4. integration-test/
  5. release/
  6. scripts/
  7. third_party/
  8. tools/
  9. vagrant/
  10. website/
  11. .gitignore
  12. .gitmodules
  13. .travis.yml
  14. bazel_configure.py
  15. LICENSE
  16. README.md
  17. WORKSPACE
README.md

Build Status

Heron

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:

Update

Currently, we are working on ensuring that Heron is easy to install and run in a Mesos Cluster in AWS, Mesos/Aurora in AWS, and locally on a laptop. We will post updates as we progress.

Documentation

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.