Skip to content

Commit 5d6e5e4

Browse files
Update README.md
1 parent 353167b commit 5d6e5e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ data-warehouse-project/
8585
├── datasets/ # Raw datasets used for the project (ERP and CRM data)
8686
8787
├── docs/ # Project documentation and architecture details
88-
│ ├── architecture.drawio # Editable Draw.io file of the project's architecture
88+
│ ├── etl.drawio # Draw.io file shows all different techniquies and methods of ETL
89+
│ ├── data_architecture.drawio # Draw.io file shows the project's architecture
8990
│ ├── data_catalog.md # Catalog of datasets, including field descriptions and metadata
90-
│ ├── data_flow.drawio # Editable Draw.io file for the data flow diagram
91-
│ ├── data_models.drawio # Editable Draw.io file for data models (star schema)
92-
│ ├── business_rules.md # Business rules applied during ETL and analysis
91+
│ ├── data_flow.drawio # Draw.io file for the data flow diagram
92+
│ ├── data_models.drawio # Draw.io file for data models (star schema)
9393
│ ├── naming-conventions.md # Consistent naming guidelines for tables, columns, and files
9494
9595
├── scripts/ # SQL scripts for ETL and transformations

0 commit comments

Comments
 (0)