Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Missouri Beer, Wine and Liquor Wholesaler List with Zip Code
Listing of current Missouri beer, wine and liquor wholesalers with their associated zip codes. This listing is updated daily.
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 \"mo-gov/missouri-beer-wine-and-liquor-wholesaler-list-with-fkt2-8smh\".\"missouri_beer_wine_and_liquor_wholesaler_list_with\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.