Real-time streaming with Apache Storm

Apache Storm provides a distributed real-time computational capability for processing large amounts of data with high velocity. This is one of the reasons why it is being used primarily for real-time streaming data for rapid analytics. Storm is capable of processing over thousands of data records per second on a distributed cluster. Apache Storm runs on YARN framework and can connect with queues such as JMS and Kafka or to any type of database or it can listen to streaming APIs feeding information continuously, such as Twitter-streaming APIs and RSS feeds.

Apache Storm uses networks of spouts, bolts, and sinks called topology to address any kind of complex problems. Spouts represents a source where Storm ...

Get Apache Hadoop 3 Quick Start Guide now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.