Acc-Storm is a Storm-based distributed framework that can utilize FPGA and the CPU resources at the same time to accomplish distributed stream processing in heterogeneous environments.
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, is used by many companies, and is a lot of fun to use!
The Rationale page explains what Storm is and why it was built. This presentation is also a good introduction to the project.
Storm has a website at storm.apache.org. Follow @stormprocessor on Twitter for updates on the project.
Documentation and tutorials can be found on the Storm website.
Developers and contributors should also take a look at our Developer documentation.
NOTE: The google groups account [email protected] is now officially deprecated in favor of the Apache-hosted user/dev mailing lists.
Storm users should send messages and subscribe to [email protected].
You can subscribe to this list by sending an email to [email protected]. Likewise, you can cancel a subscription by sending an email to [email protected].
You can also browse the archives of the storm-user mailing list.