Lottery Contracts - Multi-Year Report
This multi-year report contains a list of all contracts and contract amendments executed by Lottery. The data was extracted from the Lottery's financial system, Microsoft Dynamics AX. Lottery categorizes its procurement's as either "Goods", "Services", or "Interagency/Interstate/Intergovernmental". The dollar values represent the total not-to-exceed amount of the contract, and not what was acutally paid to the contractor.
Visit the Oregon Transparency website for more information. https://www.oregon.gov/transparency/Pages/index.aspx
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 \"oregon-gov/lottery-contracts-multiyear-report-rkhh-35im\".\"lottery_contracts_multiyear_report\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.