Building Permits - January 1, 2005 thru December 31, 2016
This file is a static view of Building Permit data. This snapshot of data is an extract from the source database as of the moment of the snapshot's creation. A snapshot does not reflect changes that occur in the live data source.
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-december-31-ibbr-77pq\".\"building_permits_january_1_2005_thru_december_31\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.