Skip to content

roc41d/apache-storm-stock-price-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apache Storm Stock Price Tracker

Set up the Spout

  • Extend the BaseRickSpout class
  • Connect to Yahoo Finance API
  • Get stock price, previous day closing price and send to Bolt

Set up the Bold

  • Extend the BaseBasicBolt class
  • Compute Gain/Loss signal
  • Write data to file

About

Stock price tracker using Apache Storm and Yahoo Finance API

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages