Group: Le Belle e la Bestia
Altieri Mariarosaria, Della Libera Davide and Longoni Letizia
DB and SQL Code on GitHub: https://github.com/DavideDellaLibera/bi-homework-2023
Dashboard and Visualizations on Tableau: https://public.tableau.com/app/profile/letizia5214/viz/BIproject_17012907139470/Appelli
GitHub Folder Structure
-
db:
- db-only-format: database obtained after a first formatting phase (RAR format);
- db-processed: database resulting from all pre-processing steps (RAR format).
-
queries:
- denorm: folder which contains all the queries related to the denormalized database;
- norm: folder that contains all the queries for the normalized database.
-
results:
- CSV files obtained as output of the queries and used as inputs for the Tableau visualizations;
- general_info.csv: contains the general information for each Course of Study.
-
sql:
- pre-proccessing: folder that contains the code which allows to reproduce the pre-processing phase, starting from db-only-format;
- info.sql: SQL code to compute the general information for each Course of Study.
- table-stats-appelli.sql: SQL code to compute all the statistic related to exams.
Reproducibility Starting from the already processed database:
- Download and open the db_only_processed
- Query the database, using the SQL code contained in the queries folder
Starting from scratch:
- Download and open the db_only_format
- Download the files from sql folder: launch the pre-processing SQL files for both normalized and denormalized database, the info.sql file and also the table-stats-appelli-sql
- Now you can query the database as previously explained