This repository contains the database schema and related scripts for a video streaming platform. The project is designed to manage user data, stream information, and content metrics, providing a robust backend for a streaming service.
- Database Schema: SQL scripts to create the tables, relationships, and constraints.
- Stored Procedures: Functions for efficient data retrieval and manipulation.
- Data Scripts: Scripts to populate the database with initial or sample data.
- ER Diagram: Visual representation of the database structure.
- Clone the repository:
git clone [https://github.com/PieriFra/StreamPlatform_BD.git](https://github.com/PieriFra/StreamPlatform_BD.git) cd StreamPlatform_BD - Run the SQL scripts: Execute the schema and data scripts in your database management system to set up the database.