Open repository in Console
Readme
Updated 3 months ago
‧ Indexed 6 minutes ago
Condominium Data Report FY2016
Data for condominium parcels in the City of Cambridge for fiscal year 2016, including sales and building information. File includes both residential and commercial condominiums. 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/condominium-data-report-fy2016-59zb-i8zk\".\"condominium_data_report_fy2016\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata