Open repository in Console
Readme
Updated 1 year ago
‧ Indexed 11 months ago
Missouri Alcohol Licenses Not Renewed for the New License Year
List of Missouri alcohol licenses not yet renewed for the next license year. License year begins July 1. This dataset is generated nightly during the months of April through July for the license renewal period. This dataset will be empty the rest of the year.
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-alcohol-licenses-not-renewed-for-the-new-mtgj-bnbx\".\"missouri_alcohol_licenses_not_renewed_for_the_new\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.