Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
Oregon Votes Project Documents
Project documents for the Oregon Votes project to implement a modernized elections system for Oregon. For more information see: https://data.oregon.gov/stories/s/mak5-sgn2
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 \"oregon-gov/oregon-votes-project-documents-u9t7-k57u\".\"oregon_votes_project_documents\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata