Operating Budget Revenues: FY 2018 - Present
This dataset includes the breakdown/allocation of County revenues.
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-howardcountymd-gov/operating-budget-revenues-fy-2018-present-29ac-s3uf\".\"operating_budget_revenues_fy_2018_present\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.