ARCHIVED Nova Scotia Counties with Senior Safety Programs
<b>ARCHIVED</b> The “Nova Scotia Counties with Senior Safety Programs” dataset is no longer being updated. Please refer to https://ns.211.ca/ to learn more about seniors’ safety programs.
List of counties across Nova Scotia with Senior Safety Programs
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 \"novascotia-ca/archived-nova-scotia-counties-with-senior-safety-9a47-73i4\".\"archived_nova_scotia_counties_with_senior_safety\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.