This is the chapter where we integrate the source of data with Storm distributed compute engine. It involves stringing together the source of streaming data to a broker service like RabbitMQ and then wiring the streaming pipeline to Storm. We have a very interesting sensor data recipe here, which streams live data from a free real-time sensor data channel and pushes that into RabbitMQ and further to a Storm topology for business analysis .
- RabbitMQ – messaging that works
- RabbitMQ Exchanges
- RabbitMQ Setup
- RabbitMQ – publish and subscribe
- RabbitMQ – integration with Storm
- PubNub data stream publisher
- Sensor data processing topology