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

https://github.com/memergamer/musicindustry

MusicIndustry project for Database class
https://github.com/memergamer/musicindustry

database plsql sapientia sapientia-university

Last synced: about 2 months ago
JSON representation

MusicIndustry project for Database class

Awesome Lists containing this project

README

          

# Music Industry

Music industry project for Database I. class

## Table of contents
1. [Other languages](#other-languages)
2. [Description](#description)
3. [Installation](#installation)
4. [OracleSQL](./sql/README.md)
- [Data fetching](./fetching-data/README.md)
- [Mass Data Insertions](./mass-insert-data/README.md)
5. [MySQL](./mysql/README.md)
6. [UML](#uml-of-the-database)
7. [ERM](#erm-of-the-database)
8. [Todo lists and Comments](./docs/todo.md)

## Other languages:
[HU](https://github.com/MemerGamer/MusicIndustry/blob/main/docs/README_HUN.md)

## Description

This project was created for modelling the music industry in an ORACLE SQL database.

With various sorts of stakeholders, including musicians, record companies, producers the music industry is a very complex topic.

The goal of this project is to bring together all the various facets that this industry has into one cohesive whole.

## Installation
```console
pip install -r requirements.txt
```
Installs all the required packages.

## UML of the Database

![UML](https://github.com/MemerGamer/MusicIndustry/blob/main/assets/img/UML.jpg?raw=true)

## ERM of the Database

![ERM](https://github.com/MemerGamer/MusicIndustry/blob/main/assets/img/ERM-HUN.jpg?raw=true)