Active Business License Counts
Counts of active business licenses that have been issued by the County of Marin. Data is aggregated by calendar quarter.
There is another dataset entitled "Active Business Licenses" which has details on each license.
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 \"marincounty/active-business-license-counts-kyij-evrw\".\"active_business_license_counts\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.