blurred-machine / Storm-Multiplier-Topology

This project consists of a Directed Acyclic Graph-based Topology for a Data Streaming Spout and Multiplier Bolt forming a Storm Topology submitted on a Local Cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Storm-Multiplier-Topology

This repository consists of a simple Apache Storm Topology DAG with a single Spout and a Single Bolt. Storm Topology

Spout:

  • Producing integers as stream data from 0 to 100 called as IntegerSpout

Bolt:

  • Processes the shuffeled grouping based input data from the IntegerSpout with a multiplication of 2 called as MultiplyBolt

Topology:

  • A directed acyclic graph(DAG) consisting of a single spout source of streaming data and a single bolt for proecessing the data, called as MainTopology

About

This project consists of a Directed Acyclic Graph-based Topology for a Data Streaming Spout and Multiplier Bolt forming a Storm Topology submitted on a Local Cluster.


Languages

Language:Python 56.2%Language:Java 43.8%