Housing And Urban Development Continuim Of Care Report
The Coordinated System of Homeless Services (CSHS) is Howard County’s coordinated assessment system to assist homeless individuals and households
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 \"opendata-howardcountymd-gov/housing-and-urban-development-continuim-of-care-kdrk-cnm4\".\"housing_and_urban_development_continuim_of_care\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.