项目作者: amit-singh-rathore
项目描述 :
Consume crypto data from Kafka topic and do analysis in Spark streaming.
高级语言: Java
项目地址: git://github.com/amit-singh-rathore/stock-data-analysis.git
Stock Data Analysis
Description
Real-time data analysis of cryptocurrency.
Target task
- Moving average closing price of the four stocks in a 5-minute sliding window for the last 10 minutes
- Find the stock out of the four stocks giving maximum profit (average closing price - average opening price) in a 5-minute sliding window for the last 10 minutes
- Calculate the trading volume(total traded volume) of the four stocks every 10 minutes and decide which stock to purchase out of the four stocks.