Suffolk County Budget Expenditures: 2013
The Operating Budget details the expenditures for the County's day-today operation. The Operating Budget contains the perating expenses for all County departments and agencies for the fiscal year. These expenses include the costs for personnel, supplies, equipment, and maintenance and repair of equipment and buildings.
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 \"ny-gov/suffolk-county-budget-expenditures-2013-62eq-hqts\".\"suffolk_county_budget_expenditures_2013\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.