Open repository in Console
Readme
Updated almost 5 years ago
‧ Indexed 1 hour ago
Grocery Stores - 2011
Contains a list of grocery stores which was used by the city to calculate the estimates of Chicagoans living in food deserts in 2011. Data in this file can be cross-referenced with the city's business license data (http://bit.ly/sMFZdN).
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/grocery-stores-2011-4u6w-irs9\".\"grocery_stores_2011\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata