Building Permits - January 1, 2005 thru March 31, 2019
Building Permits - January 1, 2005 thru March 31, 2019
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 \"honolulu-gov/building-permits-january-1-2005-thru-march-31-2019-uujm-s2g6\".\"building_permits_january_1_2005_thru_march_31_2019\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.