Open to Business participants 2019-2023
This dataset contains information about Open to Business participants from 2019-2023 including industry sector, business stage, business location, demographic of business owner, assistance provided through technical assistance hours.
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 \"ramseycounty-us/open-to-business-participants-20192023-5xkf-bnpv\".\"open_to_business_participants_20192023\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.