{
    "componentChunkName": "component---src-templates-note-note-js",
    "path": "/notes/microservices-maturity-model",
    "result": {"data":{"mdx":{"body":"var _excluded = [\"components\"];\nfunction _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }\nfunction _objectWithoutProperties(source, excluded) { if (source == null) return {}; var target = _objectWithoutPropertiesLoose(source, excluded); var key, i; if (Object.getOwnPropertySymbols) { var sourceSymbolKeys = Object.getOwnPropertySymbols(source); for (i = 0; i < sourceSymbolKeys.length; i++) { key = sourceSymbolKeys[i]; if (excluded.indexOf(key) >= 0) continue; if (!Object.prototype.propertyIsEnumerable.call(source, key)) continue; target[key] = source[key]; } } return target; }\nfunction _objectWithoutPropertiesLoose(source, excluded) { if (source == null) return {}; var target = {}; var sourceKeys = Object.keys(source); var key, i; for (i = 0; i < sourceKeys.length; i++) { key = sourceKeys[i]; if (excluded.indexOf(key) >= 0) continue; target[key] = source[key]; } return target; }\n/* @jsxRuntime classic */\n/* @jsx mdx */\n\nvar _frontmatter = {};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n    props = _objectWithoutProperties(_ref, _excluded);\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"p\", null, \"The microservices maturity model is a framework that helps organizations assess their readiness and maturity in adopting a microservices architecture. Here is a summary of the key points:\"), mdx(\"p\", null, \"The microservices maturity model typically has 4 levels of maturity\", \"[1][2]\", \":\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Initial\"), \": The organization is just starting to explore microservices. There is limited understanding and adoption, with monolithic applications still dominant.\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Managed\"), \": The organization has started adopting microservices, but in a limited and ad-hoc manner. There is still a mix of monolithic and microservices applications.\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Defined\"), \": The organization has a defined strategy and approach for microservices adoption. There are established practices, tools and governance in place.\")), mdx(\"li\", {\n    parentName: \"ol\"\n  }, mdx(\"p\", {\n    parentName: \"li\"\n  }, mdx(\"strong\", {\n    parentName: \"p\"\n  }, \"Optimized\"), \": The organization has fully embraced microservices. It has a mature DevOps culture, automated deployment pipelines, and continuously optimizes its microservices landscape.\"))), mdx(\"p\", null, \"The model also evaluates maturity across 5 key characteristics\", \"[1][2]\", \":\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"\", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/notes/Application\",\n    \"title\": \"Application\"\n  }, \"Application\"), \": How the application is designed, built and deployed as microservices.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"\", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/notes/Database\",\n    \"title\": \"Database\"\n  }, \"Database\"), \": How the data is managed and shared across microservices.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"\", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/notes/Infrastructure\",\n    \"title\": \"Infrastructure\"\n  }, \"Infrastructure\"), \": The underlying infrastructure supporting the microservices.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"\", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/notes/Monitoring\",\n    \"title\": \"Monitoring\"\n  }, \"Monitoring\"), \": The observability and monitoring of the microservices landscape.\"), mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"\", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/notes/Processes\",\n    \"title\": \"Processes\"\n  }, \"Processes\"), \": The organizational processes and culture around microservices adoption.\")), mdx(\"p\", null, \"Assessing an organization's microservices maturity helps identify areas that need improvement and guides the transition towards a more mature microservices architecture\", \"[1][2]\", \"[5]\", \". This assessment is crucial for organizations looking to reap the benefits of microservices, such as agility, scalability and resilience\", \"[3][4]\", \".\"), mdx(\"p\", null, \"Citations:\\n\", \"[1]\", \" \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://www.oreilly.com/library/view/spring-50-microservices/9781787127685/62f75f56-8d7b-406a-9c14-4cceaeadae6e.xhtml\"\n  }, \"https://www.oreilly.com/library/view/spring-50-microservices/9781787127685/62f75f56-8d7b-406a-9c14-4cceaeadae6e.xhtml\"), \"\\n\", \"[2]\", \" \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/microservices-assessment\"\n  }, \"https://learn.microsoft.com/en-us/azure/architecture/guide/technology-choices/microservices-assessment\"), \"\\n\", \"[3]\", \" \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://learn.microsoft.com/en-us/azure/architecture/guide/architecture-styles/microservices\"\n  }, \"https://learn.microsoft.com/en-us/azure/architecture/guide/architecture-styles/microservices\"), \"\\n\", \"[4]\", \" \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://microservices.io/patterns/microservices.html\"\n  }, \"https://microservices.io/patterns/microservices.html\"), \"\\n\", \"[5]\", \" \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"https://arxiv.org/pdf/2105.14935.pdf\"\n  }, \"https://arxiv.org/pdf/2105.14935.pdf\")), mdx(\"h2\", null, \"benefits\"), mdx(\"p\", null, \"\", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"/notes/agility\",\n    \"title\": \"agility\"\n  }, \"agility\"), \", \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"/notes/scalability\",\n    \"title\": \"scalability\"\n  }, \"scalability\"), \" and \", mdx(\"a\", {\n    parentName: \"p\",\n    \"href\": \"/notes/resilience\",\n    \"title\": \"resilience\"\n  }, \"resilience\"), \"\"), mdx(\"h2\", null, \"people\"), mdx(\"ol\", null, mdx(\"li\", {\n    parentName: \"ol\"\n  }, \"\", mdx(\"a\", {\n    parentName: \"li\",\n    \"href\": \"/notes/aditya-from-vegrow\",\n    \"title\": \"aditya from vegrow\"\n  }, \"aditya from vegrow\"), \"\")));\n}\n;\nMDXContent.isMDXComponent = true;","inboundReferences":[{"id":"ceaf8d4d-c763-54f0-bded-c452f752ee67","slug":"maturity"}]}},"pageContext":{"slug":"microservices-maturity-model","node":{"childMdx":{"slug":"microservices-maturity-model"}}}},
    "staticQueryHashes": []}