{
  "id": "bbg-p0083-database-foundations-database-foundations-database",
  "title": "Key-Value Store Comparison",
  "chapter": "database-foundations",
  "batch": "22",
  "rank": 215,
  "sourcePage": 83,
  "sourcePointer": "p. 83",
  "status": "accepted",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0.9,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "comparison",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source page render and extracted text inspected",
      "preserve comparison dimensions: replication, consistency, discovery, and partitioning",
      "omit database logos and the full product-name table"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: key-value stores",
      "concept: replication style",
      "concept: consistency protocol",
      "concept: node discovery",
      "concept: partitioning approach"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "matrix",
      "label": "Comparison dimensions",
      "x": 54,
      "y": 126,
      "w": 852,
      "h": 318
    }
  ],
  "shapes": [
    {
      "id": "stores",
      "kind": "cylinder",
      "label": "Key-value stores",
      "detail": "15 systems",
      "x": 92,
      "y": 244,
      "w": 142,
      "h": 80,
      "tone": "blue"
    },
    {
      "id": "replication",
      "kind": "rect",
      "label": "Replication",
      "detail": "leader peer",
      "x": 312,
      "y": 154,
      "w": 132,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "consistency",
      "kind": "rect",
      "label": "Consistency",
      "detail": "quorum protocol",
      "x": 526,
      "y": 154,
      "w": 132,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "discovery",
      "kind": "rect",
      "label": "Discovery",
      "detail": "cluster membership",
      "x": 312,
      "y": 340,
      "w": 132,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "partitioning",
      "kind": "rect",
      "label": "Partitioning",
      "detail": "hash range",
      "x": 526,
      "y": 340,
      "w": 132,
      "h": 58,
      "tone": "teal"
    },
    {
      "id": "fit",
      "kind": "diamond",
      "label": "Fit choice",
      "detail": "tradeoffs",
      "x": 746,
      "y": 244,
      "w": 118,
      "h": 82,
      "tone": "red"
    }
  ],
  "connectors": [
    {
      "from": "stores",
      "to": "replication",
      "label": "compare",
      "flow": "main"
    },
    {
      "from": "stores",
      "to": "consistency",
      "label": "compare",
      "flow": "main"
    },
    {
      "from": "stores",
      "to": "discovery",
      "label": "compare",
      "flow": "main"
    },
    {
      "from": "stores",
      "to": "partitioning",
      "label": "compare",
      "flow": "main"
    },
    {
      "from": "consistency",
      "to": "fit",
      "label": "select",
      "flow": "control"
    },
    {
      "from": "partitioning",
      "to": "fit",
      "label": "select",
      "flow": "control"
    }
  ]
}
