Invest Nova Scotia Export Development and Investment Attraction Activity
Invest Nova Scotia is Nova Scotia’s business development agency that works to promote economic growth and community economic development in the province by enabling business, innovation, and entrepreneurship. From starting up and raising capital, to incubation and acceleration, export development and investment attraction, Invest Nova Scotia helps businesses seize opportunities.
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/invest-nova-scotia-export-development-and-6aac-8xtn\".\"invest_nova_scotia_export_development_and\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.