FY 2019 GF Budget By Department
FY 2019 General Fund Budget by Major Category/Department
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 \"performance-franklintn-gov/fy-2019-gf-budget-by-department-adnv-6j25\".\"fy_2019_gf_budget_by_department\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.