Commingled recycling collected at Centre Place 2016
The Centre Place hub is one of several sites where commingled recycling is collected to be processed by the City of Melbourne's Degraves Street Recycling Facility. This dataset contains the amount of commingled recyclables collected each day of 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/commingled-recycling-collected-at-centre-place-m8kf-ur3f\".\"commingled_recycling_collected_at_centre_place\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.