Governor’s Office of Storm Recovery (GOSR) Quarterly Contract Reporting
A listing of contracts between the Governor’s Office of Storm Recovery – organized under the NYS Housing Trust Fund Corporation (HTFC) and operating within NYS Homes and Community Renewal – and various service providers and storm recovery organizations across New York State.
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/governors-office-of-storm-recovery-gosr-quarterly-ss7k-76ub\".\"governors_office_of_storm_recovery_gosr_quarterly\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.