Open repository in Console
Readme
Updated 11 months ago
‧ Indexed 11 months ago
Alcoholic Beverages Tax Revenue
Tax revenue on the sale of alcoholic beverages (malt beverages, ciders, wines, and distilled spirits).
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 \"ct-gov/alcoholic-beverages-tax-revenue-k4mh-b7t8\".\"alcoholic_beverages_tax_revenue\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata