Indicator 12: Unfunded Liabilities
Data set shows unfunded liabilities for sick and vacation leave for both governmental and business type activities for the City of Franklin, TN.
Source: 2008-2015 Comprehensive Annual Fiscal Reports, City of Franklin, TN.
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/indicator-12-unfunded-liabilities-9h46-g5n7\".\"indicator_12_unfunded_liabilities\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.