Linked repos: EATinerary-ETL
The purpose of this repo is to take the Yelp Dataset and perform the ETL process for the EATinerary app.
- Python=3.6.8
- pip
- PyMySQL==0.9.3
- pandas==0.24.2
- numpy==1.16.4
- SQLAlchemy==1.3.5
- Download the Yelp Dataset JSON and place it in the Source data forder
- Create a config.py in the Eatinerary-ETL folder and include
conn=user:pass@host
- Run either ETL.py or ETL.ipynb
- Head over to EATinerary app!