An open API service indexing awesome lists of open source software.

https://github.com/abki12c/data-warehouse-and-bi-project

A project for creating a Data Warehouse, designing the ETL process, creating visualizations on Power BI and creating data mining models
https://github.com/abki12c/data-warehouse-and-bi-project

bussiness-intelligence datamining datawarehouse etl powerbi

Last synced: 4 months ago
JSON representation

A project for creating a Data Warehouse, designing the ETL process, creating visualizations on Power BI and creating data mining models

Awesome Lists containing this project

README

          

# About
This is a project about creating a data warehouse in a star schema and designing the ETL process. This data warehouse is then used to create visualizations on Power Bi and create Data Mining Models

The tools used in this project are the following:
- Python
- SQL Server Management Studio 19
- SQL Server
- Visual Studio 2022
- Microsoft Analysis Services Projects extension (Visual Studio)
- SQL Integration Services Projects extension (Visual Studio)
- Power BI
- RapidMiner Studio

You can check out the report of the project [here](report.pdf) and the PowerPoint presentation [here](Presentation.pptx). [BiReport](BiReport.pbix) is the Power Bi report file, [clean_data](clean_data.py) is the Python file used to clean the dataset and [queries_used](queries_used.sql) is an sql file containing the sql statements used throught the course of implementing this project. I also included the files for the Integration Services Project and the Multidimensional Project, as well as a backup file of the database [here](CarSales.bak).

## Project Instructions

You will use SQL Server (database and analysis services)

a) A large data set will be found, which should be cleaned and imported into a
data warehouse, which will be designed by the teams . You will
create a data cube and various metrics.

b) A visualization tool (Tableau or Power BI) will be used to create
various data visualization cases.

c) Data Warehouse data will be used for some mining operations
data, such as for example classification, association rules, clustering, etc.
using methods and models of a commercial system or an open-source tool.
You will implement at least two models.

To find the datasets, you can search the internet for relevant ones
websites (e.g. https://www.kaggle.com/, http://archive.ics.uci.edu/ml/,
http://www.kdnuggets.com/datasets/index.html)

## Screenshots

### Star schema

![star schema](https://github.com/abki12c/Data-Warehouse-and-BI-Project/assets/58307243/b862c94c-1559-4104-b844-d5231f56104a)

### ETL process diagram

![etl diagram](https://github.com/abki12c/Data-Warehouse-and-BI-Project/assets/58307243/8de5170b-e937-4439-ac66-ff70a08e76f1)

### PowerBI visualization

![PowerBI visualization](https://github.com/abki12c/Data-Warehouse-and-BI-Project/assets/58307243/4980c09c-e81d-415a-9d33-817854f48f5a)