FY 2019 AF Budget By Source & Fund
Summary Data for FY 2019 All Funds Budget for the City of Franklin, Tennessee.
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-af-budget-by-source-fund-tgvr-ut7r\".\"fy_2019_af_budget_by_source_fund\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.