Open repository in Console
Readme
Updated 2 years ago
‧ Indexed 11 months ago
CBRM Yearly Operating Budget
The CBRM Yearly Operating Budget contains the budgeted operating expenditures by department and the budgeted operating revenue by administrative area for all years starting in the 2011-12 budgetary year.
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 \"thedatazone-ca/cbrm-yearly-operating-budget-ac9x-53pt\".\"cbrm_yearly_operating_budget\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata