decentralized-identity / confidential-storage

Confidential Storage Specification and Implementation
https://identity.foundation/confidential-storage/
Apache License 2.0
79 stars 23 forks source link

Questions about Replication and Layering #59

Closed OR13 closed 4 years ago

OR13 commented 4 years ago
  1. What use case is replication solving?
  2. Does replication belong at the lowest layer? Can it live on an upper layer?
    • Also, which part of replication? Data model or protocol?
  3. How do N instances (a, b, c, d) replicate where one can write to a, then b, and both a and b get each others updates. (Also, what's an instance?)
  4. Can I subscribe for changes across 2 instances?
  5. Can instances sync without interaction from the user?
OR13 commented 4 years ago

@csuwildcat and others to provide some answers and work towards something actionable here... consider linked use cases to this issue, to support replication.

OR13 commented 4 years ago

Sees like a possible duplicate of other issues...

OR13 commented 4 years ago

Seems like we need a use case.

OR13 commented 4 years ago

Closing this, @csuwildcat @dmitrizagidulin volunteers to write replications use cases :)