- Cloud Native Development Patterns and Best Practices
- John Gilbert
- 188字
- 2021-06-30 18:43:02
Boundary patterns
These patterns operate at the boundaries of cloud-native systems. The boundaries are where the system interacts with everything that is external to the system, including humans and other systems.

API Gateway: Leverage a fully managed API gateway to create a barrier at the boundaries of a cloud-native system by pushing cross-cutting concerns, such as security and caching, to the edge of the cloud where some load is absorbed before entering the interior of the system.
Command Query Responsibility Segregation (CQRS): Consume state change events from upstream components and maintain materialized views that support queries used within a component.
Offline-First Database: Persist user data in local storage and synchronize with the cloud when connected so that client-side changes are published as events and cloud-side changes are retrieved from materialized views
Backend For Frontend: Create dedicated and self-sufficient backend components to support the features of user focused, frontend applications
External Service Gateway: Integrate with external systems by encapsulating the inbound and outbound inter-system communication within a bounded isolated component to provide an anti-corruption layer that acts as a bridge to exchange events between the systems
- Mastering Mesos
- Internet接入·網(wǎng)絡(luò)安全
- 計(jì)算機(jī)應(yīng)用
- 腦動(dòng)力:Linux指令速查效率手冊(cè)
- TestStand工業(yè)自動(dòng)化測(cè)試管理(典藏版)
- Julia 1.0 Programming
- 數(shù)據(jù)運(yùn)營(yíng)之路:掘金數(shù)據(jù)化時(shí)代
- 深度學(xué)習(xí)中的圖像分類與對(duì)抗技術(shù)
- 最簡(jiǎn)數(shù)據(jù)挖掘
- 四向穿梭式自動(dòng)化密集倉(cāng)儲(chǔ)系統(tǒng)的設(shè)計(jì)與控制
- 觸控顯示技術(shù)
- Learn CloudFormation
- 網(wǎng)絡(luò)布線與小型局域網(wǎng)搭建
- 中國(guó)戰(zhàn)略性新興產(chǎn)業(yè)研究與發(fā)展·增材制造
- 機(jī)床電氣控制與PLC