Nova Scotia Agri-food Exporters
Nova Scotia based businesses with export capacity are identified in the Nova Scotia quality food and beverage export directory, identifying products and suppliers for interested importers in a variety of markets.
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/nova-scotia-agrifood-exporters-imrd-gftp\".\"nova_scotia_agrifood_exporters\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.