{
  "id": "bbg-p0162-architecture-source-map-architecture-source",
  "title": "System Design Topic Map",
  "chapter": "architecture-source-map",
  "batch": "03",
  "rank": 22,
  "sourcePage": 162,
  "sourcePointer": "p. 162",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "architecture",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "preserve coarse grouping, sequence, and hierarchy from the inspected candidate page",
      "short generic labels only"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: Topic",
      "concept: Protocol",
      "concept: Reliability",
      "concept: Map",
      "concept: Architecture"
    ],
    "labelSource": "source-summary",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "core",
      "label": "Core design",
      "x": 48,
      "y": 128,
      "w": 250,
      "h": 318
    },
    {
      "id": "communication",
      "label": "Communication",
      "x": 356,
      "y": 128,
      "w": 250,
      "h": 318
    },
    {
      "id": "operations",
      "label": "Operations",
      "x": 664,
      "y": 128,
      "w": 250,
      "h": 318
    }
  ],
  "shapes": [
    {
      "id": "app",
      "kind": "rect",
      "label": "Application layer",
      "detail": "NFRs patterns",
      "x": 88,
      "y": 174,
      "w": 154,
      "h": 62,
      "tone": "blue"
    },
    {
      "id": "architecture",
      "kind": "rect",
      "label": "Architecture",
      "detail": "DDD clean modular",
      "x": 88,
      "y": 282,
      "w": 154,
      "h": 62,
      "tone": "green"
    },
    {
      "id": "storage",
      "kind": "cylinder",
      "label": "Data layer",
      "detail": "databases cache",
      "x": 88,
      "y": 384,
      "w": 154,
      "h": 72,
      "tone": "teal"
    },
    {
      "id": "protocols",
      "kind": "rect",
      "label": "Protocols",
      "detail": "HTTP gRPC WS",
      "x": 402,
      "y": 174,
      "w": 154,
      "h": 62,
      "tone": "orange"
    },
    {
      "id": "events",
      "kind": "queue",
      "label": "Messaging",
      "detail": "events streams",
      "x": 412,
      "y": 290,
      "w": 134,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "integration",
      "kind": "gateway",
      "label": "Integration",
      "detail": "API contracts",
      "x": 410,
      "y": 384,
      "w": 138,
      "h": 76,
      "tone": "blue"
    },
    {
      "id": "security",
      "kind": "rect",
      "label": "Security",
      "detail": "identity access",
      "x": 710,
      "y": 174,
      "w": 154,
      "h": 62,
      "tone": "red"
    },
    {
      "id": "observability",
      "kind": "rect",
      "label": "Observability",
      "detail": "logs metrics",
      "x": 710,
      "y": 282,
      "w": 154,
      "h": 62,
      "tone": "gray"
    },
    {
      "id": "deploy",
      "kind": "rect",
      "label": "Deployment",
      "detail": "cloud runtime",
      "x": 710,
      "y": 390,
      "w": 154,
      "h": 62,
      "tone": "green"
    }
  ],
  "connectors": [
    {
      "from": "app",
      "to": "protocols",
      "label": "calls",
      "flow": "main"
    },
    {
      "from": "protocols",
      "to": "integration",
      "label": "contract",
      "flow": "control"
    },
    {
      "from": "integration",
      "to": "events",
      "label": "async",
      "flow": "async"
    },
    {
      "from": "architecture",
      "to": "storage",
      "label": "owns",
      "flow": "data"
    },
    {
      "from": "security",
      "to": "observability",
      "label": "audit",
      "flow": "data"
    },
    {
      "from": "deploy",
      "to": "observability",
      "label": "signals",
      "flow": "data"
    }
  ]
}
