{
  "id": "bbg-p0441-deployment-release-and-versioning-deployment",
  "title": "Microservice Delivery Practices",
  "chapter": "deployment-release-and-versioning",
  "batch": "06",
  "rank": 55,
  "sourcePage": 441,
  "sourcePointer": "p. 441",
  "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 microservice practices: per-service data, maturity, separate builds, single responsibility, and container deployment",
      "omit decorative source icons"
    ],
    "publicBoundary": [
      "original vector output",
      "no source pixels",
      "no source mark or long wording"
    ]
  },
  "callouts": [],
  "sourceReview": {
    "conceptAnchors": [
      "concept: separate data storage",
      "concept: similar maturity",
      "concept: separate build",
      "concept: single responsibility",
      "concept: containers"
    ],
    "labelSource": "curated",
    "semanticStatus": "reviewed"
  },
  "groups": [
    {
      "id": "service",
      "label": "Service boundary",
      "x": 58,
      "y": 126,
      "w": 390,
      "h": 314
    },
    {
      "id": "delivery",
      "label": "Delivery boundary",
      "x": 512,
      "y": 126,
      "w": 390,
      "h": 314
    }
  ],
  "shapes": [
    {
      "id": "serviceA",
      "kind": "rect",
      "label": "Service A",
      "detail": "one responsibility",
      "x": 108,
      "y": 176,
      "w": 132,
      "h": 58,
      "tone": "blue"
    },
    {
      "id": "serviceB",
      "kind": "rect",
      "label": "Service B",
      "detail": "one responsibility",
      "x": 270,
      "y": 176,
      "w": 132,
      "h": 58,
      "tone": "green"
    },
    {
      "id": "dataA",
      "kind": "cylinder",
      "label": "Data A",
      "detail": "owned store",
      "x": 120,
      "y": 318,
      "w": 116,
      "h": 72,
      "tone": "teal"
    },
    {
      "id": "dataB",
      "kind": "cylinder",
      "label": "Data B",
      "detail": "owned store",
      "x": 282,
      "y": 318,
      "w": 116,
      "h": 72,
      "tone": "teal"
    },
    {
      "id": "buildA",
      "kind": "rect",
      "label": "Build A",
      "detail": "independent",
      "x": 558,
      "y": 176,
      "w": 122,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "buildB",
      "kind": "rect",
      "label": "Build B",
      "detail": "same maturity",
      "x": 728,
      "y": 176,
      "w": 122,
      "h": 58,
      "tone": "orange"
    },
    {
      "id": "container",
      "kind": "rect",
      "label": "Container deploy",
      "detail": "runtime unit",
      "x": 642,
      "y": 318,
      "w": 150,
      "h": 58,
      "tone": "purple"
    }
  ],
  "connectors": [
    {
      "from": "serviceA",
      "to": "dataA",
      "label": "owns",
      "flow": "data"
    },
    {
      "from": "serviceB",
      "to": "dataB",
      "label": "owns",
      "flow": "data"
    },
    {
      "from": "serviceA",
      "to": "buildA",
      "label": "build",
      "flow": "control"
    },
    {
      "from": "serviceB",
      "to": "buildB",
      "label": "build",
      "flow": "control"
    },
    {
      "from": "buildA",
      "to": "container",
      "label": "package",
      "flow": "main"
    },
    {
      "from": "buildB",
      "to": "container",
      "label": "package",
      "flow": "main"
    }
  ]
}
