Town Permit Processing Time
This data set includes all permits fully processed by the Town with processing time measured in days. It is updated by the 15th every month with full report on previous month's data.
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 \"dumfriesva-gov/town-permit-processing-time-76tz-5d55\".\"town_permit_processing_time\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.