- Building Microservices with .NET Core
- Gaurav Kumar Aroraa Lalit Kale Kanwar Manish
- 258字
- 2021-07-02 22:08:13
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, then comparing performance in the real world and making a final decision. Once each microservice has its own DB, this is how Flix One will look:

- Learning NServiceBus(Second Edition)
- 深入實踐Spring Boot
- Building a Quadcopter with Arduino
- QGIS By Example
- 零基礎(chǔ)學(xué)單片機(jī)C語言程序設(shè)計
- BIM概論及Revit精講
- 批調(diào)度與網(wǎng)絡(luò)問題的組合算法
- 移動互聯(lián)網(wǎng)軟件開發(fā)實驗指導(dǎo)
- Java零基礎(chǔ)實戰(zhàn)
- Java圖像處理:基于OpenCV與JVM
- SpringBoot從零開始學(xué)(視頻教學(xué)版)
- PyQt編程快速上手
- 奔跑吧 Linux內(nèi)核
- Mastering Bootstrap 4
- Bitcoin Essentials