Open repository in Console
Readme
Updated almost 5 years ago
‧ Indexed 44 minutes ago
2012 Primary - Elections Results (final daily)
August 2012 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/2012-primary-elections-results-final-daily-ax8b-wymb\".\"2012_primary_elections_results_final_daily\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.