Open repository in Console
Readme
Updated almost 5 years ago
‧ Indexed 4 hours ago
2012 General - Election Results by precinct (complete eCanvass dataset)
November 2012 general election; final/official results by precinct.
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 \"kingcounty-gov/2012-general-election-results-by-precinct-complete-u6ig-5qm8\".\"2012_general_election_results_by_precinct_complete\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.