End-to-end SQL Server data warehouse & analytics solution showcasing robust ETL pipelines data modeling, and interactive dashboards, demonstrating skills in data engineering and business intelligence.
Published
June 2023

This project showcases a complete end-to-end solution for building a modern data warehouse using SQL Server, transforming raw data into business-ready insights. Designed as a portfolio project, it demonstrates my hands-on skills in data engineering, ETL pipeline development, and analytics.
This repository presents a structured approach to data warehousing, adhering to the Medallion Architecture:

High Level Architecture
With data sourced from ERP and CRM systems (CSV format), I implemented ETL pipelines, created fact and dimension tables, and generated insights on customer behavior, product performance, and sales trends.
sql-data-warehouse-project/
โ
โโโ datasets/ # Raw CSV files from ERP and CRM
โ
โโโ docs/ # All documentation and visuals
โ โโโ data_architecture_diagram.png # Visual representation of architecture
โ โโโ data_catalog.md # Gold Layer: Tables and column descriptions
โ โโโ etl.drawio # ETL flow diagram
โ โโโ data_models.drawio # Star schema model
โ โโโ naming-conventions.md # Standards for naming
โ
โโโ scripts/
โ โโโ bronze/ # Ingest raw data
โ โโโ silver/ # Transform & clean data
โ โโโ gold/ # Create business-level models
โ
โโโ tests/ # SQL validation and quality checks
โ
โโโ README.md
โโโ requirements.txt # Tools & dependencies
Each of these was enabled through optimised SQL queries over the Gold Layer, empowering stakeholders with actionable intelligence.

Data Flow Diagram

Data Integration Diagram

Data Model

ETL Methods
View the files and Project Here: LINK