geo_export_ee5d5f44-1e01-41da-9e57-a73925976ecd
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 \"austin-metro-demo-socrata/geoexportee5d5f441e0141da9e57a73925976ecd-7f43-z68x\".\"geoexportee5d5f441e0141da9e57a73925976ecd\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.