Purchasing Groups
Purchasing groups purchase liability insurance on a group basis and only for its group members to cover their related liability exposure and is comprised of members whose activities are similar with respect to the liability to which its members are exposed.
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/purchasing-groups-hyj2-vc8b\".\"purchasing_groups\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.