Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 3 hours ago
Waste collected per month
The City of Melbourne provides a number of waste collection services. The dataset details the weight (in tonnes) of waste collected in a number of different categories including residential garbage, hard waste, commingled recycling, cardboard, green waste, litter and dumped rubbish.
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 \"melbourne-vic-gov-au/waste-collected-per-month-gh9v-yqwz\".\"waste_collected_per_month\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata