Assets for environmental reporting
The Environmental data includes energy consumed and generated as well as greenhouse gas emissions from Council's assets and a portion of its supply chain.
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/assets-for-environmental-reporting-axts-5eu4\".\"assets_for_environmental_reporting\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.