SchoolsPlus Sites, including Hub sites and schools by Hub
A listing of SchoolsPlus sites, including Hub sites and schools by Hub.
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/schoolsplus-sites-including-hub-sites-and-schools-y69u-3nas\".\"schoolsplus_sites_including_hub_sites_and_schools\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.