/Gowalla-GIS-Data-Viz

Gowalla GIS big data visualization

Primary LanguageJavaScriptApache License 2.0Apache-2.0

Gowalla Graph Data Visualization

Please download Graph-Viz-Gowalla

The project is using the Play! Framework

Build

Prerequisites: scala, sbt, mysql

Prepare the database

  • 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

To run the project

> cd graph-viz-gowalla-master
> sbt run

You should see the demo on http://localhost:9000