Residential Building Permits 2009-2014
Summary of annual neighbourhood permits for new building construction and alterations. This data-set is from 2009 to 2014. Data is updated semi-annually.
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/residential-building-permits-20092014-25sf-z8zd\".\"residential_building_permits_20092014\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.