20 - Miles of Arterials Connected with ITS Q32019-2
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 \"performance-seattle-gov/20-miles-of-arterials-connected-with-its-q320192-x5fr-wkb3\".\"20_miles_of_arterials_connected_with_its_q320192\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.