This project is a big data pipeline designed to handle streaming stock market data. It consists of two main components: batch processing using Hadoop MapReduce and stream processing using Spark Streaming.
- calculate min and max of closing price on historical data
- filtering high volume streaming stock market data and store it to cassandra
- calculate daily range (high - low) and store to cassandra