This is the repo created for VAST Challenge 2016.
pip install -r /path/to/requirements.txt
python __init__.py
Visit http://localhost:8000/all_haz_data to see all haz_data in json array
Further Change: Add Async to handle concurrency
node get_data.js
Visit 127.0.0.1:1337/haz_data/start-time/end-time
start time and end time are in second counting from 0:00 May-31, it will return data form start to end
npm install
node server.js
Visit localhost:8081/stream
Current issue: json file seems not correct, please use http interface for now.