-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Home
nathanmarz edited this page Dec 27, 2011
·
38 revisions
Storm is a distributed realtime computation system. Similar to how Hadoop provides a set of general primitives for doing batch processing, Storm provides a set of general primitives for doing realtime computation. Storm is simple, can be used with any programming language, and is a lot of fun to use!
Feel free to ask questions on Storm's mailing list: http://groups.google.com/group/storm-user
You can also come to the #storm-user room on freenode. You can usually find a Storm developer there to help you out.
- storm-deploy: One click deploys for Storm clusters on AWS
- Spout implementations
- DSLs and multilang adapters
- Serializers
- Setting up a Storm cluster
- Upgrading an existing Storm cluster
- Running topologies on a production cluster
- Local mode
- Maven
- Serialization
- Common patterns
- Clojure DSL
- Using non-JVM languages with Storm
- Distributed RPC
- Direct groupings
- Multilang protocol (how to provide support for another language)