当前位置:网站首页>Software architecture and design (V) -- data centric architecture
Software architecture and design (V) -- data centric architecture
2022-07-28 15:44:00 【Liu Yiyi】
Data centric Architecture
In data-centered architecture, the data is centralized and accessed frequently by other components, which modify data. The main purpose of this style is to achieve integrality of data. Data-centered architecture consists of different components that communicate through shared data repositories. The components access a shared data structure and are relatively independent, in that, they interact only through the data store.
The most well-known examples of the data-centered architecture is a database architecture, in which the common database schema is created with data definition protocol – for example, a set of related tables with fields and data types in an RDBMS.
Another example of data-centered architectures is the web architecture which has a common data schema (i.e. meta-structure of the Web) and follows hypermedia data model and processes communicate through the use of shared web-based data services.
边栏推荐
猜你喜欢

How many tips do you know about using mock technology to help improve test efficiency?

堆操作

Software architecture and design (VI) -- hierarchy

软件架构与设计(六)-----层次结构体
![【删除指定数字——leetcode]](/img/16/b40492d8414a363a3a24f00b4afd47.png)
【删除指定数字——leetcode]

Matlab导出高清图片、且Word中压缩不失真、转换PDF不失真

PXE网络装机

Flowable workflow all business concepts

Easyexcel complex header export (one to many)

shell编程规范与变量
随机推荐
monkey压力测试
Framework customization series (I) -- systemui NavigationBar slide back to launcher on the navigation bar
软件架构与设计(五)-----以数据为中心的架构
File and directory operations (5)
MATLAB不覆盖导入EXCEL
Stateflow logic system modeling
Camera连拍自动化测试shell脚本
有道云笔记去除底部广告
数据实时反馈技术
位运算的一些操作
已拿下华为85亿元屏幕订单?维信诺回应:客户要求保密,无法回复!
800V high voltage system
使用Mock技术帮助提升测试效率的小tips,你知道几个?
How to turn on and off flight mode through ADB
The difference between character array and string
QCustomPlot绘图工具常用方法
Common methods of qcustomplot drawing tools
Stateflow逻辑系统建模
Framework定制系列(一)-----SystemUI NavigationBar导航栏上滑返回Launcher
软件架构与设计(二)-----架构模型