Public Notices
Public Notices are legally required advertisements for various things such as Bylaw Ads, Development Permits, Intention Land Sale or Lease, etc.
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/public-notices-vfpx-jrew\".\"public_notices\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.