home / dcc

data_sharing_orgs

Organizations that share data with the directory

Data license: CC-BY-4.0

25 rows

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ name dso dso_update created_at updated_at default_import_plugin_name dccid key
1 Classic FIND.COOP              
10 Vermont Census             vermont
12 CT Census             ct_census
13 CT Co-ops             ct_coops
14 Coop Directory Service             coopdir
15 usworker.coop             usworker
16 Cooperative Fund of New England             cfne
17 DCC Member             data_commons_members
18 Cooperation Works!             cooperation_works
19 Mass Census             mass_census
20 RI Census             ri_census
21 CEANYC             ceanyc
22 PA Co-ops             pa_coops
23 NJ Co-ops             nj_coops
24 Westchester and Long Island Co-ops             li_coops
25 NH Co-op Census             nh_coops
26 Upstate NY Coop Census             upstate_ny_coops
27 hOurworld             hourworld
29 Fellowship for Intentional Community             fic_comms
30 .COOP             identity
31 Food Co-op Initiative             fci
33 ChiCommons LWCA             chicommons
34 Cooperative Maine Business Alliance              
35 DCC Commons Database              
36 CEANYC2022              

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE data_sharing_orgs (
	id INTEGER NOT NULL, 
	name TEXT, dso TEXT, dso_update TEXT, created_at DATETIME, updated_at DATETIME, default_import_plugin_name TEXT, dccid TEXT, key TEXT, 
	PRIMARY KEY (id)
);
CREATE INDEX ix_data_sharing_orgs_6ae999552a0d2dca ON data_sharing_orgs (name);
CREATE INDEX ix_data_sharing_orgs_1d6d94da1e93927d ON data_sharing_orgs (dccid);
CREATE INDEX data_sharing_orgs_key on data_sharing_orgs(key);
Powered by Datasette · Queries took 38.52ms · Data license: CC-BY-4.0