%% Projection Plane — a read-optimized, rebuildable view of truth. Owns no facts;
%% lags truth (eventual consistency); rebuildable but expensively.
flowchart LR
T[("Truth Plane")] -->|"events"| PR["Projector"]
PR --> RM[("Read model<br/>index · view · graph")]
Q["Queries"] --> RM
RM -.->|"lags truth<br/>(eventual consistency)"| T
T -.->|"full rebuild — expensive, engineered"| RM
Projection Plane
Content source: Canonical Unit · canon/diagrams/projection-plane.mmd · Canonical source: canon/diagrams/projection-plane.mmd
Incoming References
Reference Architecture 1
- The Six-Plane Modelrefarch-six-plane-model
