{
  "id": "bbg-p0248-architecture-source-map-architecture-source",
  "title": "NFR Implementation Map",
  "chapter": "architecture-source-map",
  "batch": "03",
  "rank": 27,
  "sourcePage": 248,
  "sourcePointer": "p. 248",
  "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: Load Balancer",
      "concept: Diagram",
      "concept: Explained",
      "concept: Architecture Source Map"
    ],
    "labelSource": "source-summary",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "quality",
      "label": "Quality attribute",
      "x": 52,
      "y": 138,
      "w": 250,
      "h": 300
    },
    {
      "id": "mechanism",
      "label": "Implementation approach",
      "x": 356,
      "y": 116,
      "w": 552,
      "h": 348
    }
  ],
  "shapes": [
    {
      "id": "availability",
      "kind": "rect",
      "label": "Availability",
      "detail": "stay reachable",
      "x": 86,
      "y": 174,
      "w": 150,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "scalability",
      "kind": "rect",
      "label": "Scalability",
      "detail": "grow load",
      "x": 86,
      "y": 276,
      "w": 150,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "resilience",
      "kind": "rect",
      "label": "Resilience",
      "detail": "recover",
      "x": 86,
      "y": 378,
      "w": 150,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "lb",
      "kind": "gateway",
      "label": "Load balancer",
      "detail": "spread traffic",
      "x": 398,
      "y": 158,
      "w": 142,
      "h": 76,
      "tone": "orange"
    },
    {
      "id": "cache",
      "kind": "cylinder",
      "label": "Cache",
      "detail": "fast reads",
      "x": 608,
      "y": 156,
      "w": 132,
      "h": 78,
      "tone": "teal"
    },
    {
      "id": "queue",
      "kind": "queue",
      "label": "Queue",
      "detail": "buffer work",
      "x": 404,
      "y": 296,
      "w": 126,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "replica",
      "kind": "cylinder",
      "label": "Replica",
      "detail": "failover",
      "x": 616,
      "y": 288,
      "w": 126,
      "h": 78,
      "tone": "green"
    },
    {
      "id": "monitor",
      "kind": "rect",
      "label": "Monitor",
      "detail": "detect",
      "x": 784,
      "y": 226,
      "w": 100,
      "h": 62,
      "tone": "gray"
    }
  ],
  "connectors": [
    {
      "from": "availability",
      "to": "lb",
      "label": "route",
      "flow": "main"
    },
    {
      "from": "scalability",
      "to": "cache",
      "label": "offload",
      "flow": "data"
    },
    {
      "from": "scalability",
      "to": "queue",
      "label": "smooth",
      "flow": "async"
    },
    {
      "from": "resilience",
      "to": "replica",
      "label": "recover",
      "flow": "data"
    },
    {
      "from": "replica",
      "to": "monitor",
      "label": "health",
      "flow": "control"
    }
  ]
}
