Street Occupancy Permits
This data set contains street parking permits not for residential parking or moving vans, but for "other occupancy."
The "other street occupancy" permit allows companies/organizations to reserve curb space for the purpose of parking a service vehicle on a City street.
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/street-occupancy-permits-wa95-5fg7\".\"street_occupancy_permits\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.