Robust ETL pipeline for data processing using Python and PostgreSQL.
- Extract from CSV, JSON, API sources
- Transform with pandas
- Load into PostgreSQL
- Logging and error handling
- Configurable via YAML
pip install -r requirements.txt
python main.py --config config.yamlMIT