Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
IT Contracts Report 2021
IT Contracts Reporting
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 \"wa-gov/it-contracts-report-2021-bcyw-k8i3\".\"it_contracts_report_2021\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata