An open API service indexing awesome lists of open source software.

https://github.com/roc41d/apache-storm-stock-price-tracker

Stock price tracker using Apache Storm and Yahoo Finance API
https://github.com/roc41d/apache-storm-stock-price-tracker

apache-storm java java-8 maven realtime-stream yahoo-finance-api

Last synced: 3 months ago
JSON representation

Stock price tracker using Apache Storm and Yahoo Finance API

Awesome Lists containing this project

README

          

# 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