Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
DSNY Monthly Tonnage Data
DSNY Monthly Tonnage Data provides monthly collection tonnages that the Department of Sanitation collects from NYC residences and institutions. For more information about DSNY collection services, see: https://www.nyc.gov/site/dsny/collection/residents.page.
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 \"cityofnewyork-us/dsny-monthly-tonnage-data-ebb7-mvp5\".\"dsny_monthly_tonnage_data\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata