Abdullah28-gheyad / Adventur-Works-DataMart

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AdventureWorks Data Mart Projects Documentation This documentation provides instructions for uploading the AdventureWorks Data Mart projects, including SSIS and SSAS, to GitHub.

Star Schema

  • Star Schema overview

Table of Contents

  • Overview
  • Prerequisites
  • Uploading SSIS Project
  • Contributing
  • License
  1. Overview This project includes SSIS and SSAS projects for creating a sales data mart from the AdventureWorks database. The SSIS project contains ETL (Extract, Transform, Load) processes to populate the data warehouse, and the SSAS project creates a cube for analysis.

  2. Prerequisites Ensure you have the following prerequisites installed and configured:

SQL Server Data Tools (SSDT) for SSIS and SSAS projects Git installed on your local machine 3. Uploading SSIS Project Follow these steps to upload the SSIS project to GitHub:

Clone the Repository: Clone the GitHub repository where you want to upload the SSIS project.

Copy SSIS Project: Copy the SSIS project files and folders to the local repository directory.

Add, Commit, and Push: Use Git commands (git add, git commit, git push) to add the SSIS project to the repository on GitHub.

🏥 ssis packedge overview 📊 ssis packedge overview

  • Date Dimention

  • Date Dimention overview

  • Territory dimention

    • Territory Dimention overview

    • Customer Dimention

    • Customer Dimention overview

    • Product Dimention

    • Product Dimention overview

Fact Table

  • Fact Table overview
  1. Contributing We welcome contributions! If you'd like to contribute to this project, follow these steps:

Fork the repository on GitHub. Clone your forked repository to your local machine. Make your changes and test them. Push your changes to your forked repository. Create a pull request to merge your changes into the main repository. 6. License This project is licensed under the MIT License.

About