Connecticut Business Registry - Business Master
This is the master business table (account object) from the Connecticut Business Registry, maintained by the Secretary of the State, Business Services Division.
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/connecticut-business-registry-business-master-n7gp-d28j\".\"connecticut_business_registry_business_master\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.