- Mastering ASP.NET Web API
- Mithun Pattankar Malendra Hurbuns
- 128字
- 2021-07-02 20:52:20
Introducing Microservices
The Microservices architecture is, basically, service-oriented architecture done well. After years of working with Service-Oriented Architecture, software developers have realized what Service-Oriented Architecture should be like, and this is basically what Microservices architecture is--it's an evolution of the Service-Oriented Architecture.
Microservices are small, autonomous services that perform one function well while working with other services as well.
Microservices introduces a new set of additional design principles, which teach us how to size a service correctly. Previously, there was no guidance on how to size a service, and what to include in a service. The traditional Service-Oriented Architecture resulted in monolithic large services, and because of the size of the service, these services became inefficient to scale up.
Let's look into the advantages of using Microservices.
- 精通Nginx(第2版)
- TensorFlow Lite移動端深度學習
- Arduino by Example
- 深入淺出Windows API程序設計:編程基礎篇
- Yocto for Raspberry Pi
- Mastering Linux Network Administration
- AppInventor實踐教程:Android智能應用開發前傳
- Getting Started with LLVM Core Libraries
- 自學Python:編程基礎、科學計算及數據分析(第2版)
- Java7程序設計入門經典
- Python預測分析實戰
- Hands-On Dependency Injection in Go
- Learning ECMAScript 6
- Python趣味創意編程
- Flutter從0基礎到App上線