- Mastering Apache Storm
- Ankit Jain
- 187字
- 2021-07-02 20:32:24
Preface
Real-time data processing in no longer a luxury exercised by a few big companies but has become a necessity for businesses that want to compete, and Apache Storm is one of the de facto standards for developing real-time processing pipelines. The key features of Storm are that it is horizontally scalable, is fault tolerant, and provides guaranteed message processing. Storm can solve various types of analytic problem: machine learning, log processing, graph analysis, and so on.
Mastering Storm will serve both as a getting started guide to inexperienced developers and as a reference for implementing advanced use cases with Storm for experienced developers. In the first two chapters, you will learn the basics of a Storm topology and various components of a Storm cluster. In the later chapters, you will learn how to build a Storm application that can interact with various other big data technologies and how to create transactional topologies. Finally, the last two chapters cover case studies for log processing and machine learning. We are also going to cover how we can use the Storm scheduler to assign delicate work to delicate machines.
- Python數據分析入門與實戰
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- PaaS程序設計
- 數據結構簡明教程(第2版)微課版
- INSTANT Sencha Touch
- Elastic Stack應用寶典
- Processing互動編程藝術
- Python時間序列預測
- Haskell Data Analysis Cookbook
- Python圖形化編程(微課版)
- Python入門很輕松(微課超值版)
- 從0到1:HTML5 Canvas動畫開發
- Anaconda數據科學實戰
- 從零學Java設計模式
- C# 7.1 and .NET Core 2.0:Modern Cross-Platform Development(Third Edition)