Residents Profiles by CLUE Small Area
Contains demographic profile information for City of Melbourne residents from the ABS 2011 and 2016 Census of Population and Housing. Data has aggregated by City of Melbourne small areas.
This data is a derivative of "2016 General Community Profile for Melbourne LGA (<a href='https://datapacks.censusdata.abs.gov.au/datapacks'>https://datapacks.censusdata.abs.gov.au/datapacks</a>)" by Australian Bureau of Statistics, used under <a href='https://creativecommons.org/licenses/by/2.5/au/'>CC 2.5</a>.
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/residents-profiles-by-clue-small-area-d34a-re98\".\"residents_profiles_by_clue_small_area\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.