- Microservices with Azure
- Namit Tanasseri Rahul Rai
- 133字
- 2021-07-02 22:18:24
Shared data
Microservices should not share the same data store. Sharing data representation can make altering the database very difficult, and even if done, such a change always runs the risk of causing failure to services that are still using the old data representation. Such challenges ultimately lead to a bloated and complex database and accumulation of lots of dead data over time.
Data replication is a possible solution to sharing data across Microservices. However, data should not be blindly replicated across Microservices as the same problems that are present with shared databases would still remain. A custom transformation process should convert data available from the database to the schema used by the data store of the Microservice. The replication process can be triggered in batches or on certain events in the system.
- 自己動手寫搜索引擎
- Mastering Entity Framework
- 動手玩轉(zhuǎn)Scratch3.0編程:人工智能科創(chuàng)教育指南
- 程序員面試算法寶典
- 精通網(wǎng)絡(luò)視頻核心開發(fā)技術(shù)
- App Inventor創(chuàng)意趣味編程進(jìn)階
- Visual C#.NET Web應(yīng)用程序設(shè)計(jì)
- 零基礎(chǔ)學(xué)Python編程(少兒趣味版)
- ASP.NET求職寶典
- Java高級程序設(shè)計(jì)
- PostgreSQL Developer's Guide
- Python編程:從入門到實(shí)踐(第2版)
- 前端程序員面試筆試真題與解析
- MATLAB語言及編程實(shí)踐:生物數(shù)學(xué)模型應(yīng)用
- 羅布樂思開發(fā)官方指南:Lua 語言編程