airflow-docker-ETL/ │ ├── dags/ # Airflow DAG definitions ├── etl_scripts/ # ETL Python scripts (ingestion, cleaning) │ ├── excel_to_parquet.py │ ├── parquet_to_delta.py │ └── spark_clean_and_load.py ...
This project represents Phase 0 of my quantitative trading infrastructure. It is an end-to-end data engineering pipeline and financial analytics library built from scratch. It extracts raw ...