decentralized-identity / decentralized-web-node

Decentralized data storage and message relay for decentralized identity and apps.
https://identity.foundation/decentralized-web-node/spec/
Apache License 2.0
403 stars 79 forks source link

Add Additional Deployment Models #307

Open andorsk opened 1 month ago

andorsk commented 1 month ago

Add additional deployment models to the spec, such as aggregators, to address scalability.

andorsk commented 1 month ago
graph TD
    subgraph Local_DWNs
        L1[Local DWN 1]
        L2[Local DWN 2]
        L3[Local DWN 3]
    end

    subgraph Remote_DWNs
        R1[Remote DWN 1]
        R2[Remote DWN 2]
        R3[Remote DWN 3]
    end

    L1 -->|sync| R1
    L2 -->|sync| R2
    L3 -->|sync| R3
    R1 -->|write| A1[Aggregator]
    R2 -->|write| A1[Aggregator]
    R3 -->|write| A1[Aggregator]

    A1 -->|read| DWN
andorsk commented 1 month ago

notes: patterns section companion guide