Tourism Nova Scotia Listed Operators
GPS coordinates for operators that are listed on www.novascotia.com.
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-listed-operators-2h2s-6bg4\".\"tourism_nova_scotia_listed_operators\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.