Open repository in Console
Readme
Updated 7 years ago
‧ Indexed 12 months ago
Farmers Markets - 2015
Chicago's Farmers Markets bring more than 70 vendors selling fresh fruits, vegetables, plants and flowers to neighborhoods throughout the City of Chicago. Markets are held Tuesday, Wednesday, Thursday, Saturday and Sunday around the city.
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 \"cityofchicago/farmers-markets-2015-x5xx-pszi\".\"farmers_markets_2015\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata