Table of Contents

About

A platform for doing analysis on streams of data in real-time.

Storm process unbounded streams of data. It does for realtime processing what Hadoop did for batch processing.

For Storm, a stream is an unbounded sequence of tuples. Storm provides the primitives for transforming a stream into a new stream in a distributed way. For example, you may transform a stream of tweets into a stream of trending topics.