Nova Scotia Co-operatives
List of co-operatives that are registered at the Registry of Joint Stock Companies as of December 6, 2022. Information includes: registry identification number, co-operative name, year of incorporation, mailing address. This list also identifies whether a co-operative is incorporated as a non-profit or for-profit association, and the co-op type (for example, housing, investment, retail consumer products, services, agriculture, craft products, fish products, forest products, or worker-labour).
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 \"novascotia-ca/nova-scotia-cooperatives-k29k-n2db\".\"nova_scotia_cooperatives\"
LIMIT 100
"}
EOF
See the Splitgraph documentation
for more information.