{
  "id": "bbg-p0125-data-pipelines-and-analytics-data",
  "title": "Data Pipelines And Analytics: Stream + Database Map",
  "chapter": "data-pipelines-and-analytics",
  "batch": "05",
  "rank": 44,
  "sourcePage": 125,
  "sourcePointer": "p. 125",
  "status": "non-signal",
  "reviewerStatus": "reviewed",
  "fidelityScore": 0,
  "canvas": {
    "width": 960,
    "height": 640
  },
  "fireworksTechGraph": {
    "style": "style-1-flat-icon",
    "diagramType": "data-flow",
    "topologyNotes": [
      "source page render inspected",
      "extracted page text inspected",
      "source render/text reviewed: page is a data-engineering learning roadmap list, not a durable pipeline topology or comparison signal"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: Stream",
      "concept: Database",
      "concept: Orchestration",
      "concept: Deployment",
      "concept: RAG"
    ],
    "labelSource": "source-summary",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "ingest",
      "label": "Ingest",
      "x": 52,
      "y": 126,
      "w": 220,
      "h": 318
    },
    {
      "id": "process",
      "label": "Process",
      "x": 330,
      "y": 126,
      "w": 288,
      "h": 318
    },
    {
      "id": "serve",
      "label": "Serve",
      "x": 676,
      "y": 126,
      "w": 228,
      "h": 318
    }
  ],
  "shapes": [
    {
      "id": "source",
      "kind": "rect",
      "label": "Stream",
      "detail": "events",
      "x": 92,
      "y": 170,
      "w": 126,
      "h": 66,
      "tone": "blue"
    },
    {
      "id": "stream",
      "kind": "queue",
      "label": "Database",
      "detail": "buffer",
      "x": 92,
      "y": 330,
      "w": 126,
      "h": 54,
      "tone": "purple"
    },
    {
      "id": "clean",
      "kind": "rect",
      "label": "Orchestration",
      "detail": "normalize",
      "x": 374,
      "y": 164,
      "w": 126,
      "h": 66,
      "tone": "orange"
    },
    {
      "id": "enrich",
      "kind": "hex",
      "label": "Deployment",
      "detail": "join",
      "x": 374,
      "y": 320,
      "w": 126,
      "h": 82,
      "tone": "green"
    },
    {
      "id": "lake",
      "kind": "cylinder",
      "label": "RAG",
      "detail": "history",
      "x": 716,
      "y": 162,
      "w": 126,
      "h": 80,
      "tone": "teal"
    },
    {
      "id": "serve",
      "kind": "rect",
      "label": "Tool",
      "detail": "query",
      "x": 716,
      "y": 326,
      "w": 126,
      "h": 66,
      "tone": "gray"
    }
  ],
  "connectors": [
    {
      "from": "source",
      "to": "stream",
      "label": "append",
      "flow": "async"
    },
    {
      "from": "stream",
      "to": "clean",
      "label": "batch",
      "flow": "main"
    },
    {
      "from": "clean",
      "to": "enrich",
      "label": "derive",
      "flow": "data"
    },
    {
      "from": "enrich",
      "to": "lake",
      "label": "persist",
      "flow": "data"
    },
    {
      "from": "lake",
      "to": "serve",
      "label": "read",
      "flow": "data"
    },
    {
      "from": "serve",
      "to": "enrich",
      "label": "feedback",
      "flow": "control",
      "dashed": true
    }
  ]
}
