Organic waste collected at Degraves St Recycling Facility 2016
This dataset records amount of organic waste collected each day at the Degraves Street Recycling Facility, in kilograms, throughout 2016.
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/organic-waste-collected-at-degraves-st-recycling-8c5t-6gxs\".\"organic_waste_collected_at_degraves_st_recycling\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.