- Cloud Native Development Patterns and Best Practices
- John Gilbert
- 84字
- 2021-06-30 18:43:06
Solution
Leverage your cloud provider's fully managed cloud-native database services. Employ multiple database types within a component, as needed, to match the component's workload characteristics. Choose the database type, such as document store, blob storage, or search on a table-by-table basis. Each database is dedicated to a specific component and not shared across components. Use the change-data-capture and life cycle management features and react to the emitted events to trigger intra-component processing logic. Use the regional replication features to create multi-regional deployments, as needed.
推薦閱讀
- Mastering Mesos
- Dreamweaver CS3+Flash CS3+Fireworks CS3創(chuàng)意網(wǎng)站構(gòu)建實(shí)例詳解
- 軟件架構(gòu)設(shè)計(jì)
- 西門子S7-200 SMART PLC從入門到精通
- Expert AWS Development
- AutoCAD 2012中文版繪圖設(shè)計(jì)高手速成
- 網(wǎng)絡(luò)組建與互聯(lián)
- JSP從入門到精通
- 計(jì)算機(jī)與信息技術(shù)基礎(chǔ)上機(jī)指導(dǎo)
- Mastering OpenStack(Second Edition)
- 深度學(xué)習(xí)原理與 TensorFlow實(shí)踐
- Cloudera Hadoop大數(shù)據(jù)平臺實(shí)戰(zhàn)指南
- 機(jī)器學(xué)習(xí)案例分析(基于Python語言)
- Linux常用命令簡明手冊
- PostgreSQL High Performance Cookbook