Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Contracts
Information about City's authorized spending limit, contract lifetime (called inception-to-date) ordering and spending. Contracts are visible only while active. For the purposes of this data set, a contract is a long-term (multi-year) contract for goods and services, and contracts for construction activity. Within the City, these are referred to as Master Agreements and Purchase Contracts.
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 \"datahub-austintexas-gov/contracts-84ih-p28j\".\"contracts\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata