FY2021 Enacted City Budget Book
Finance Recommended City Budget for Period: 7/1/2020 through 6/30/2021
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 \"providenceri-gov/fy2021-enacted-city-budget-book-thi2-ww85\".\"fy2021_enacted_city_budget_book\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.