https://github.com/anuragmudgal96/data-warehouse-project
Designing and implementing a modern data warehouse on SQL Server, covering ETL pipelines, dimensional modeling, and analytical reporting.
https://github.com/anuragmudgal96/data-warehouse-project
data-analysis data-engineering data-warehouse datawarehousing etl etl-job etl-pipeline sql sql-server
Last synced: 6 days ago
JSON representation
Designing and implementing a modern data warehouse on SQL Server, covering ETL pipelines, dimensional modeling, and analytical reporting.
- Host: GitHub
- URL: https://github.com/anuragmudgal96/data-warehouse-project
- Owner: anuragmudgal96
- Created: 2025-03-15T10:50:35.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-05-12T07:38:17.000Z (5 months ago)
- Last Synced: 2025-10-09T15:37:45.902Z (6 days ago)
- Topics: data-analysis, data-engineering, data-warehouse, datawarehousing, etl, etl-job, etl-pipeline, sql, sql-server
- Language: TSQL
- Homepage:
- Size: 1.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Warehouse and Analytics Project
This project showcases an end-to-end data warehousing and analytics solution, covering everything from ETL processes and data integration to building a data warehouse and deriving actionable insights.---
## Data Architecture
The data architecture for this project follows Medallion Architecture Bronze, Silver, and Gold layers:
1) **Bronze Layer**: Stores raw data as-is from the source systems. Data is ingested from CSV Files into SQL Server Database.
2) **Silver Layer**: This layer includes data cleansing, standardization, and normalization processes to prepare data for analysis.
3) **Gold Layer**: Houses business-ready data modeled into a star schema required for reporting and analytics.