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

https://github.com/ryansakurai/music-streaming-database

Project in PostgreSQL made for my university Database class
https://github.com/ryansakurai/music-streaming-database

database postgresql sql

Last synced: 9 months ago
JSON representation

Project in PostgreSQL made for my university Database class

Awesome Lists containing this project

README

          

🎵 Database: Music Streaming Service 🎵

This is a music streaming service database projected for a university group project using PostgreSQL.

## 📂 Files

- [ddl.sql](src/ddl.sql): table creation
- [triggers.sql](src/triggers.sql): trigger creation
- [view.sql](src/view.sql): view creation
- [sample_data.sql](src/sample_data.sql): small set of data generated using Chat GPT
- [queries.sql](src/queries.sql): 10 queries

## 👨‍💻 Authors

- [Caike dos Santos](https://github.com/CaikeSantos)
- [Ryan Sakurai](https://github.com/ryansakurai)
- [Vinicius Castro](https://github.com/vinciuscastro)

*(Computer Science students at UFSCar - Federal University of São Carlos)*