{
  "id": "bbg-p0252-database-foundations-database-foundations-topic",
  "title": "Database Learning Map",
  "chapter": "database-foundations",
  "batch": "09",
  "rank": 90,
  "sourcePage": 252,
  "sourcePointer": "p. 252",
  "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",
      "source page render and extracted text inspected",
      "preserve database learning-map categories from fundamentals through operations",
      "omit product logos, brand marks, and decorative source layout"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: fundamentals",
      "concept: data models and types",
      "concept: SQL and NoSQL",
      "concept: transactions isolation indexing",
      "concept: scaling operations"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "basics",
      "label": "Core concepts",
      "x": 54,
      "y": 126,
      "w": 266,
      "h": 318
    },
    {
      "id": "models",
      "label": "Data models",
      "x": 348,
      "y": 126,
      "w": 266,
      "h": 318
    },
    {
      "id": "ops",
      "label": "Scale and operations",
      "x": 642,
      "y": 126,
      "w": 266,
      "h": 318
    }
  ],
  "shapes": [
    {
      "id": "fundamentals",
      "kind": "rect",
      "label": "Fundamentals",
      "detail": "DB RDBMS ACID",
      "x": 96,
      "y": 164,
      "w": 142,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "transactions",
      "kind": "rect",
      "label": "Transactions",
      "detail": "isolation",
      "x": 136,
      "y": 300,
      "w": 142,
      "h": 58,
      "tone": "purple"
    },
    {
      "id": "relational",
      "kind": "table",
      "label": "Relational",
      "detail": "SQL tables",
      "x": 384,
      "y": 164,
      "w": 142,
      "h": 84,
      "tone": "green"
    },
    {
      "id": "nosql",
      "kind": "cylinder",
      "label": "NoSQL",
      "detail": "documents keys",
      "x": 434,
      "y": 308,
      "w": 142,
      "h": 78,
      "tone": "teal"
    },
    {
      "id": "indexes",
      "kind": "rect",
      "label": "Indexes",
      "detail": "query speed",
      "x": 680,
      "y": 164,
      "w": 142,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "scaling",
      "kind": "rect",
      "label": "Scaling",
      "detail": "replication shards",
      "x": 730,
      "y": 300,
      "w": 142,
      "h": 58,
      "tone": "red"
    }
  ],
  "connectors": [
    {
      "from": "fundamentals",
      "to": "relational",
      "label": "model",
      "flow": "main"
    },
    {
      "from": "relational",
      "to": "transactions",
      "label": "integrity",
      "flow": "data"
    },
    {
      "from": "relational",
      "to": "nosql",
      "label": "compare",
      "flow": "control"
    },
    {
      "from": "relational",
      "to": "indexes",
      "label": "optimize",
      "flow": "main"
    },
    {
      "from": "indexes",
      "to": "scaling",
      "label": "operate",
      "flow": "control"
    },
    {
      "from": "nosql",
      "to": "scaling",
      "label": "partition",
      "flow": "data"
    }
  ]
}
