- Python Microservices Development
- Tarek Ziadé
- 211字
- 2021-07-02 18:54:18
Smaller projects
The second benefit is breaking the complexity of the project. When you add a feature to an application such as PDF reporting, even if you do it cleanly, you make the base code bigger, more complicated, and sometimes, slower. Building that feature in a separate application avoids this problem, and makes it easier to write it with whatever tools you want. You can refactor it often, shorten your release cycles, and stay on top of things. The growth of the application remains under your control.
Dealing with a smaller project also reduces risks when improving the application: if a team wants to try out the latest programming language or framework, they can iterate quickly on a prototype that implements the same microservice API, try it out, and decide whether or not to stick with it.
One real-life example in mind is the Firefox Sync storage microservice. There are currently some experiments to switch from the current Python + MySQL implementation to a Go-based one, which stores users' data in standalone SQLite databases. That prototype is highly experimental, but since we have isolated the storage feature in a microservice with a well-defined HTTP API, it's easy enough to give it a try with a small subset of the user base.
- The Complete Rust Programming Reference Guide
- Implementing VMware Horizon 7(Second Edition)
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- PHP基礎案例教程
- JavaScript Unlocked
- Oracle數據庫從入門到運維實戰
- Interactive Applications Using Matplotlib
- 青少年Python編程入門
- Learning Python Design Patterns
- WebRTC技術詳解:從0到1構建多人視頻會議系統
- PHP編程基礎與實例教程
- 深度探索Go語言:對象模型與runtime的原理特性及應用
- Photoshop智能手機APP界面設計
- 大數據時代的企業升級之道(全3冊)
- 寫給青少年的人工智能(Python版·微課視頻版)