项目作者: 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
创建时间: 2020-11-04T13:35:02Z
项目社区:https://github.com/amit-singh-rathore/stock-data-analysis

开源协议:

下载


Stock Data Analysis

Description

Real-time data analysis of cryptocurrency.

Target task

  1. Moving average closing price of the four stocks in a 5-minute sliding window for the last 10 minutes
  2. 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
  3. 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.