Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 669 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 669 Bytes

Taipei-burglary-Pattern-2015

Overview

The package is a data visualization website for burglary events in Taipei County, Taiwan.

A Pattern means pairwise burglary events within an area which distance is not more than R km and time span is not more N days.

image

Requirements

You will need to install Apache Spark and Node.js first.

Usage

  1. Run server.
nodejs index.js
  1. Open the browser and connect to "127.0.0.1:8000".
  2. close the server. Key ctrl+c in the terminal.