Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Additional Deployment Models #307

Open
andorsk opened this issue Jul 26, 2024 · 2 comments
Open

Add Additional Deployment Models #307

andorsk opened this issue Jul 26, 2024 · 2 comments
Assignees

Comments

@andorsk
Copy link
Collaborator

andorsk commented Jul 26, 2024

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

@andorsk
Copy link
Collaborator Author

andorsk commented Aug 7, 2024

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
Loading

@andorsk
Copy link
Collaborator Author

andorsk commented Aug 7, 2024

notes: patterns section companion guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants