Open repository in Console
Readme
Updated over 4 years ago
‧ Indexed 2 hours ago
KCMO FY 2019-20 Adopted and Submitted Revenues
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/kcmo-fy-201920-adopted-and-submitted-revenues-ed7j-5yv9\".\"kcmo_fy_201920_adopted_and_submitted_revenues\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.