Skip to content

GENBUS760/yelp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Yelp Dataset MySQL Import

  1. Download and extract the Yelp dataset JSON files into the same folder as this repository.
  2. Start your MySQL server.
  3. Create and activate a new database called yelp: CREATE DATABASE yelp; USE yelp;.
  4. Modify models.py with the username and password to connect to your database.
  5. Run the import scripts:
python json_to_mysql.py reset # clears tables
python json_to_mysql.py business
python json_to_mysql.py user
python json_to_mysql.py review

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages