Open repository in Console
Readme
Updated 4 years ago
‧ Indexed 5 hours ago
Historical Auction Data, NYS Thruway Surplus Property: 2010-2013
This dataset contains a list of all surplus material sold at auction by the NYS Thruway Authority from the September 2010 through April 2013
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 \"ny-gov/historical-auction-data-nys-thruway-surplus-udn2-m26a\".\"historical_auction_data_nys_thruway_surplus\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata