- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 72字
- 2021-07-02 20:12:58
Technology independence
With each one of the microservices being independent of each other, we now have the power to use different technologies for each microservice. The Payment gateway could be using the latest .NET framework, whereas the product search could be shifted to any other programming language.
The entire application could be based on an SQL server for data storage, whereas the inventory could be based on NoSQL. The flexibility is limitless.
推薦閱讀
- Mastering NetBeans
- The Supervised Learning Workshop
- Oracle Exadata性能優化
- 信息可視化的藝術:信息可視化在英國
- 我的第一本算法書
- Learning Concurrency in Kotlin
- Python3.5從零開始學
- OpenCV with Python By Example
- Mastering jQuery Mobile
- 大數據時代的企業升級之道(全3冊)
- Python數據科學實踐指南
- Android技術內幕(系統卷)
- Getting Started with JUCE
- 微信公眾平臺服務號開發:揭秘九大高級接口
- Python Geospatial Analysis Cookbook