Medically Vulnerable Program
The City of Austin maintains a Medically Vulnerable Registry of customers with a long-term disease, ailment, or critical illness. Customers eligible for the registry receive additional time to pay their utility bills and personal case management services from Austin Energy and partnering social service agencies.
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-austintexas-gov/medically-vulnerable-program-b87j-3i3i\".\"medically_vulnerable_program\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.