In this project, I focus on building a sales data mart for a company by extracting new and updated data from the AdventureWorks2019 (OLTP data) database, creating a star schema and load data to dimensions and fact tables after transforming the data, and finally applying full, incremental, and slow-changing dimension (SCD) loading.
Data Mart: is a subject-oriented database that is often a partitioned segment of an enterprise data warehouse.
using AdventureWorks2014 (OLTP) from microsoft source.
- Data Modeling by creating star schema for the data mart:
- Slowly Changing Dimension (SCD)
- Full load to fact sales table
- Increamental load for new records updated to the source database.