Department of Economic and Community Development- Connecticut Recovery Bridge Loan Program
This dataset lists all companies funded through the Connecticut Recovery Bridge Loan Program.
Information about the bridge loan program can be found here: https://portal.ct.gov/DECD/Content/Coronavirus-Business-Recovery/CT-Recovery-Bridge-Loan-Program
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/department-of-economic-and-community-development-5kak-hfji\".\"department_of_economic_and_community_development\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.