- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 173字
- 2021-07-02 22:18:20
Technology-agnostic
In today's world, when the technology is changing fast, eliminating long-term commitment to a single technology stack is a significant advantage. Every Microservice can be built on a separate technology stack and can be redesigned, replaced, or upgraded independently as they execute in isolation. This means that every Microservice can be built using a different programming language and use a different type of data store which best suits the solution. This decreases the dependency concerns compared to the monolithic designs, and makes replacing services much easier.
A good example where this ability of a Microservice maximizes its effect is a scenario where different data stores can be used by different services in alignment with the business scenario they address. A logging service can use a slower and cheaper data store, whereas a real-time service can use a faster and more performant data store. As the consuming services are abstracted from the implementation of the service, they are not concerned about the compatibility with the technology used to access the data.
- Learning Microsoft Windows Server 2012 Dynamic Access Control
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Jupyter數據科學實戰
- 自制編程語言
- Clojure Reactive Programming
- Mastering JavaScript Design Patterns(Second Edition)
- Arduino家居安全系統構建實戰
- C語言程序設計
- Developing SSRS Reports for Dynamics AX
- Mastering Gephi Network Visualization
- Simulation for Data Science with R
- 大學計算機基礎實訓教程
- Mastering VMware Horizon 7(Second Edition)
- Learning Concurrency in Python
- jQuery Mobile Web Development Essentials(Second Edition)