DMHAS Client Diagnoses by Program Type (Mental Health/Substance Use)
Unduplicated Client Count by Year and DMHAS Program Type
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 \"ct-gov/dmhas-client-diagnoses-by-program-type-mental-nfmi-ipkd\".\"dmhas_client_diagnoses_by_program_type_mental\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.