- Building Python Real:Time Applications with Storm
- Kartik Bhatnagar Barry Hart
- 139字
- 2021-07-30 10:10:07
Preface
Apache Storm is a powerful framework for creating complex workflows that ingest and process huge amounts of data. With its generic concepts of spouts and bolts, along with simple deployment and monitoring tools, it allows developers to focus on the specifics of their workflow without reinventing the wheel.
However, Storm is written in Java. While it supports other programming languages besides Java, the tools are incomplete and there is little documentation and few examples.
One of the authors of this book created Petrel, the first framework that supports the creation of Storm topologies in 100 percent Python. He has firsthand experience with the struggles of building a Python Storm topology on the Java tool set. This book closes this gap, providing a resource to help Python developers of all experience levels in building their own applications using Storm.
- SPSS數據挖掘與案例分析應用實踐
- C語言程序設計教程(第2版)
- 云原生Spring實戰
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- BIM概論及Revit精講
- Learning R for Geospatial Analysis
- 動手學數據結構與算法
- 匯編語言編程基礎:基于LoongArch
- Learning YARN
- 零基礎學C語言第2版
- Flink技術內幕:架構設計與實現原理
- Learning Android Application Testing
- Learning Image Processing with OpenCV
- Mastering Embedded Linux Programming
- 分布式數據庫HBase案例教程