Presidential Election Turnout San Mateo County 2008
Election turnout in San Mateo County for the 2008 Preseidential Election.
Source provided by the California Secretary of State:
http://www.sos.ca.gov/elections/elections
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on
this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \
-H "Content-Type: application/json" \
-d@-<<EOF
{"sql": "
SELECT *
FROM \"datahub-smcgov/presidential-election-turnout-san-mateo-county-w9sx-cdu6\".\"presidential_election_turnout_san_mateo_county\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.