Skip to content

esadorinha/YouTubeDB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

An SQL exercise concerning the definition, projection, implementation and access to a replica of the YouTube database. This project will be better defined once I get acces to a Linux environment. For more information, check the folder documents, which contains more details about the motivation for this project (in portuguese).

Installation

Download and install python 3.12

https://www.python.org/downloads/release/python-3128/

Create virtual environment

python -m venv .venv # For Windows
python3 -m venv .venv # For Linux

Activate venv

.venv\Scripts\activate # For Windows
source .venv/bin/activate # For Linux

Download

pip install -r requirements.txt

About

An SQL exercise concerning the definition, projection, implementation and access to a replica of the YouTube database.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors