- Cloud Native Development Patterns and Best Practices
- John Gilbert
- 252字
- 2021-06-30 18:43:00
Reactive Manifesto
The Reactive Manifesto embodies a concise description of the system properties we are striving for. There are just four, seemingly straightforward, properties. A system should be responsive, resilient, elastic, and message-driven. We all certainly want our systems to be responsive, and if you are building a cloud-based system then elasticity is definitely a goal. But the magic lies in how we achieve resilience, because the responsiveness and elasticity of a system are a function of how it achieves its resilience. It is important to recognize that the message-driven property is the means to achieve the other properties.
These properties will manifest themselves in our cloud-native systems. Our objective is to use asynchronous, message-driven, inter-component communication to build resilient components that are responsive and elastic. We want to accomplish this in the context of our cloud-native definition such that the architecture is approachable by everyday companies. We will leverage value-added cloud services to empower self-sufficient, full-stack teams to create bounded isolated components that scale globally. Event streaming will be the mechanism for inter-component communication. We will effectively turn the database inside out to achieve cost-effective resilience through data replication in the form of materialized views. These materialized views act as a cache to make components responsive and provide proper bulkheads between components. They also make the system more elastic as the database load is spread across many independent data stores.
Let's continue to dive deeper into how we turn the database inside out and ultimately turn the cloud into the database.
- 大數(shù)據(jù)戰(zhàn)爭:人工智能時(shí)代不能不說的事
- Windows 8應(yīng)用開發(fā)實(shí)戰(zhàn)
- JMAG電機(jī)電磁仿真分析與實(shí)例解析
- PHP開發(fā)手冊
- 分布式多媒體計(jì)算機(jī)系統(tǒng)
- 21天學(xué)通Java
- 21天學(xué)通Visual Basic
- 計(jì)算機(jī)系統(tǒng)結(jié)構(gòu)
- Dreamweaver CS6精彩網(wǎng)頁制作與網(wǎng)站建設(shè)
- 筆記本電腦維修90個(gè)精選實(shí)例
- 電氣控制與PLC原理及應(yīng)用(歐姆龍機(jī)型)
- Redash v5 Quick Start Guide
- Getting Started with Tableau 2018.x
- QTP自動(dòng)化測試實(shí)踐
- 玩轉(zhuǎn)機(jī)器人:基于Proteus的電路原理仿真(移動(dòng)視頻版)