MVA Customers Served & Wait Time by Branch
MVA Customers Served and Wait Time by Branch for FY23 (Total), FY24 (Total) & FY25 (monthly)
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 \"opendata-maryland-gov/mva-customers-served-wait-time-by-branch-i36t-fxcp\".\"mva_customers_served_wait_time_by_branch\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.