{"id":7316,"date":"2023-02-09T06:42:59","date_gmt":"2023-02-09T09:42:59","guid":{"rendered":"https:\/\/site22.dev.softdesign.com.br\/en\/?p=7316"},"modified":"2023-08-29T14:21:53","modified_gmt":"2023-08-29T17:21:53","slug":"monoliths-services-and-microservices-business-impacts","status":"publish","type":"post","link":"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/","title":{"rendered":"Monoliths, Services and Microservices: Business Impacts"},"content":{"rendered":"\n<p>In IT, the frontier of knowledge is always evolving. In a virtuous cycle, technology manages to allow us to <a href=\"https:\/\/site22.dev.softdesign.com.br\/en\/\" target=\"_blank\" rel=\"noreferrer noopener\">create new solutions<\/a>, and these new solutions generate demand for new technological capabilities. One of the subjects at the moment, which appears to be full of potential, is microservices architecture. In this article, we&#8217;ll explore what these architectures are and their application for business.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Monolithic-applications\">Monolithic applications<\/h4>\n\n\n\n<p>With older technologies, the architectural pattern was to build a single, large, and &#8216;complete&#8217; application. A single application handled all the necessary functionality for a given domain, for example: a management system, CRM, or <a href=\"https:\/\/www.salesforce.com\/eu\/?ir=1\" target=\"_blank\" rel=\"noreferrer noopener\">sales force<\/a>.<\/p>\n\n\n\n<p>In addition, this single application was responsible for all layers of the solution \u2013 it ranged from displaying information to the user on-screen (front-end), processing information (back-end), to storage (database).<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"717\" src=\"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_01-1600x717.png\" alt=\"\" class=\"wp-image-7338\" srcset=\"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_01-1600x717.png 1600w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_01-640x287.png 640w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_01-768x344.png 768w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_01-1536x688.png 1536w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_01-2048x918.png 2048w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" \/><figcaption class=\"wp-element-caption\">Ex: CRM system in monolith architecture.<\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Why-can-monolithic-applications-be-bad\">Why can monolithic applications be bad?<\/h4>\n\n\n\n<p>We are now going to discuss the two main pains of living with a monolith application that directly affect business: scalability and maintainability.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Scalability\">Scalability<\/h4>\n\n\n\n<p>Scalability is the ability to keep up with demand growth. Therefore, that will only be a problem if your business is growing, and we hope it is. As the company grows or reaches a larger number of customers, it is normal to feel impacts on application performance, or even start experiencing unavailability situations \u2013 applications that &#8216;go down&#8217; or stop responding to users.&nbsp;&nbsp;<\/p>\n\n\n\n<p>Monolithic applications can easily scale vertically, which consists in increasing the capacity of the server where the application is located. So we increase the memory, CPU number, and hope that will be enough.<\/p>\n\n\n\n<p>Fortunately, today we have much more elastic <a href=\"https:\/\/site22.dev.softdesign.com.br\/en\/blog\/cloud-computing-revolution\/\" target=\"_blank\" rel=\"noreferrer noopener\">cloud<\/a> solutions \u2013 that is, it is easier to increase server capacity without the need for a lengthy acquisition and configuration process. But even so, every server has a limit, and it is not uncommon to find companies that have already taken their monoliths to the machine limit.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"640\" src=\"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_02-1600x640.png\" alt=\"\" class=\"wp-image-7339\" srcset=\"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_02-1600x640.png 1600w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_02-640x256.png 640w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_02-768x307.png 768w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_02-1536x614.png 1536w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_02-2048x819.png 2048w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" \/><figcaption class=\"wp-element-caption\">Ex: Vertical scaling scenario.<\/figcaption><\/figure>\n\n\n\n<p>The other alternative is horizontal scalability \u2013 being able to split the load between multiple servers. However, monolithic architecture is not friendly to horizontal scalability. Generally, because it is so intricate, the monolith does not allow running activities in parallel and independently. It requires processes to be executed sequentially, one process at a time, and with the entire application keeping the \u2018status\u2019 of that specific process that is running.&nbsp;<\/p>\n\n\n\n<p>Thus, monoliths have direct impact on the business, bringing performance problems that can generate a loss of revenue, operational efficiency, or negative impacts on the company\u2019s image and customer relationship. In addition, these performance issues are not easy to solve and can become a bottleneck, and a limit to the company\u2019s growth capacity.&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"657\" src=\"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_03_microservices-1600x657.png\" alt=\"\" class=\"wp-image-7340\" srcset=\"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_03_microservices-1600x657.png 1600w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_03_microservices-640x263.png 640w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_03_microservices-768x315.png 768w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_03_microservices-1536x631.png 1536w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_03_microservices-2048x841.png 2048w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" \/><figcaption class=\"wp-element-caption\">Ex: Horizontal scalability scenario.<\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Maintainability\">Maintainability<\/h4>\n\n\n\n<p>The other painful impact of monoliths is on the ability to maintain the application. The cost of <a href=\"https:\/\/site22.dev.softdesign.com.br\/en\/services\/software-development\/\" target=\"_blank\" rel=\"noreferrer noopener\">software<\/a> ownership goes far beyond its initial acquisition or development. The company needs to maintain the application by performing evolutionary, corrective maintenance, and also ensuring its availability through monitoring and maintenance of the associated environment and infrastructure.&nbsp;<\/p>\n\n\n\n<p>What usually happens is that monolithic applications are exceptionally simple to maintain at first. The code base is small, everything is in the same place, and it is easy to make a correction, or add a function.&nbsp;&nbsp;<\/p>\n\n\n\n<p>But over time, the code base begins to increase, and so does the number of people involved. As everything is together, not all <a href=\"https:\/\/site22.dev.softdesign.com.br\/en\/blog\/the-developers-role-in-the-product-team\/\" target=\"_blank\" rel=\"noreferrer noopener\">developers<\/a> will &#8216;put things in the right place&#8217;, and suddenly business rules that should be in the back-end layer are created on the front-end, or the function belonging to feature X is written alongside feature Y. All developers \u2013 each with a different task and goal \u2013 are modifying this same code base. Therefore, it&#8217;s easy to imagine that they will eventually make inconsistent changes, and end up creating new unforeseen bugs.&nbsp;&nbsp;<\/p>\n\n\n\n<p>The effect of this on business appears in different ways. One of them is when a new version that modified a specific part of the application presents errors in other parts that, in principle, were not modified. Another effect is the&nbsp;long lead time, each maintenance starts to demand much more time in the integration between the developers and in the tests, in an exponential growth of the maintenance complexity.&nbsp;<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Services-and-microservices\">Services and microservices<\/h4>\n\n\n\n<p>The solution to these problems is to segment and decouple. Create applications in smaller, independent pieces with clear responsibilities that talk to each other. So it&#8217;s worth decoupling the layers, a trend that already existed in architectural patterns like MVC and MVVM, but also decoupling the functions, creating multiple services.&nbsp;<\/p>\n\n\n\n<p>A&nbsp;service&nbsp;is a distinct enclosed&nbsp;system&nbsp;that&nbsp;provides business functionality&nbsp;in&nbsp;support&nbsp;of&nbsp;building one&nbsp;or larger products (Lee&nbsp;Atchison,&nbsp;Architecting&nbsp;for&nbsp;Scale). <\/p>\n\n\n\n<p>What identifies a service are the following characteristics:&nbsp;<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Separate codebase;<\/strong><\/li>\n\n\n\n<li><strong>Separated data:&nbsp;<\/strong>only the service itself manages its data;<\/li>\n\n\n\n<li><strong>Provides capabilities for other services;<\/strong><\/li>\n\n\n\n<li><strong>Consumes capabilities from other services;<\/strong><\/li>\n<\/ul>\n\n\n\n<p>Assuming these characteristics are met, many authors use the terms &#8216;Services&#8217; and &#8216;Microservices&#8217; interchangeably. Other authors indicate that the term microservices refers to the tendency to increasingly reduce the size and responsibilities of services, making them more and more granular.&nbsp;&nbsp;<\/p>\n\n\n\n<p>In the image below, for example, each main function has been divided into a Service that contains its own database and its&nbsp;back-end&nbsp;with multiple&nbsp;endpoints&nbsp;related to that domain. It is also interesting to note that in this type of architecture, the front-end itself can also be broken, using a micro frontend strategy, and if your services are very granular, an intermediate back-end layer (the BFF: Backend For Frontend) can be useful too.&nbsp;&nbsp;&nbsp;<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"657\" src=\"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_04-1600x657.png\" alt=\"\" class=\"wp-image-7341\" srcset=\"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_04-1600x657.png 1600w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_04-640x263.png 640w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_04-768x315.png 768w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_04-1536x631.png 1536w, https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/GRAF_04-2048x841.png 2048w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" \/><figcaption class=\"wp-element-caption\">Ex: CRM system in service architecture.<\/figcaption><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Advantages-and-disadvantages\">Advantages and disadvantages<\/h4>\n\n\n\n<p>Advantages of building a service-based application include:&nbsp;&nbsp;<\/p>\n\n\n\n<p><strong>1. Granular decision: <\/strong>as each part is independent, it is possible to make decisions that are also more independent. For example, it is possible to apply different technologies according to the challenge of each part of the application.&nbsp;<\/p>\n\n\n\n<p><strong>2. Division of work:<\/strong> it is more viable to divide the work into multiple teams, since each team can be working on a specific part. Each service is a closed system, so if a team changes the internal behavior of the service, it will not negatively affect the other services.&nbsp;<\/p>\n\n\n\n<p><strong>3. Test: <\/strong>for the same reason, as they are closed systems, a service architecture is easier to test than a monolith architecture.&nbsp;<\/p>\n\n\n\n<p><strong>4. Managed Complexity: <\/strong>complexity is controlled or, in a sense, contained within each service. Imagine a service that is responsible for doing a complex mathematical calculation: if this code is inside the&nbsp;monolith, to work with the&nbsp;monolith&nbsp;safely, everyone must understand how this calculation is done and how it interacts with the rest of the code. However, if it is contained in a service, whoever needs to use it just needs to know the input and output interface.&nbsp;<\/p>\n\n\n\n<p>But these architectures also have their disadvantages:&nbsp;<\/p>\n\n\n\n<p><strong>1. Infrastructure complexity: <\/strong>instead of publishing an application (monolith), it will be necessary to publish multiple applications. Each service will have its own specific lifecycle and will need to be published and maintained. It is unfeasible to maintain an environment like this without the support of containerization tools and without an improvement in the&nbsp;DevOps&nbsp;environment to increase automation, in addition to monitoring tools.&nbsp;This requires specialized knowledge and a dedicated team.&nbsp;<\/p>\n\n\n\n<p><strong>2. Higher initial cost:<\/strong> It is also normal to notice a higher initial infrastructure cost, also in development team. This higher initial cost will pay off through the ability to scale.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Conclusion-should-I-migrate-to-microservices\">Conclusion: should I migrate to microservices?<\/h4>\n\n\n\n<p>As in all technological evolutions, there is no one-size-fits-all. That is, there is no solution that is applicable to all cases.&nbsp;<\/p>\n\n\n\n<p>So don&#8217;t rush out to migrate to a microservices architecture. First, assess whether the application you are maintaining or building needs to scale. Is it expected to grow a lot in terms of functionality or number of users? Some applications are made to meet a specific scenario and will have a stable number of users. Others are made for temporary use, with planned obsolescence.&nbsp;&nbsp;<\/p>\n\n\n\n<p>But, if you are working in a project that has an exponential business model, or if you plan to evolve the application to serve many &#8220;modules&#8221; or areas that are complex by itself, then we suggest that you do worry about knowing this type of architecture, to not let your application become a bottleneck for the evolution of the business.&nbsp;<\/p>\n\n\n\n<p>If you want to learn more about microservices and understand how we can help you, fill out the form below.<\/p>\n\n\n\n<section class=\"softdesign-hubspot-contact-form\">\n    <div class=\"softdesign-hubspot-contact-form__wrapper\">             <h2 class=\"softdesign-hubspot-contact-form__title\">\n                Let&#8217;s build exceptional software solutions together!            <\/h2>\n                    <p class=\"softdesign-hubspot-contact-form__description\">\n                Experience having a reliable partner to your IT challenges. Let&#8217;s talk about our unique approach to discover and deliver outstanding solutions.            <\/p>\n                <script charset=\"utf-8\" type=\"text\/javascript\" src=\"\/\/js.hsforms.net\/forms\/embed\/v2.js\"><\/script>\n        <script>\n            hbspt.forms.create({\n                region: \"na1\",\n                portalId: \"20894839\",\n                formId: \"347c41a1-8d40-4516-9004-c889e947dc3c\",\n                locale: 'en',\n                onFormReady: function($form) {\n                    $form.find('label').eq(0).find('span:first-child').text('Name');\n                    $form.find('label').eq(1).find('span:first-child').text('Last Name');\n                    $form.find('label').eq(2).find('span:first-child').text('E-mail');\n                    $form.find('label').eq(3).find('span:first-child').text('Company Name');\n                    $form.find('.hs-form-booleancheckbox').eq(0).find('label span').html('I agree to receive communications. <a href=\"https:\/\/softdesign.com.br\/en\/terms-of-use-and-service\/\" target=\"_blank\">Privacy Policy<\/a>');\n                    const $div = $form.find('.hs-richtext').eq(0);\n                    $div.find('p').html('');\n                    $form.find('.hs-submit .hs-button').val('Let\\'s connect');\n\n                }\n            });\n        <\/script>\n        <\/script>\n    <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>In IT, the frontier of knowledge is always evolving. In a virtuous cycle, technology manages to allow us to create new solutions, and these new solutions generate demand for new technological capabilities. One of the subjects at the moment, which appears to be full of potential, is microservices architecture. In this article, we&#8217;ll explore what [&hellip;]<\/p>\n","protected":false},"author":76,"featured_media":7319,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"categories":[165],"tags":[340,343,342,166],"coauthors":[],"class_list":["post-7316","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-software-development","tag-microservices","tag-monoliths","tag-services","tag-software-development"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v22.4 (Yoast SEO v27.5) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Monoliths, Services and Microservices: Business Impacts - SoftDesign<\/title>\n<meta name=\"description\" content=\"Do you know the advantages of using microservices architecture in business? Our software architect, Ricardo Camelo, explains.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Monoliths, Services and Microservices: Business Impacts\" \/>\n<meta property=\"og:description\" content=\"Do you know the advantages of using microservices architecture in business? Our software architect, Ricardo Camelo, explains.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/\" \/>\n<meta property=\"og:site_name\" content=\"SoftDesign\" \/>\n<meta property=\"article:published_time\" content=\"2023-02-09T09:42:59+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-08-29T17:21:53+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/microservices-1-scaled.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1709\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Ricardo Camelo\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ricardo Camelo\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/monoliths-services-and-microservices-business-impacts\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/monoliths-services-and-microservices-business-impacts\\\/\"},\"author\":{\"name\":\"Ricardo Camelo\",\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/#\\\/schema\\\/person\\\/a6a4245be53224700b0095a51825eccb\"},\"headline\":\"Monoliths, Services and Microservices: Business Impacts\",\"datePublished\":\"2023-02-09T09:42:59+00:00\",\"dateModified\":\"2023-08-29T17:21:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/monoliths-services-and-microservices-business-impacts\\\/\"},\"wordCount\":1469,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/monoliths-services-and-microservices-business-impacts\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/microservices-1-scaled.jpg\",\"keywords\":[\"microservices\",\"monoliths\",\"services\",\"software development\"],\"articleSection\":[\"Software Development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/monoliths-services-and-microservices-business-impacts\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/monoliths-services-and-microservices-business-impacts\\\/\",\"url\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/monoliths-services-and-microservices-business-impacts\\\/\",\"name\":\"Monoliths, Services and Microservices: Business Impacts - SoftDesign\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/monoliths-services-and-microservices-business-impacts\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/monoliths-services-and-microservices-business-impacts\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/microservices-1-scaled.jpg\",\"datePublished\":\"2023-02-09T09:42:59+00:00\",\"dateModified\":\"2023-08-29T17:21:53+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/#\\\/schema\\\/person\\\/a6a4245be53224700b0095a51825eccb\"},\"description\":\"Do you know the advantages of using microservices architecture in business? Our software architect, Ricardo Camelo, explains.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/monoliths-services-and-microservices-business-impacts\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/monoliths-services-and-microservices-business-impacts\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/monoliths-services-and-microservices-business-impacts\\\/#primaryimage\",\"url\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/microservices-1-scaled.jpg\",\"contentUrl\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/microservices-1-scaled.jpg\",\"width\":2560,\"height\":1709,\"caption\":\"Hands of programmer writing code on laptop\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/monoliths-services-and-microservices-business-impacts\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Monoliths, Services and Microservices: Business Impacts\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/\",\"name\":\"SoftDesign\",\"description\":\"Da Ideia ao Software\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/#\\\/schema\\\/person\\\/a6a4245be53224700b0095a51825eccb\",\"name\":\"Ricardo Camelo\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/ricardo-camelo.jpgf62280e9ff016e36f5134ab7975b90a7\",\"url\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/ricardo-camelo.jpg\",\"contentUrl\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/ricardo-camelo.jpg\",\"caption\":\"Ricardo Camelo\"},\"description\":\"Software architect. Specialist in Java Programming, Enterprise Applications, Web Development, System Design and Enginering.\",\"url\":\"https:\\\/\\\/site22.dev.softdesign.com.br\\\/en\\\/author\\\/ricardo-camelo\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Monoliths, Services and Microservices: Business Impacts - SoftDesign","description":"Do you know the advantages of using microservices architecture in business? Our software architect, Ricardo Camelo, explains.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/","og_locale":"en_US","og_type":"article","og_title":"Monoliths, Services and Microservices: Business Impacts","og_description":"Do you know the advantages of using microservices architecture in business? Our software architect, Ricardo Camelo, explains.","og_url":"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/","og_site_name":"SoftDesign","article_published_time":"2023-02-09T09:42:59+00:00","article_modified_time":"2023-08-29T17:21:53+00:00","og_image":[{"width":2560,"height":1709,"url":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/microservices-1-scaled.jpg","type":"image\/jpeg"}],"author":"Ricardo Camelo","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Ricardo Camelo","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/#article","isPartOf":{"@id":"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/"},"author":{"name":"Ricardo Camelo","@id":"https:\/\/site22.dev.softdesign.com.br\/en\/#\/schema\/person\/a6a4245be53224700b0095a51825eccb"},"headline":"Monoliths, Services and Microservices: Business Impacts","datePublished":"2023-02-09T09:42:59+00:00","dateModified":"2023-08-29T17:21:53+00:00","mainEntityOfPage":{"@id":"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/"},"wordCount":1469,"commentCount":0,"image":{"@id":"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/#primaryimage"},"thumbnailUrl":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/microservices-1-scaled.jpg","keywords":["microservices","monoliths","services","software development"],"articleSection":["Software Development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/","url":"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/","name":"Monoliths, Services and Microservices: Business Impacts - SoftDesign","isPartOf":{"@id":"https:\/\/site22.dev.softdesign.com.br\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/#primaryimage"},"image":{"@id":"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/#primaryimage"},"thumbnailUrl":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/microservices-1-scaled.jpg","datePublished":"2023-02-09T09:42:59+00:00","dateModified":"2023-08-29T17:21:53+00:00","author":{"@id":"https:\/\/site22.dev.softdesign.com.br\/en\/#\/schema\/person\/a6a4245be53224700b0095a51825eccb"},"description":"Do you know the advantages of using microservices architecture in business? Our software architect, Ricardo Camelo, explains.","breadcrumb":{"@id":"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/#primaryimage","url":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/microservices-1-scaled.jpg","contentUrl":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/microservices-1-scaled.jpg","width":2560,"height":1709,"caption":"Hands of programmer writing code on laptop"},{"@type":"BreadcrumbList","@id":"https:\/\/site22.dev.softdesign.com.br\/en\/monoliths-services-and-microservices-business-impacts\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/site22.dev.softdesign.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Monoliths, Services and Microservices: Business Impacts"}]},{"@type":"WebSite","@id":"https:\/\/site22.dev.softdesign.com.br\/en\/#website","url":"https:\/\/site22.dev.softdesign.com.br\/en\/","name":"SoftDesign","description":"Da Ideia ao Software","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/site22.dev.softdesign.com.br\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/site22.dev.softdesign.com.br\/en\/#\/schema\/person\/a6a4245be53224700b0095a51825eccb","name":"Ricardo Camelo","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/ricardo-camelo.jpgf62280e9ff016e36f5134ab7975b90a7","url":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/ricardo-camelo.jpg","contentUrl":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-content\/uploads\/2023\/02\/ricardo-camelo.jpg","caption":"Ricardo Camelo"},"description":"Software architect. Specialist in Java Programming, Enterprise Applications, Web Development, System Design and Enginering.","url":"https:\/\/site22.dev.softdesign.com.br\/en\/author\/ricardo-camelo\/"}]}},"_links":{"self":[{"href":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-json\/wp\/v2\/posts\/7316","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-json\/wp\/v2\/users\/76"}],"replies":[{"embeddable":true,"href":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-json\/wp\/v2\/comments?post=7316"}],"version-history":[{"count":21,"href":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-json\/wp\/v2\/posts\/7316\/revisions"}],"predecessor-version":[{"id":7621,"href":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-json\/wp\/v2\/posts\/7316\/revisions\/7621"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-json\/wp\/v2\/media\/7319"}],"wp:attachment":[{"href":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-json\/wp\/v2\/media?parent=7316"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-json\/wp\/v2\/categories?post=7316"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-json\/wp\/v2\/tags?post=7316"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/site22.dev.softdesign.com.br\/en\/wp-json\/wp\/v2\/coauthors?post=7316"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}