Open repository in Console
Readme
Updated over 2 years ago
‧ Indexed 4 hours ago
City of Dallas (COD) Expenses Budget vs Actual
City of Dallas' actual spending versus what was budgeted for in the annual budget.
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 \"dallasopendata/city-of-dallas-cod-expenses-budget-vs-actual-nr4f-efb3\".\"city_of_dallas_cod_expenses_budget_vs_actual\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata