- Building Microservices with .NET Core 2.0(Second Edition)
- Gaurav Aroraa
- 258字
- 2021-07-02 20:12:59
Data management
It is common to have a single database in the majority of monolithic applications. And almost always, there is a database architect or a designated owner responsible for its integrity and maintenance. The path to any application enhancement that requires a change in the database has to go through this route. For me, it has never been an easy task. This further slows down the process of application enhancement, scalability, and technology adoption.
Because each microservice has its own independent database, the decision-making related to changes required in the database can be easily delegated to the respective team. We don't have to worry about the impact on the rest of the system, as there will not be any.
At the same time, this separation of the database brings forth the possibility for the team to become self-organized. They can now start experimenting.
For example, the team can now consider using the Azure Table storage or Azure Redis Cache to store the massive product catalog instead of the database, as is being done currently. Not only can the team now experiment, their experience could easily be replicated across the whole system as required by other teams in the form of a schedule convenient to them.
In fact, nothing is stopping the FlixOne team now from being innovative and using a multitude of technologies available at the same time, then comparing performance in the real world and making a final decision. Once each microservice has its own database, this is how FlixOne will look:

- Embedded Linux Projects Using Yocto Project Cookbook
- .NET之美:.NET關(guān)鍵技術(shù)深入解析
- Cocos2D-X權(quán)威指南(第2版)
- 圖解Java數(shù)據(jù)結(jié)構(gòu)與算法(微課視頻版)
- 精通網(wǎng)絡(luò)視頻核心開發(fā)技術(shù)
- Java應(yīng)用開發(fā)技術(shù)實例教程
- Instant jQuery Boilerplate for Plugins
- STM8實戰(zhàn)
- Python+Office:輕松實現(xiàn)Python辦公自動化
- Python第三方庫開發(fā)應(yīng)用實戰(zhàn)
- Xamarin Cross-Platform Development Cookbook
- Python 3快速入門與實戰(zhàn)
- Access數(shù)據(jù)庫應(yīng)用教程(2010版)
- C++17 By Example
- ASP.NET Core and Angular 2