Open repository in Console
Readme
Updated over 8 years ago
‧ Indexed 11 months ago
FY2017-19 Mayor's Proposed Budget Expenditures
Expenditures of the Mayor's Proposed Budget for the 2017-18 and 2018-19 Fiscal Years. The 2016-17 Midcycle Budget and 2015-16 Audited Actuals are also included for context.
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 \"oaklandca-gov/fy201719-mayors-proposed-budget-expenditures-4ewt-5m6f\".\"fy201719_mayors_proposed_budget_expenditures\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.