Skip to content

Latest commit

 

History

History
42 lines (29 loc) · 553 Bytes

README.md

File metadata and controls

42 lines (29 loc) · 553 Bytes

FLIRT

Network analysis tool that enables users to examine flight networks to identify where infected travelers and contaminated goods are likely to travel to. Connectedness between airports using passenger, cargo, and network data is calculated.

Installation

cd app/
make install && make update

Running

cd app/
make run

Updating

cd app/
make update

Populating the database

While the app is running:

cd data/
make download
make restore

Flushing the database

cd app/
meteor reset