- 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.
- Java多線程編程實戰指南:設計模式篇(第2版)
- 程序員修煉之道:程序設計入門30講
- Learn Type:Driven Development
- Hands-On Machine Learning with scikit:learn and Scientific Python Toolkits
- Python機器學習編程與實戰
- Python時間序列預測
- Getting Started with Laravel 4
- 組態軟件技術與應用
- Learning Raspbian
- Python High Performance Programming
- INSTANT Adobe Edge Inspect Starter
- Scala Data Analysis Cookbook
- Python程序設計與算法基礎教程(第2版)(微課版)
- Webpack實戰:入門、進階與調優(第2版)
- Java并發實現原理:JDK源碼剖析