This is a demo for the paper VCA: View Composition Algebra for Adhoc Comparisons.
Instructions for Mac OSX with Homebrew
-
Install postgresql
brew install postgresql -
Create postgresql database and populate:
createdb test psql -f vca.ddl test -
Update config.py to your DB URI. In most cases, the default should work
-
Install python packages
pip install -r requirements.txt
Then run the server and go to http://localhost:8000
python application.py