Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Permit Application Data for the Office of Business and External Services
A dataset of commercial and residential building permit applications and their statuses from January 1st, 2018 to current day. Specific permit types in this dataset are limited to Accessory Structure, Construction Loop, Demolition, Mechanical Fuel Gas, Mechanical HVAC, New Construction, Renovation (Non-Structural), Renovation (Structural), Repair/Replacement/Addition, Service/Circuit/Feeder.
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 \"nola-gov/permit-application-data-for-the-office-of-business-aib5-en5t\".\"permit_application_data_for_the_office_of_business\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata