- D3 v3.0
- Twitter Bootstrap v3.0
- Mock (for testing)
There are two ways to install all the required dependencies for this visualization:
- Manually through the use of a package manager (e.g. apt-get).
- Run the command
sudo apt-get install python
. - Run the comment
sudo apt-get install python-tornado
.
- Run the command
- Automatically through the use of the Python installation tool pip.
- Run the command
pip install -r .requirements.txt
from the base directory of the visualization source.
- Run the command
Once all the proper dependencies are installed, the project server can
be run using the command make
from the base directory of the project.
The main page of the website can be viewed by opening a web browser and
entering the address localhost:9999.
Project originally developed as a course project for CS411 (Databases) at the University of Illinois Urbana-Champaign.
- Eunsoo Roh (roh7)
- Joshua Halstead (halstea2)
- Thomas Bogue (tbogue2)
- Joseph Ciurej (ciurej2)
- Kyle Nusbaum (kjnusba2)