Early Voting Locations - 2016 March 15 Presidential Primary Election
This dataset details the hours and locations for early voting for those living in suburban Cook County for the March 15, 2016 Presidential Primary Election. For more information on Early Voting see http://www.cookcountyclerk.com/elections/earlyvoting/Pages/default.aspx .
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 \"datacatalog-cookcountyil-gov/early-voting-locations-2016-march-15-presidential-nehg-hgiv\".\"early_voting_locations_2016_march_15_presidential\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.