Skip to content

ZeyadMoawad/Building_Sales_Data_Mart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Building_Sales_Data_Mart

Project Description:

Building Sales Data Mart using SSIS and SQL Server Designing a data mart utilize the power of SSIS (SQL Server Integration Services) and SQL Server, using the AdventureWorks2022 database, an OLTP (Online Transaction Processing) system, as the primary data source, a widely recognized database in the realm of data analysis.

A data mart is a focused and purpose-built subset of a data warehouse, designed to cater to the specific analytical needs of a particular department, team, or business unit within an organization. Data marts are typically structured around a dimensional model, employing star schemas, which consist of dimension tables describing various attributes and a central fact table containing numerical measures.

Key Project Tasks:

  • Data Extraction from AdventureWorks2022 (OLTP)

  • Cleanse and preprocess extracted data to ensure data quality

  • Design the star schema for data mart.

  • Develop ETL (Extract, Transform, Load) processes using SSIS or other ETL tools.

Data source:

AdventureWorks2022 Database

Steps

Data Modeling (Star Schema)

Star_schama

Then, I used SSIS to create Fact table and the dimention packages separately for:

  • Integrating the data from data source.

  • Transforming and processing data.

  • And then incremental load data after applying the transformation, and apply full and slow-changing dimension (SCD) loading.

Fact_Table

Fact-table

incremental Fact Table

Fact_Table

Fact_Table Resultset

Result_Fact_Table

Dim_Customer

Dim_Cutomers

Dim-Customer Resultset

Result_Dim_Customers

Dim_Product

Dim_Products

Dim-Product Resultset

Result_Dim_Products

Dim_Territory

Dim_Temitory

Dim_Territory Resultset

Result-Dim_Territory

Dim_Date

Dim_Date

Dim_Date Resultset

Result_Dim_Date

About

Building data mart using SSIS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published