ARCHIVED Select Nova Scotia
<b>ARCHIVED</b> The Select Nova Scotia program has ended and the data contained in this dataset is no longer being collected.
Select Nova Scotia is a program developed by the Province of Nova Scotia to encourage Nova Scotians to shop and buy locally. Select Nova Scotia promotions and campaigns and the web site raise consumer awareness about Nova Scotia agri-food and seafood products, and other locally made goods.
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-select-nova-scotia-t8ij-8svj\".\"archived_select_nova_scotia\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.