当前位置:网站首页>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.
边栏推荐
猜你喜欢
随机推荐
迟来的2021年终总结
19. Channel assignment task definition
Among the three "difficult and miscellaneous diseases" of machine learning, causal learning is the breakthrough | Liu Li, Chongqing University
Summarize the knowledge points of the ten JVM modules. If you don't believe it, you still don't understand it
FTP文件传输协议
PXE network installation
The difference between character array and string
位运算的一些操作
Sharing of award-winning activities: you can get up to iphone13 after using WordPress to build your own blog
samba服务器如何配置
如何通过adb打开和关闭飞行模式
How to compress and decompress ramdisk.img
Canoe tutorial
Easyexcel complex header export (one to many)
leetcode-括号有效性问题
关闭独立窗口对其他窗口同时关闭的问题
语音社交系统——完善有声系统产业链
Samba Server Setup Guide
软件架构与设计(二)-----架构模型
Qt信号与槽的五种连接方式









