Homeless Census Sheltered and Unsheltered
Results from biennial homeless census - count of unsheltered. HSA performance measure 7510P ID 549 and 7510P ID 550.
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 \"datahub-smcgov/homeless-census-sheltered-and-unsheltered-e7ci-3xmd\".\"homeless_census_sheltered_and_unsheltered\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.