Affordable Housing Units- County Assisted
Affordable Housing Units production- County assisted
cumulative from FY 03-04 to current year
received October 2014
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 \"performance-smcgov/affordable-housing-units-county-assisted-pun3-nxjg\".\"affordable_housing_units_county_assisted\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.