Handling shared resources in an ecosystem

For “ecosystem” enrollments where multiple organizations are collaborating in one space, what is the preferred method for having public shared resources? For example, a dataset that contains common shared product codes and descriptions.

I’ve considered a few options:

  1. Add all organizations to one shared project
  2. Have a single shared organization that all users are guest members of and use that for shared projects
  3. Create separate projects for each organization and copy the shared data to each project

My concern with option (1) is importing any data from that project to a more private project would pull along all of the other org markings.

My concern with option (3) is that creates O(N*M) work for number of shared resources and number of organizations in the ecosystem.

1 Like