Please download Graph-Viz-Gowalla
The project is using the Play! Framework
Prerequisites: scala, sbt, mysql
- start mysql server
- download and unzip the dataset from Stanford's snap
- place the data files in graph-viz-gowalla-master/data
> cd graph-viz-gowalla-master/data
> mysql -u root -p < setup_mysql.sql
> cd graph-viz-gowalla-master
> sbt run
You should see the demo on http://localhost:9000