Wiki source code of Federation Architecture Mermaid
Last modified by Robert Schaub on 2025/12/22 14:16
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{mermaid}} | ||
| 2 | graph LR FH1[FactHarbor<br/>Instance 1] FH2[FactHarbor<br/>Instance 2] FH3[FactHarbor<br/>Instance 3] FH1 -.->|V1.0+:<br/>Sync claims| FH2 FH2 -.->|V1.0+:<br/>Sync claims| FH3 FH3 -.->|V1.0+:<br/>Sync claims| FH1 U1[Users] --> FH1 U2[Users] --> FH2 U3[Users] --> FH3 style FH1 fill:#e1f5ff style FH2 fill:#e1f5ff style FH3 fill:#e1f5ff | ||
| 3 | {{/mermaid}} **Federation Architecture** - Future (V1.0+): Independent FactHarbor instances can sync claims for broader reach while maintaining local control. |