s2t2 / openbudgetsf

Open Budget Data - San Francisco

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Open Budget - San Francisco

A collection of budget data visualizations.

Developing

git clone git@github.com:s2t2/openbudgetsf.git

Download the 2015 SF budget and note its file path (e.g. ~/Downloads/Budget.csv).

Import the data into a database (assumes existence of ~/Downloads/Budget.csv).

mysql -uroot -p -e 'DROP DATABASE IF EXISTS opensf; CREATE DATABASE opensf;'
mysql --local-infile -uroot -p opensf < script/import_budget.sql

Transform budget data into smaller file(s) which can be visualized.

todo

Start a local web server and visit http://localhost:8888/ in a browser.

python -m SimpleHTTPServer 8888 &

Deploying

todo: github pages

About

Open Budget Data - San Francisco

License:MIT License


Languages

Language:HTML 100.0%