FY2022 Budget Public Input Results
Results of public input sessions and surveys conducted in Fall 2020 for the FY22 City of Chattanooga Budget. Data is separated by responses collected by Zoom group discussions, online surveys, and paper surveys.
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 \"internal-chattadata/fy2022-budget-public-input-results-mb3s-t2pi\".\"fy2022_budget_public_input_results\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.