Persons Housed with Federal or State Funding
Number of persons that have remained sheltered and/or stably housed through federal and state assisted programs (e.g. CDBG, ESG)
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/persons-housed-with-federal-or-state-funding-nc4u-i45e\".\"persons_housed_with_federal_or_state_funding\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.