Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
VCA
This is a demo for the paper VCA: View Composition Algebra for Adhoc Comparisons.
Setup
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
Running
Then run the server and go to http://localhost:8000
python application.py