egyptian election analysis

egypt

it's a web service, after all

# import dataest
curl -X POST -F csv_file=@election_results_8pm_9pm.csv \
         http://bamboo.io/datasets

# define calculation
curl -X POST -d "name=voter_turnout&formula=vote_count/population" \
         http://bamboo.io/datasets/123212421/calculations

# query result
curl http://bamboo.io/dataset/12432112424/info?select=voter_turnout

# later that day
curl -X POST -f csv_file=@election_results_9pm_10pm.csv \
        http://bamboo.io/datasets

# query updated results easily
curl http://bamboo.io/datasets/12432112424/info?select=voter_turnout
                    

pybamboo


bamboo.js

bar charts in meteor

meteor