Voucher Utilization
The Housing Authority of the County of San Mateo (HACSM) has been the leading provider of affordable housing in San Mateo County, providing rental assistance to over 5,000 households. Our success is a result of our business approach to strategic planning and delivery of services. It is our commitment to ensure valuable housing vouchers will be used as a tool to create housing opportunities for low-income households, regardless of race, ethnicity, and disability status.
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/voucher-utilization-4ek5-ymup\".\"voucher_utilization\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.