Open repository in Console
Readme
Updated over 1 year ago
‧ Indexed 11 months ago
Capital Improvements Sales Tax Expenditures FY 2008-2018
Capital Improvements Sales Tax Expenditures FY 2008-2018, provided by the KCMO Budget Office on 12.15.17
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 \"kcmo/capital-improvements-sales-tax-expenditures-fy-qxuv-z5sf\".\"capital_improvements_sales_tax_expenditures_fy\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.