Risk Retention Groups
Risk retention group is a corporation or other limited liability association formed under the laws of any state, Bermuda, or the Cayman Islands which primary activity consists of assuming and spreading all, or any portion, of the liability exposure of its group members and is organized for the primary purpose of conducting the activity aforementioned.
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 \"mydata-iowa-gov/risk-retention-groups-cf7c-3u72\".\"risk_retention_groups\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.