Development Activity Monitor
The project monitors major new commercial and residential property development in the City of Melbourne municipality.
The outputs can inform short to medium-term supply forecasts in the commercial and residential markets. This data provides our current understanding of major development sites that are recently completed, under construction, planned or mooted in all of 13 small areas of the city.
For full details about this dataset and the meaning of each field, see the <a href="https://data.melbourne.vic.gov.au/api/views/gh7s-qda8/files/51e3db26-a063-4825-ae6c-1a40c0259c75?download=true&filename=DAM_-_Info_-_DAM_May_2016_Meta_Data_Info.pdf">attached document</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/development-activity-monitor-gh7s-qda8\".\"development_activity_monitor\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.