Skip to content

Instantly share code, notes, and snippets.

@juliangruber
Last active September 2, 2022 10:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juliangruber/fc06dd39d9422251580e89d09242c010 to your computer and use it in GitHub Desktop.
Save juliangruber/fc06dd39d9422251580e89d09242c010 to your computer and use it in GitHub Desktop.

Current Saturn topology, with multi-peer retrieval (TBD) between L1<>L2:

flowchart TB
HttpClient <--> DNS[L1 DNS]
DNS <--> L1'
subgraph L1s[L1s deployed to data centers]
  L1
  L1'
  L1''
end
subgraph L2s[L2s running in Filecoin Station]
  L2
  L2'
  L2''
  L2'''
  L2''''
  L2'''''
end
L1' <--> L2
L1' <--> L2''
L1' <--> L2'''

Future gateway topology, with multi-peer retrieval between MultiGateway <> Gateways and L1 <> L2:

flowchart TB
HttpClient <--> MultiGateway
subgraph Gateways
  DNS[L1 DNS]
  ipfs[IPFS Gateway]
  dlink[DLink Gateway]
end
MultiGateway <--> DNS
MultiGateway <--> ipfs
MultiGateway <--> dlink
DNS <--> L1'
subgraph L1s[L1s deployed to data centers]
  L1
  L1'
  L1''
end
subgraph L2s[L2s running in Filecoin Station]
  L2
  L2'
  L2''
  L2'''
  L2''''
  L2'''''
end
L1' <--> L2
L1' <--> L2''
L1' <--> L2'''
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment