Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.11 KB

File metadata and controls

21 lines (15 loc) · 1.11 KB

SQL DATA WAREHOUSE & ANALYTICS PROJECT

Building a comprehensive data warehouse, ETL processes, data modeling and analytical solution to derive insights from the data using MySQL.

Project Overview

  1. Data Architecture: The Data Warehouse is designed using Medallion Architecture
  2. ETL Pipelines: The process consists of Extracting, Transforming and Loading of data from the source systems into the Data Warehouse.
  3. Data Modeling: Developing fact and dimension tables optimized for analytical queries.
  4. Analytics & Reporting: Creating SQL-based reports and dashboards for actionable insights.

Data Architecture In this project, we are following Medalliion Data Architecture, which consists of three phases:

Bronze Layer: this layer is the first layer in the data architecture and loads the data which is in raw unprocessed data as it from sources data in table form.

Silver Layer: this layer is the second layer in the data architecture, makes changes to the data in the table form.

Gold Layer: this layyer is the third layer in the data architecture, extracts insights from the data and visualizes.