visiblegovernment / Expense-Visualizer

Travel and Hospitaity Expense Visualizer

This URL has Read+Write access

name age message
file Makefile Loading commit data...
file README
file TODO
file collect.py
directory dataset/
directory viz/
README
== VisibleGovernment
== Canadian Federal Government Travel And Hospitality Expenses

To load the data:

>    make loaddb MYSQL_USER=joe MYSQL_PASSWORD=heyho

To generate the dataset JSON files:

>   python collect.py

To start working on the viz

>    cd viz ; make run

but you'll need:

 - Python 2.4+
 - LambdaFactory <http://www.github.com/sebastien/lambdafactory>
 - Sugar         <http://www.github.com/sebastien/sugar>
 - Pamela        <http://www.github.com/sebastien/pamela>
 - Retro         <http://www.github.com/sebastien/retro>

# EOF