8000 GitHub - pathouk/storm: Distributed and fault-tolerant realtime computation: stream processing, continuous computation, distributed RPC, and more
[go: up one dir, main page]

Skip to content
/ storm Public
forked from nathanmarz/storm

Distributed and fault-tolerant realtime computation: stream processing, continuous computation, distributed RPC, and more

License

Notifications You must be signed in to change notification settings

pathouk/storm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

107 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 slides from Storm's launch presentation also provide a good introduction to the project.

Documentation