- 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.
- SQL Server 從入門到項目實踐(超值版)
- 小程序實戰視頻課:微信小程序開發全案精講
- Python 深度學習
- PostgreSQL Cookbook
- 樂學Web編程:網站制作不神秘
- 編譯系統透視:圖解編譯原理
- JavaScript:Moving to ES2015
- NoSQL數據庫原理
- HTML+CSS+JavaScript編程入門指南(全2冊)
- 會當凌絕頂:Java開發修行實錄
- Access數據庫應用教程(2010版)
- 金融商業數據分析:基于Python和SAS
- Qt 5.12實戰
- 你必須知道的.NET(第2版)
- HTML5 Game Development by Example:Beginner's Guide(Second Edition)