Self Sufficiency program applications timeliness (MC, CF, CW, GA, CAPI)
Public assistance applications processed within State standards for timeliness for Medi-Cal, CalFresh, CalWORKs, GA and CAPI. Human Services Agency performance measure 7220P ID 409, 410, 411, 412 and 433.
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/self-sufficiency-program-applications-timeliness-gn3v-fb38\".\"self_sufficiency_program_applications_timeliness\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.