= Yelp Dataset Graph
* Download the JSON version of the https://www.yelp.co.uk/dataset/download[Yelp Dataset Challenge^] and extract it into the `dataset` directory
* Run the following command to extract cities, areas, and countries:
```
python lat_long_expansion.py
```
* Run the following command to create Neo4j Import Tool CSV files:
```
python json_to_csv.py
```
* Navigate to the Neo4j home directory and run the following command:
```
sh /path/to/import.sh
This file has been truncated. show original