- This project implements a data pipeline that processes sales data using the Medallion architecture,
consisting of three layers: Bronze, Silver, and Gold.
- The pipeline ingests raw data from Azure Storage, transforms it through various stages, and stores the
processed data in Delta format using Unity Catalog on Azure Data Lake Storage (ADLS).
- The pipeline includes data enrichment and aggregation steps to derive insights such as top customers
and product sales.