- 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.
- 大話PLC(輕松動漫版)
- Java 開發從入門到精通(第2版)
- jQuery從入門到精通 (軟件開發視頻大講堂)
- Java Web基礎與實例教程
- Podman實戰
- MySQL數據庫基礎實例教程(微課版)
- ASP.NET程序設計教程
- Linux:Embedded Development
- Mastering Data Mining with Python:Find patterns hidden in your data
- Scala for Machine Learning(Second Edition)
- Unity 5.X從入門到精通
- Android 5從入門到精通
- Java EE應用開發及實訓
- JSP編程教程
- 微信公眾平臺服務號開發:揭秘九大高級接口