Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 3 hours ago
Early Voting Locations 2019 Data
Early Voting addresses and locations for the 2019 General Election.
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 \"ramseycounty-us/early-voting-locations-2019-data-rjy3-ngws\".\"early_voting_locations_2019_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata