A manual ETL (Extract, Transform, Load) pipeline that fetches cryptocurrency data from public APIs, transforms it, and loads it into a local database. poc_etl_manual/ ├── config/ │ └── ...