Skip to content

Commit d37d666

Browse files
Update README.md
1 parent 49f2ac9 commit d37d666

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ For more details, refer to [docs/requirements.md](docs/requirements.md).
5858
The data architecture for this project follows Medallion Architecture **Bronze**, **Silver**, and **Gold** layers:
5959
![Data Architecture](docs/data_architecture.png)
6060

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.
61+
1. **Bronze Layer**: Stores raw data as-is from the source systems. Data is ingested from CSV Files into SQL Server Database.
62+
2. **Silver Layer**: 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 required for reporting and analytics.
6464

6565
---
6666

0 commit comments

Comments
 (0)