geo_export_cd9a216d-e10c-431b-a885-a5888a3858e6
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 \"brla-gov/geoexportcd9a216de10c431ba885a5888a3858e6-bwww-6wnw\".\"geoexportcd9a216de10c431ba885a5888a3858e6\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.