- 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.
- 黑客攻防從入門到精通(實戰秘笈版)
- 從零開始:數字圖像處理的編程基礎與應用
- Microsoft Dynamics 365 Extensions Cookbook
- Designing Hyper-V Solutions
- 微信小程序入門指南
- Mastering Android Development with Kotlin
- Learning OpenCV 3 Computer Vision with Python(Second Edition)
- R用戶Python學習指南:數據科學方法
- 移動增值應用開發技術導論
- 零基礎學HTML+CSS第2版
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)
- Responsive Web Design with jQuery
- SQL Server 2014 Development Essentials
- Implementing NetScaler VPX?(Second Edition)
- 區塊鏈原理、設計與應用