Open repository in Console
Readme
Updated over 5 years ago
‧ Indexed 5 hours ago
2011 Primary - Election Results (final daily)
August 2011 primary election; final daily results report.
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/2011-primary-election-results-final-daily-3twh-5u42\".\"2011_primary_election_results_final_daily\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.