Sandboxes
A list of all City of Edmonton - Department of Transportation maintained sandboxes. These sandboxes are available for the general public to use during the winter period.
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/sandboxes-w2gh-mefg\".\"sandboxes\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.