Financial Assistance Services Lobby Data
Lobby wait time data from Cafe. Shows each appointment with time stamps for creation of the contact card, booking, to interview check-in. Only includes Supplemental Nutrition Assistance Program (SNAP) and cash assistance interview visits, not visits for people who were in the lobby for other reasons like dropping off paperwork.
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 \"ramseycounty-us/financial-assistance-services-lobby-data-8msn-fhsa\".\"financial_assistance_services_lobby_data\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.