Open repository in Console
Readme
Updated 9 months ago
‧ Indexed 5 hours ago
Residential Data Report FY2015
Residential data for the 2015 fiscal year, including sales, land and building information. File includes data for single family, two family, three family and vacant land parcels. For descriptions of the data fields see the Assessing Data Description attachment.
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 \"cambridgema-gov/residential-data-report-fy2015-xiwh-f97k\".\"residential_data_report_fy2015\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata