8000 GitHub - saccini/stock-etl-pipeline: A Dockerized ETL pipeline for daily stock market data for AAPL.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

saccini/stock-etl-pipeline

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock Market ETL Pipeline

A Dockerized ETL pipeline that fetches daily stock market data for AAPL from Alpha Vantage, transforms it by calculating a 7-day moving average, and loads it into a SQLite database.

Prerequisites

  • Docker
  • Alpha Vantage API key

Setup

  1. Clone the repository:
git clone https://github.com/saccini/stock-etl-pipeline
cd stock-etl-pipeline
  1. Create a .env file with your API key:
ALPHA_VANTAGE_API_KEY=your_api_key
  1. Build and run the Docker container:
docker-compose up --build

About

A Dockerized ETL pipeline for daily stock market data for AAPL.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0