Open repository in Console
Readme
Updated 3 months ago
‧ Indexed 5 hours ago
Dumpster Licenses
This dataset contains information on dumpster licenses issued by the City of Cambridge. Dumpster Licenses are required within the City of Cambridge. They are obtained from the Inspectional Services Department. Both permanent and temporary dumpster must be licensed.
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/dumpster-licenses-6rcx-ibcs\".\"dumpster_licenses\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata