This project provides a robust, production-inspired ETL (Extract, Transform, Load) pipeline for fetching intraday stock data from the Alpha Vantage API and storing it in a PostgreSQL database. It ...
fastapi-async-azure-sql-api/ ├── app/ │ ├── api/ │ │ ├── dependencies.py │ │ └── routes/ │ │ ├── __init__.py # api_router aggregator │ │ ├── customers.py │ │ └── health.py │ ├── config ...