Tags
Language
Tags
March 2024
Su Mo Tu We Th Fr Sa
25 26 27 28 29 1 2
3 4 5 6 7 8 9
10 11 12 13 14 15 16
17 18 19 20 21 22 23
24 25 26 27 28 29 30
31 1 2 3 4 5 6

Building Python Real-Time Applications with Storm

Posted By: AlenMiler
Building Python Real-Time Applications with Storm

Building Python Real-Time Applications with Storm by Kartik Bhatnagar
English | 2 Dec. 2015 | ISBN: 1784392855 | 122 Pages | AZW3/EPUB/PDF (conv) | 6.52 MB

Learn to process massive real-time data streams using Storm and Python―no Java required!

About This Book

Learn to use Apache Storm and the Python Petrel library to build distributed applications that process large streams of data
Explore sample applications in real-time and analyze them in the popular NoSQL databases MongoDB and Redis
Discover how to apply software development best practices to improve performance, productivity, and quality in your Storm projects

Who This Book Is For

This book is intended for Python developers who want to benefit from Storm's real-time data processing capabilities. If you are new to Python, you'll benefit from the attention to key supporting tools and techniques such as automated testing, virtual environments, and logging. If you're an experienced Python developer, you'll appreciate the thorough and detailed examples

What You Will Learn

Install Storm and learn about the prerequisites
Get to know the components of a Storm topology and how to control the flow of data between them
Ingest Twitter data directly into Storm
Use Storm with MongoDB and Redis
Build topologies and run them in Storm
Use an interactive graphical debugger to debug your topology as it's running in Storm
Test your topology components outside of Storm
Configure your topology using YAML

In Detail

Big data is a trending concept that everyone wants to learn about. With its ability to process all kinds of data in real time, Storm is an important addition to your big data “bag of tricks.”

At the same time, Python is one of the fastest-growing programming languages today. It has become a top choice for both data science and everyday application development. Together, Storm and Python enable you to build and deploy real-time big data applications quickly and easily.

You will begin with some basic command tutorials to set up storm and learn about its configurations in detail. You will then go through the requirement scenarios to create a Storm cluster. Next, you'll be provided with an overview of Petrel, followed by an example of Twitter topology and persistence using Redis and MongoDB. Finally, you will build a production-quality Storm topology using development best practices.

Style and approach

This book takes an easy-to-follow and a practical approach to help you understand all the concepts related to Storm and Python.