Skip to content

Write Flow and Content Fabric

This companion visual expands the smaller inline diagrams in How It Works and Architecture. It makes two things explicit:

  • the real single-cluster write path from HTTP ingress to Aeron quorum commit and replica apply
  • the clusters-of-clusters model where each shard stays sovereign for writes and federated for reads

Open The Full Explainer

Write Flow Plate

Preview of the Oak Chain write flow plate showing redirect short-circuit, local-shard commit path, hard boundaries, and the durability ladder

This view adds the boundary details that the smaller docs graph intentionally compresses:

  • foreign-shard writes redirect before local queueing
  • 202 Accepted and quorum commit are different states
  • queue durability, Aeron ingress, and replica apply are separate steps

Distributed Content Fabric Plate

Preview of the Oak Chain distributed content fabric plate showing local Aeron-only clusters, cross-cluster read mounts, and the advisory discovery plane

This view makes the current clusters-of-clusters model explicit:

  • each Aeron cluster owns one authoritative writable repository
  • remote clusters are mounted lazily and read-only outside quorum
  • discovery and SSE hints are advisory control-plane tools, not consensus

Why This Companion Exists

  • The inline FlowGraph plates are optimized for quick comprehension.
  • The full explainer preserves the richer sequence and topology details without overloading the narrative pages.
  • The screenshots here make the visual browsable inside the docs, while the HTML artifact stays available for deeper reading and sharing.

Source Artifacts

  • HTML visual: public/diagrams/oak-chain-write-flow-and-content-fabric.html
  • Write preview: public/diagrams/oak-chain-write-flow-plate.png
  • Fabric preview: public/diagrams/oak-chain-content-fabric-plate.png

Apache 2.0 Licensed