This project aims to extract data from the YouTube API using Python, load it into a PostgreSQL database.
- Python
- PostgreSQL
- Extract data from the YouTube API using Python.
- Load the extracted data into a PostgreSQL database for further analysis.
- Create SQL views to analyze relevant channels and videos.
- Perform SQL queries to answer specific questions using the stored data.
The project will be structured as follows:
- Python Code: This will contain the scripts used to extract data from the YouTube API and load it into the PostgreSQL database.
- SQL Scripts: This will include the scripts used to create views and perform queries for data analysis.