- Practical Real-time Data Processing and Analytics
- Shilpi Saxena Saurabh Gupta
- 223字
- 2021-07-08 10:23:08
Stream processing
The stream processing component itself consists of three main sub-components, which are:
- The Broker: that collects and holds the events or data streams from the data collection agents
- The Processing Engine: that actually transforms, correlates, aggregates the data, and performs other necessary operations
- The Distributed Cache: that actually serves as a mechanism for maintaining common datasets across all distributed components of the Processing Engine
The same aspects of the stream processing component are zoomed out and depicted in the diagram that follows:

There are a few key attributes that should be catered for by the stream processing component:
- Distributed components thus offering resilience to failures
- Scalability to cater for the growing needs of an application or sudden surge of traffic
- Low latency to handle the overall SLAs expected from such applications
- Easy operationalization of a use case to be able to support evolving use cases
- Built for failures, the system should be able to recover from inevitable failures without any event loss, and should be able to reprocess from the point it failed
- Easy integration points with respect to off-heap/distributed cache or data stores
- A wide variety of operations, extensions, and functions to work with the business requirements of the use case
These aspects are basically considered while identifying and selecting the stream processing application/framework for a real-time use case implementation.
推薦閱讀
- 黑客攻防從入門到精通(實戰秘笈版)
- 觸·心:DT時代的大數據精準營銷
- Kibana Essentials
- Progressive Web Apps with React
- OpenCV實例精解
- Python測試開發入門與實踐
- Easy Web Development with WaveMaker
- Mastering JavaScript High Performance
- Learning ArcGIS for Desktop
- Unity UI Cookbook
- Mastering Business Intelligence with MicroStrategy
- Getting Started with Eclipse Juno
- GameMaker Essentials
- 深度學習入門:基于Python的理論與實現
- Java Web開發基礎與案例教程