Skip to content

peefau/storm-trident-tutorial

 
 

Repository files navigation

Storm Trident Tutorial

This repository contains Storm Trident examples and tutorial material.

Topologies

The sample topologies run in local mode and utilize data files located in the ./data folder. The spouts open the stock price data file and starts reading and injecting the data as tuples into the topology.

  • SimpleTridentTopology - Demonstrate Trident and DRPC. ...

Requirements

  • Java JDK 1.7
  • Eclipse Juno Service Release 2 or better
  • Maven 3.2.3 or better

Steps to run

  • Download from Github
  • mvn eclipse:eclipse
  • mvn package
  • open in eclipse
  • Import existing Maven project
  • select <....>Topology.java
  • Run as Java Program and this will start the running topology in local mode.

Experimenting with the Example

  • Change Trident example aggregates (from Sum() to Count())
  • Uncomment .each ... Debug() lines one by one

(c) Copyright, 2011-2014, Think Big Analytics, Inc. All Rights Reserved

About

Storm Trident examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%