Open repository in Console
Readme
Updated 1 day ago
‧ Indexed 5 hours ago
Open Budget Expenditures - Current Year Totals
This dataset provides our current fiscal year's expenditure budget and a transparent look at how we allocate public funds. There is also a total at the bottom of the dataset. Datasets will update every Friday by 11 p.m. (CST).
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 \"cstx-gov/open-budget-expenditures-current-year-totals-ghaz-27rr\".\"open_budget_expenditures_current_year_totals\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.