- clone the repository
- create the database as instructed in
create_database.sql - install requirements with
python3 -m pip install -r requirements.txt - go to scripts directory and execute
python3 insert_all.pywith desired parameters
python3 insert_all.py --host localhost --database spotify --user root --password cmonmanthatstooez --path ../datasets/spotify_dataset_100.csv
--hostfor the host of the mysql server (optional,localhostby default)--portfor the port of the mysql server (optional,3306by default)--databasefor the database name from mysql server (optional,spotifyby default)--userfor the user of the mysql server (optional,adminby default)--passwordfor the password of the user (optional, empty by default)--pathfor the file path of the csv dataset (optional,../datasets/spotify_dataset_100.csvby default)