Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/williamfridh/iv1351-project
https://github.com/williamfridh/iv1351-project
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/williamfridh/iv1351-project
- Owner: williamfridh
- Created: 2024-11-21T10:26:29.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-21T10:34:37.000Z (about 1 month ago)
- Last Synced: 2024-11-21T11:32:27.301Z (about 1 month ago)
- Size: 57.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![PostgreSQL](https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white)
![Ubuntu](https://img.shields.io/badge/Ubuntu-E95420?style=for-the-badge&logo=ubuntu&logoColor=white)# IV1351 - Project
**This repository contains projects file for the course IV1351 Data Storage Paradigms given at KTH Royal Institute of Technology.**
## Setup
### Method 1
Download and execute the file called "setup.sql". This file will create a new database called music_school (and drop any existing before doing so), populate it with test data, and create views.### Method 2
Create a new database (you choose the name). Download and execute the files "model.sql", "data.sql", and "views.sql" (in that order). This will just the method 1 create the database structure, insert test data, and generate views.## Views
The "setup.sql" and "views.sql" generates the following views:
- num_of_lessons
- student_sibling_group_amount (usd by student_sibling_statistics)
- student_sibling_statistics
- instructor_lesson_statistics
- ensemble_availability