Operating Expense Budget Fiscal Year 2014-2015
This dataset contains the approved budget values for the 2014-2015 fiscal year. The data does not include operating transfers within county funds. The data does include reimbursements, which are reclassification of expenses between or within County departments to avoid overstating expenses. More information about Reimbursements can be found in the Attachments section of the About link.
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 \"sonomacounty-ca-gov/operating-expense-budget-fiscal-year-20142015-8nsx-2m6i\".\"operating_expense_budget_fiscal_year_20142015\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.