Data Warehouse Repository
- All the scripts used in the projects led to creation of a Data Warehouse.
- SQL Scripts to perform ETL (Extract, Transform and Load) for the Dimension and Fact Tables.
- Database diagrams showcasing the star schema of different business processes.
- Business Matrix and High/Detailed Dimensional data modelling files.
- SQL Script to create the star schema
- SSIS Packages
- Extract data from OLTP sources and load it to the staging area.
- Transform the Data in Staging and further Load the Data to the Data Warehouse.
- A Package that combines all other packages and aids in providing the holistic view of ETL process and its progress.