Kafka-Storm-Starter by Michael G. Noll.
From the webpage:
Code examples that show to integrate Apache Kafka 0.8+ with Apache Storm 0.9+, while using Apache Avro as the data serialization format.
If you aren’t excited already (from their respective homepages):
Apache Kafka is publish-subscribe messaging rethought as a distributed commit log.
Apache Storm is a free and open source distributed realtime computation system.
Apache Avro™ is a data serialization system.
Now are you excited?
Good!
Note the superior organization of the project documentation!
Following the table of contents you find:
Quick Start
Show me!
$ ./sbt test
Short of starting up remotely and allowing you to import/keyboard data, I can’t imagine an easier way to start project documentation.
It’s a long weekend in the United States so check out Michael G. Noll’s GitHub repository for other interesting projects.