TIF Funding Sources and Uses by TIF, Fiscal Year, and Type - 1998-2014
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 \"cityofchicago/tif-funding-sources-and-uses-by-tif-fiscal-year-pner-h2in\".\"tif_funding_sources_and_uses_by_tif_fiscal_year\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.