- Practical Real-time Data Processing and Analytics
- Shilpi Saxena Saurabh Gupta
- 131字
- 2021-07-08 10:23:06
NRT – The Storm solution
This solution captures the high–level streaming data in real–time and routes it through some Queue/broker: Kafka or RabbitMQ. Then, the distributed processing part is handled through Storm topology, and once the insights are computed, they can be written to a fast write data store like Cassandra or some other queue like Kafka for further real–time downstream processing:

As per the figure, we collect real–time streaming data from diverse data sources, through push/pull collection agents like Flume, Logstash, FluentD, or Kafka adapters. Then, the data is written to Kafka partitions, Storm topologies pull/read the streaming data from Kafka and processes this flowing data in its topology, and writes the insights/results to Cassandra or some other real–time dashboards.
- Mastering NetBeans
- 數據庫系統教程(第2版)
- Java面向對象思想與程序設計
- TypeScript圖形渲染實戰:基于WebGL的3D架構與實現
- Python數據分析(第2版)
- Learning ArcGIS Pro
- 單片機應用與調試項目教程(C語言版)
- Mastering Drupal 8 Views
- Getting Started with Gulp
- Flutter跨平臺開發入門與實戰
- Extending Puppet(Second Edition)
- 深入淺出Go語言編程
- Visual Basic程序設計(第三版)
- Photoshop CC移動UI設計案例教程(全彩慕課版·第2版)
- 進入IT企業必讀的324個Java面試題