Wiki source code of Federation Architecture (Future V1.0+)
Last modified by Robert Schaub on 2026/02/08 08:31
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{warning}} | ||
| 2 | **Not Implemented (v2.6.33)** - Federation is planned for V1.0+. Current implementation is single-instance only. | ||
| 3 | {{/warning}} | ||
| 4 | |||
| 5 | = Federation Architecture (Future) = | ||
| 6 | |||
| 7 | {{mermaid}} | ||
| 8 | |||
| 9 | graph LR | ||
| 10 | FH1[FactHarbor Instance 1] | ||
| 11 | FH2[FactHarbor Instance 2] | ||
| 12 | FH3[FactHarbor Instance 3] | ||
| 13 | FH1 -.->|V1.0+ Sync claims| FH2 | ||
| 14 | FH2 -.->|V1.0+ Sync claims| FH3 | ||
| 15 | FH3 -.->|V1.0+ Sync claims| FH1 | ||
| 16 | U1[Users] --> FH1 | ||
| 17 | U2[Users] --> FH2 | ||
| 18 | U3[Users] --> FH3 | ||
| 19 | |||
| 20 | {{/mermaid}} | ||
| 21 | |||
| 22 | **Federation Architecture** - Future (V1.0+): Independent FactHarbor instances can sync claims for broader reach while maintaining local control. | ||
| 23 | |||
| 24 | == Target Features == | ||
| 25 | |||
| 26 | |= Feature |= Purpose |= Status | ||
| 27 | | **Claim synchronization** | Share verified claims across instances | Not implemented | ||
| 28 | | **Cross-node audits** | Distributed quality assurance | Not implemented | ||
| 29 | | **Local control** | Each instance maintains autonomy | N/A | ||
| 30 | | **Contradiction detection** | Cross-instance contradiction checking | Not implemented | ||
| 31 | |||
| 32 | == Current Implementation == | ||
| 33 | |||
| 34 | * Single-instance deployment only | ||
| 35 | * No inter-instance communication | ||
| 36 | * All data stored locally in SQLite |