Canadian Open Data Summit - Events
A historical list of all Canadian Open Data Summit events. The Canadian Open Data Summit is an annual conference that brings together people interested in open data. It's a place to learn, share ideas, and connect with others about how to use open data to benefit society. The conference website can be found at http://www.opendatasummit.ca
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 \"edmonton-ca/canadian-open-data-summit-events-y8e7-hrzj\".\"canadian_open_data_summit_events\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.