项目作者: YinhaoHe

项目描述 :
Gowalla GIS big data visualization
高级语言: JavaScript
项目地址: git://github.com/YinhaoHe/Gowalla-GIS-Data-Viz.git
创建时间: 2020-02-20T22:58:11Z
项目社区:https://github.com/YinhaoHe/Gowalla-GIS-Data-Viz

开源协议:Apache License 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
    1. > cd graph-viz-gowalla-master/data
    2. > mysql -u root -p < setup_mysql.sql

To run the project

  1. > cd graph-viz-gowalla-master
  2. > sbt run

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