- Real-time Analytics with Storm and Cassandra
- Shilpi Saxena
- 179字
- 2021-07-23 19:52:07
Chapter 2. Getting Started with Your First Topology
This chapter is dedicated to guiding you through the steps to set up the environment for the execution of a Storm topology. The intent is to prepare the user sandbox and get you steered toward executing some of the sample code and understanding the working of various components. All the concepts will be accompanied by code snippets and a "try it yourself" section so that you are equipped to understand the components in a practical manner and are ready to explore and harness the power of this wonderful technology.
The topics that will be covered in this chapter are as follows:
- Storm topology and components
- Executing the sample Storm topology
- Executing the topology in distributed mode
By the end of the chapter, you will be able to understand the components and data flow in a topology, understand the simple word count topology, and execute it in the local and distributed modes. You will also be able to tweak the starter project topologies to add your own flavor to them.
- R語言數據分析從入門到精通
- PHP+MySQL網站開發技術項目式教程(第2版)
- Learning Neo4j 3.x(Second Edition)
- 名師講壇:Java微服務架構實戰(SpringBoot+SpringCloud+Docker+RabbitMQ)
- Monitoring Elasticsearch
- 嚴密系統設計:方法、趨勢與挑戰
- iOS編程基礎:Swift、Xcode和Cocoa入門指南
- Yocto for Raspberry Pi
- 微信小程序入門指南
- 青少年學Python(第1冊)
- Procedural Content Generation for C++ Game Development
- Geospatial Development By Example with Python
- C++ System Programming Cookbook
- Android高級開發實戰:UI、NDK與安全
- Kotlin語言實例精解