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
- Host: GitHub
- URL: https://github.com/roc41d/apache-storm-stock-price-tracker
- Owner: roc41d
- Created: 2021-01-07T12:34:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-01-07T17:29:26.000Z (almost 5 years ago)
- Last Synced: 2025-03-15T05:43:14.951Z (7 months ago)
- Topics: apache-storm, java, java-8, maven, realtime-stream, yahoo-finance-api
- Language: Java
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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