Act 100 - Bike and Ped Expenditures
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 \"highways-hidot-hawaii-gov/act-100-bike-and-ped-expenditures-kii7-ckcc\".\"act_100_bike_and_ped_expenditures\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.