Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Moving Van Permits
This data set contains moving van permits issued by the traffic & parking department.
A moving van permit allows you to reserve curb space for the purpose of parking a vehicle on a City street while moving goods in or out of a building. Moving van permits can be issued for a maximum of two consecutive days.
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 \"cambridgema-gov/moving-van-permits-sr5i-tmfb\".\"moving_van_permits\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata