US SBA COVID 19 Relief to NYS Business - Shuttered Venue Operator Grant Program
The Shuttered Venue Operators Grant (SVOG) program was established by the Economic Aid to Hard-Hit Small Businesses, Nonprofits, and Venues Act, and amended by the American Rescue Plan Act.
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 \"ny-gov/us-sba-covid-19-relief-to-nys-business-shuttered-wvrx-ifa3\".\"us_sba_covid_19_relief_to_nys_business_shuttered\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.