{
  "id": "bbg-p0085-cloud-infrastructure-and-iac-cloud",
  "title": "AWS Database Choice Map",
  "chapter": "cloud-infrastructure-and-iac",
  "batch": "12",
  "rank": 111,
  "sourcePage": 85,
  "sourcePointer": "p. 85",
  "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 AWS database families: relational, non-relational, cache, graph, and search",
      "omit service logos and long prose"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: relational RDS Aurora",
      "concept: non-relational DynamoDB DocumentDB",
      "concept: cache ElastiCache",
      "concept: graph Neptune",
      "concept: search OpenSearch"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "choices",
      "label": "Managed database categories",
      "x": 54,
      "y": 126,
      "w": 852,
      "h": 332
    }
  ],
  "shapes": [
    {
      "id": "need",
      "kind": "diamond",
      "label": "Workload",
      "detail": "data shape",
      "x": 100,
      "y": 246,
      "w": 122,
      "h": 86,
      "tone": "orange"
    },
    {
      "id": "rel",
      "kind": "table",
      "label": "Relational",
      "detail": "SQL transactions",
      "x": 302,
      "y": 154,
      "w": 138,
      "h": 84,
      "tone": "blue"
    },
    {
      "id": "nosql",
      "kind": "cylinder",
      "label": "Non-relational",
      "detail": "key doc wide",
      "x": 518,
      "y": 154,
      "w": 138,
      "h": 78,
      "tone": "green"
    },
    {
      "id": "cache",
      "kind": "cylinder",
      "label": "Cache",
      "detail": "hot reads",
      "x": 724,
      "y": 172,
      "w": 118,
      "h": 70,
      "tone": "teal"
    },
    {
      "id": "graph",
      "kind": "rect",
      "label": "Graph",
      "detail": "relationships",
      "x": 382,
      "y": 344,
      "w": 126,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "search",
      "kind": "rect",
      "label": "Search",
      "detail": "index query",
      "x": 598,
      "y": 344,
      "w": 126,
      "h": 58,
      "tone": "red"
    }
  ],
  "connectors": [
    {
      "from": "need",
      "to": "rel",
      "label": "structured",
      "flow": "main"
    },
    {
      "from": "need",
      "to": "nosql",
      "label": "flexible",
      "flow": "main"
    },
    {
      "from": "need",
      "to": "cache",
      "label": "latency",
      "flow": "data"
    },
    {
      "from": "need",
      "to": "graph",
      "label": "links",
      "flow": "data"
    },
    {
      "from": "need",
      "to": "search",
      "label": "text",
      "flow": "data"
    }
  ]
}
