How to get all participants in a data space ? #312
-
Hi, in MinimumViableDataspace, it seems that the consumer gets other participants by "participants.local.json" through catalog-node-resolver. However, I wonder how to get all participants in a data space for a production-grade ? Are there any other ways to get participants in data space? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The principle could remain the same - a list of DIDs from where you resolve everything. However, in an actual production dataspace, you'd probably have some sort of an onboarding procedure, maybe even a central list of participants, etc. So all that would change is the implementation of the |
Beta Was this translation helpful? Give feedback.
The principle could remain the same - a list of DIDs from where you resolve everything. However, in an actual production dataspace, you'd probably have some sort of an onboarding procedure, maybe even a central list of participants, etc. So all that would change is the implementation of the
TargetNodeDirectory
.This could be as easy as putting a JSON file with DIDs in a publicly available and highly secure S3 bucket :)