Open repository in Console
Readme
Updated almost 6 years ago
‧ Indexed 2 hours ago
2014 General Election Precinct-Level Results
2014 Colorado General Election 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 \"colorado-gov/2014-general-election-precinctlevel-results-aqdb-jqv8\".\"2014_general_election_precinctlevel_results\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata