Stream - Apache Storm (Real Time analytics)

Card Puncher Data Processing

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.





Discover More
Event Centric Thinking
Stream - (Software|Library)

Software, Library around the notion of stream Distributed stream processing frameworks such as: Samza - Linkedin, Storm - team (Yahoo!) Flink Amazon...
Event Centric Thinking
What is a Stream? Also known as Pipe, Message Queue or Event Processing

A stream is: a sequence of aninfinite cardinality (size) delivered atunknown time intervals. list Streams of data user activity on a website sensor readings from devices (IOT) order...



Share this page:
Follow us:
Task Runner