Apache Storm is a distributed stream processing computation framework written predominantly in the Clojure programming language. Originally created by Nathan Marz and team at BackType, the project was open sourced after being acquired by Twitter. It uses custom created "spouts" and "bolts" to define information sources and manipulations to allow batch, distributed processing of streaming data. The initial release was on 17 September 2011.
- Wikipedia
Storm is an open source real-time data processing framework and it can be worked with any programming language. Storm like Spark and Flink is distributed, high-performing, and fault-tolerant and also supports message delivery guarantees. Storm integrates with many technologies with ...