Tourism Nova Scotia Visitor Exit Survey Alcohol Producers
Non-resident overnight visitors to Nova Scotia are asked if they or others in their travel party visited specific types of alcohol producers while visiting the province.
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/tourism-nova-scotia-visitor-exit-survey-alcohol-ai9d-axj8\".\"tourism_nova_scotia_visitor_exit_survey_alcohol\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.