Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.68 KB

README.markdown

File metadata and controls

29 lines (19 loc) · 1.68 KB

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!

The Rationale page on the wiki explains what Storm is and why it was built. The video and slides of Storm's launch presentation are also good introductions to the project.

Documentation

Documentation and tutorials can be found on the Storm wiki.

Getting help

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.

License

The use and distribution terms for this software are covered by the Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php) which can be found in the file LICENSE.html at the root of this distribution. By using this software in any fashion, you are agreeing to be bound by the terms of this license. You must not remove this notice, or any other, from this software.

Contributors