Skip to content

An ETL project: to load google stock data to Cassandra and do some regression.

Notifications You must be signed in to change notification settings

arezamoosavi/ETL-Cassandra

Repository files navigation

ETL-ML-Cassandra

In this project, by using Google stock data, an ETL job is done with benefits of pandas data frame and Cassandra database. Then after that, all data are extracted from Cassandra and after prepossessing for the purpose of predicting the next month stock's closing price is done, a linear model is going to be developed. Finally, a linear model with Test Accuracy of 96.88 % is designed.

Run

By this command all task will be run:

docker-compose up --build

To remove containers:

docker-compose down -v

Tools

ML: Pandas, Sklearn

DB: Cassandra

Build: docker, docker-compose