Skip to content

viewcompositionalgebra/visdemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

  1. Install postgresql

    brew install postgresql
    
  2. Create postgresql database and populate:

    createdb test
    psql -f vca.ddl test
    
  3. Update config.py to your DB URI. In most cases, the default should work

  4. Install python packages

    pip install -r requirements.txt
    

Running

Then run the server and go to http://localhost:8000

python application.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published