Skip to content

Commit 49f2ac9

Browse files
Update README.md
1 parent 0148a74 commit 49f2ac9

1 file changed

Lines changed: 15 additions & 4 deletions

File tree

README.md

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ Welcome to the **Data Warehouse and Analytics Project** repository! 🚀
55
This project demonstrates a comprehensive data warehousing and analytics solution, from building a data warehouse to generating actionable insights. Designed as a portfolio project, it highlights industry best practices in data engineering and analytics.
66

77
---
8-
98
## 📖 Project Overview
109

1110
This project involves:
1211

13-
1. **Data Architecture**: Designing a robust data warehouse with **Bronze**, **Silver**, and **Gold** layers.
12+
1. **Data Architecture**: Designing a Modern Data Warehouse Using Medallion Architecture **Bronze**, **Silver**, and **Gold** layers.
1413
2. **ETL Pipelines**: Extracting, transforming, and loading data from source systems into the warehouse.
1514
3. **Data Modeling**: Developing fact and dimension tables optimized for analytical queries.
1615
4. **Analytics & Reporting**: Creating SQL-based reports and dashboards for actionable insights.
1716

1817
This repository is an excellent resource for professionals and students looking to showcase expertise in:
19-
- SQL Development
18+
- SQL Development
19+
- Data Architect
2020
- Data Engineering
21-
- ETL Pipeline Design
21+
- ETL Pipeline Developer
2222
- Data Modeling
2323
- Data Analytics
2424

@@ -53,6 +53,17 @@ These insights empower stakeholders with key business metrics, enabling strategi
5353
For more details, refer to [docs/requirements.md](docs/requirements.md).
5454

5555
---
56+
## 🏗️ Data Architecture
57+
58+
The data architecture for this project follows Medallion Architecture **Bronze**, **Silver**, and **Gold** layers:
59+
![Data Architecture](docs/data_architecture.png)
60+
61+
1. **Bronze Layer**: Stores raw data as-is from the source systems. Data is ingested in a batch process and retains its original form to serve as a source of truth.
62+
2. **Silver Layer**: Contains cleaned, standardized, and enriched data. This layer includes data cleansing, standardization, and normalization processes to prepare data for analysis.
63+
3. **Gold Layer**: Houses business-ready data modeled into a star schema. This layer integrates business logic and transformations required for reporting and analytics.
64+
65+
---
66+
5667

5768
## 📂 Repository Structure
5869
```

0 commit comments

Comments
 (0)