RRHHL - Abode Services for Housing Locator and Case Management for Permanent Housing Opportunities
RRHHL - Abode Services for Housing Locator and Case Management for Permanent Housing Opportunities.HSAL2 Measure K Performance
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/rrhhl-abode-services-for-housing-locator-and-case-t3kj-a4ii\".\"rrhhl_abode_services_for_housing_locator_and_case\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.