Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Learn By Example : Apache Storm
Rating: 4.1 out of 5(542 ratings)
5,112 students

Learn By Example : Apache Storm

25 Solved examples on Real Time Stream Processing
Created byLoony Corn
Last updated 2/2017
English

What you'll learn

  • Build a Storm Topology for processing data
  • Manage reliability and fault tolerance of the topology
  • Control parallelism using different grouping strategies
  • Perform complex transformations using Trident
  • Apply Machine Learning algorithms on the fly in Storm applications

Course content

12 sections35 lectures4h 4m total length
  • You, This Course and Us2:06

    We'll start with an introduction, what the course covers and who it benefits. 

Requirements

  • Experience in Java programming and familiarity with using Java frameworks
  • A Java IDE such as IntelliJ Idea should be installed

Description

Storm is to real-time stream processing what Hadoop is to batch processing.  Using Storm you can build applications which need you to be highly responsive to the latest data and react within seconds and minutes, such as finding the latest trending topics on twitter, or monitoring  spikes in payment gateway failures. From simple data transformations to applying machine learning algorithms on the fly, Storm can do it all. 

This course has 25 Solved Examples on building Storm Applications.

What's covered?

1) Understanding Spouts and Bolts which are the building blocks of every Storm topology. 

2) Running a Storm topology in the local mode and in the remote mode

3) Parallelizing data processing within a topology using different grouping strategies : Shuffle grouping, fields grouping, Direct grouping, All grouping, Custom Grouping

4) Managing reliability and fault-tolerance within Spouts and Bolts 

5) Performing complex transformations on the fly using the Trident topology : Map, Filter, Windowing and Partitioning operations

6) Applying ML algorithms on the fly using libraries like Trident-ML and Storm-R

Who this course is for:

  • Yep! Engineers looking to set up end-to-end data processing pipelines that react to changes in real time
  • Yep! Folks familiar with Batch processing technologies like Hadoop who want to learn more about Stream processing