- UniController
- HeidiSQL
- Pentaho Data Integration
- SQL Power Architect
- Power BI
-
Analyze the socio-academic model of the Coperve entrance exams from 2008 to 2012 in order to implement a Data Mart to support the following analysis;
- To support the decision making of the Secretary of State of SC and to evaluate the performance in the subjects of the candidates from the state public schools, comparing them to the private and federal schools.
-
Create a star schema (dimensional model) to support the analyses analyses;
-
Define the physical design for the Data Mart, following standardization, establish a transition area for the ETL process;
-
Creating the Data Mart Front End in an OLAP Tool.
- Back-end (information needed to access the database, folder with the scripts/kettle files used in ETL, dimensional modeling);
- Front-end (information needed to access the data visualization);
-
Create a local MySQL connection , in this project UniController was used to create the connection;
-
Using a MySQL database manager (HeidiSQL) and connect to the MySQL connection;
-
Open the vestibular data dump in the database manager;
-
Use the file Script_Create_DW to create the DataWarehouse Fact and Dimensions table, but still without any data;
-
With the modeling created in HeidiSQL, Spoon (Pentaho Data Integration) was used to perform the ETL steps, connecting to the same SQL connection of the DataWarehouse and the vestibular data source;
-
In Spoon, the sql connection is used to pull the acceptance exam data, perform the transformations and then load in the respective dimensions and facts from the DataWarehouse database;
-
The file dw_ufsc_with_data.sql contains the DataWarehouse populated with the data after the Load Step;