RRHHL - HomeBase / The Center for Common Concerns - CoC Technical Assistance and RRHHL - Focus Strategies - CoC Technical Assistance
RRHHL - HomeBase / The Center for Common Concerns - CoC Technical Assistance and RRHHL - Focus Strategies - CoC Technical Assistance. HSAHC 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 \"datahub-smcgov/rrhhl-homebase-the-center-for-common-concerns-coc-j3b8-iwxf\".\"rrhhl_homebase_the_center_for_common_concerns_coc\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.