{"componentChunkName":"component---src-templates-blog-post-js","path":"/the-steps-of-system-design/","result":{"data":{"site":{"siteMetadata":{"title":"Undefined"}},"mdx":{"id":"b303ea2b-5afc-5a55-b2d7-9699bce3f851","excerpt":"Step 1: Requirements clarifications TODO: common ask questions? Are we focusing on the backend only or are we developing the front-end too? we should clarify…","body":"function _extends() { _extends = Object.assign || 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); }\n\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; }\n\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\n/* @jsxRuntime classic */\n\n/* @jsx mdx */\nvar _frontmatter = {\n  \"title\": \"The steps of system design\",\n  \"date\": \"2021-04-03T23:37:03.284Z\",\n  \"description\": \"\",\n  \"tags\": [\"System Design\"]\n};\nvar layoutProps = {\n  _frontmatter: _frontmatter\n};\nvar MDXLayout = \"wrapper\";\nreturn function MDXContent(_ref) {\n  var components = _ref.components,\n      props = _objectWithoutProperties(_ref, [\"components\"]);\n\n  return mdx(MDXLayout, _extends({}, layoutProps, props, {\n    components: components,\n    mdxType: \"MDXLayout\"\n  }), mdx(\"h2\", null, \"Step 1: Requirements clarifications\"), mdx(\"p\", null, \"TODO: common ask questions?\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"Are we focusing on the backend only or are we developing the front-end too?\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"we should clarify what parts of the system we will be focusing on.\")), mdx(\"p\", null, \"Functional/Non-functional requirements\"), mdx(\"h2\", null, \"Step 2: System interface definition\"), mdx(\"h2\", null, \"Step 3: Back-of-envelope estimation\"), mdx(\"p\", null, \"what to care? traffic, QPS, storage, netword bandwidth. How thess things affect our decisions?\"), mdx(\"h2\", null, \"Step 4: Defining data model\"), mdx(\"p\", null, \"SQL vs NoSQL\"), mdx(\"h2\", null, \"Step 5: High-level design\"), mdx(\"p\", null, \"what to consider? number of read vs write\"), mdx(\"h1\", null, \"Step 6: detailed design\"), mdx(\"p\", null, \"provide different approaches, pros and cons. why we will prefer one approach.\"), mdx(\"h2\", null, \"Step 7: identifying and resolving bottlenecks\"), mdx(\"ul\", null, mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"single point of failure.\"), mdx(\"li\", {\n    parentName: \"ul\"\n  }, \"monitoring the performance?\")));\n}\n;\nMDXContent.isMDXComponent = true;","frontmatter":{"title":"The steps of system design","date":"April 03, 2021","description":"","tags":["System Design"]},"fields":{"langKey":"en","directoryName":"the-steps-of-system-design","slug":"the-steps-of-system-design"}}},"pageContext":{"slug":"the-steps-of-system-design","langKey":"en","previous":{"fields":{"langKey":"en","directoryName":"the-things-i-learned-about-technical-writing","slug":"the-things-i-learned-about-technical-writing"},"frontmatter":{"title":"The things I learned about technical writing"}},"next":{"fields":{"langKey":"en","directoryName":"designing-a-url-shortening-service-like-tiny-url","slug":"designing-a-url-shortening-service-like-tiny-url"},"frontmatter":{"title":"Designing a url shortening service like tiny url"}},"translations":["en"]}},"staticQueryHashes":["2841359383"]}