Open repository in Console
Readme
Updated almost 4 years ago
‧ Indexed 4 hours ago
Nearby Cook County Grocery Store Chains
A list of grocery stores which are part of a multi-store chain and are located at or within 1 mile of Chicago's city limits. In addition, this dataset contains additional information about the size and type of food offered by the grocery store. This dataset was provided to the City of Chicago by Chicago State University.
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/nearby-cook-county-grocery-store-chains-wryv-d7zf\".\"nearby_cook_county_grocery_store_chains\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata