- Hands-On Microservices:Monitoring and Testing
- Dinesh Rajput
- 167字
- 2021-06-24 18:24:29
Summary
In this chapter, we discussed different software application architecture patterns, including monolithic, microservice, and SOAs. Monolithic architecture means building an application that includes all of its modules as a single artifact. It is better for simple and lightweight applications,
but it has various drawbacks, such as its large codebase, which can become difficult to manage. Even after making only a small change to the codebase, a new version of the complete application codebase must be built and deployed to the server. To resolve the problems of monolithic architecture, microservice architecture can be used.
Microservice-based architecture resolves many of the problems of monolithic architecture. This architecture pattern decomposes a monolithic application into several different and independent processes. These processes are known as microservices. A microservice architecture pattern is the better choice for complex, evolving applications. In essence, this architecture pattern handles a complex system better than monolithic architecture.
In Chapter 2, Anatomy of Microservice Decomposition Services, we'll look at how to decompose services in microservice architecture.
- 黑客攻防實戰技術完全手冊:掃描、嗅探、入侵與防御
- 連接未來:從古登堡到谷歌的網絡革命
- Application Development with Qt Creator(Second Edition)
- 走進物聯網
- Web Application Development with R Using Shiny
- Getting Started with WebRTC
- 計算機網絡與通信(第2版)
- Windows Server 2012 Hyper-V虛擬化管理實踐
- Working with Legacy Systems
- 面向5G-Advanced的關鍵技術
- 網絡設計與應用(第2版)
- 4G小基站系統原理、組網及應用
- 工業互聯網創新實踐
- 網絡AI+:2030后的未來網絡
- Learning Storm