GetOrderStateReq only reads; RebuildOrderProjectionReq replays the stream and replaces the projection
Guided views
Explore this system
Step through curated paths without changing the source diagram.
Beat
Next
ReadyChapter 01 / 01
Guided chapter
Diagram guideExplore this system
Inspecting compiled semantics
E ExportT ThemeS Style0 Reset+ Zoom in- Zoom outEsc Close
Find a node
⌕/
No matching nodes
Semantic passport
Verified source
Authored reach
Route probeChoose a start node
Pick two semantic nodes on the diagram
Choose the source, then the destination. Direction matters.
Semantic lensCompare system roles
Choose up to two semantic kinds. One reveals its real traffic; two compare only direct authored relationships.
Choose a kind to inspect its nodes and touching relationships.
Semantic radar
Building overview
Click nodeDrag to pan
Semantic radar needs more MAP space.
Reading vs rebuilding
• GetOrderStateReq only reads the read model — it doesn't progress the order. Even if the projection is deleted or inconsistent, it must be rebuildable based on the OrderEventStore alone.
• If a process is interrupted after a terminal event was recorded but before the projection reflected it, the resume command first reflects the terminal fold result into the projection, then returns the same state.