Permits
This dataset offers a listing of permits issued by Norfolk City Planning’s Development Service Center (DSC). It encompasses a wide range of permit types, including those for building, plumbing, electrical, mechanical, fire safety, amusement, elevators, certificates of occupancy, zoning, and others. The dataset provides valuable insights into construction and development activities within the city, offering details on permit numbers, locations, types, statuses, dates, and other essential information. This dataset will be updated daily on weekdays.
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 \"norfolk-gov/permits-fahm-yuh4\".\"permits\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.