Self Sufficiency Program Completions
As one of the thirty-nine Moving To Work agencies, the Housing Authority of the County of San Mateo (HACSM) receives certain waivers from HUD that allow the implementation of a local Family Self-Sufficiency Program (FSS). The HACSM FSS program provides time-limited rental assistance and case management services for participating families with the goal of helping the families increase financial self-sufficiency. Most of our FSS families meet their goal to graduate and exit the voucher program in five years. The turnover vouchers allow HACSM to serve new low-income families in the community.
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/self-sufficiency-program-completions-fja4-s57a\".\"self_sufficiency_program_completions\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.