A complete data pipeline project using Python, SQLite, and SQL for generating synthetic e-commerce data, managing it in a database, and performing analytical queries. ecommerce-data-pipeline/ ├── ...
├── generate_synthetic_data.py # Script to generate synthetic CSV files ├── create_database.py # Script to create SQLite DB and ingest CSV data ├── query_success_payments.sql # SQL query to join ...