HS MCIRT Clients
This dataset contains the number of clients served by month by Comprehensive Life Resource's Mobile Community Intervention Response Team (MCIRT). MCIRT is designed to improve the lives of those affected by mental illness, substance abuse, and/or unmet medical needs by providing therapeutic alternatives in the community.
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 \"internal-open-piercecountywa-gov/hs-mcirt-clients-4ape-sukh\".\"hs_mcirt_clients\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.