用于最终一致领域模型设计的复制数据分类

Susanne Braun, S. Deßloch
{"title":"用于最终一致领域模型设计的复制数据分类","authors":"Susanne Braun, S. Deßloch","doi":"10.1109/ICSA-C50368.2020.00014","DOIUrl":null,"url":null,"abstract":"With the rise of Big Data and digital ecosystems, software architects need the ability to design data-intensive systems in a highly scalable and available manner. Increasingly, data is no longer persisted in one central relational database, but distributed and replicated across different replication nodes running only under eventual consistency. Consequently, there is no longer a single system that could mask all the nasty details and pitfalls of concurrently accessing distributed and replicated data, which poses a lot of new challenges to software architects and developers. Eventually Consistent Domain Driven Design (ECD3) is a novel data replication framework that can exploit the semantics of business operations (like commutativity) in order to increase the number of updates that can run concurrently and free of concurrency anomalies on different replication nodes. The overall framework is split into a methodological framework with architecture design guidelines and a technical framework. It combines proven state-of-the-practice concepts like Domain Driven Design (DDD) and research results from the database and distributed systems research communities. As we will show in this paper the design of domain models can have an impact on the probability of occurrence of concurrency anomalies. Based on three case studies, we analyzed the characteristics of replicated data and derived a classification. We use this classification to provide class-specific design guidelines and best practices for the design of eventually consistent domain models that are free of concurrency anomalies.","PeriodicalId":202587,"journal":{"name":"2020 IEEE International Conference on Software Architecture Companion (ICSA-C)","volume":"4 1","pages":"0"},"PeriodicalIF":0.0000,"publicationDate":"2020-03-01","publicationTypes":"Journal Article","fieldsOfStudy":null,"isOpenAccess":false,"openAccessPdf":"","citationCount":"4","resultStr":"{\"title\":\"A Classification of Replicated Data for the Design of Eventually Consistent Domain Models\",\"authors\":\"Susanne Braun, S. Deßloch\",\"doi\":\"10.1109/ICSA-C50368.2020.00014\",\"DOIUrl\":null,\"url\":null,\"abstract\":\"With the rise of Big Data and digital ecosystems, software architects need the ability to design data-intensive systems in a highly scalable and available manner. Increasingly, data is no longer persisted in one central relational database, but distributed and replicated across different replication nodes running only under eventual consistency. Consequently, there is no longer a single system that could mask all the nasty details and pitfalls of concurrently accessing distributed and replicated data, which poses a lot of new challenges to software architects and developers. Eventually Consistent Domain Driven Design (ECD3) is a novel data replication framework that can exploit the semantics of business operations (like commutativity) in order to increase the number of updates that can run concurrently and free of concurrency anomalies on different replication nodes. The overall framework is split into a methodological framework with architecture design guidelines and a technical framework. It combines proven state-of-the-practice concepts like Domain Driven Design (DDD) and research results from the database and distributed systems research communities. As we will show in this paper the design of domain models can have an impact on the probability of occurrence of concurrency anomalies. Based on three case studies, we analyzed the characteristics of replicated data and derived a classification. We use this classification to provide class-specific design guidelines and best practices for the design of eventually consistent domain models that are free of concurrency anomalies.\",\"PeriodicalId\":202587,\"journal\":{\"name\":\"2020 IEEE International Conference on Software Architecture Companion (ICSA-C)\",\"volume\":\"4 1\",\"pages\":\"0\"},\"PeriodicalIF\":0.0000,\"publicationDate\":\"2020-03-01\",\"publicationTypes\":\"Journal Article\",\"fieldsOfStudy\":null,\"isOpenAccess\":false,\"openAccessPdf\":\"\",\"citationCount\":\"4\",\"resultStr\":null,\"platform\":\"Semanticscholar\",\"paperid\":null,\"PeriodicalName\":\"2020 IEEE International Conference on Software Architecture Companion (ICSA-C)\",\"FirstCategoryId\":\"1085\",\"ListUrlMain\":\"https://doi.org/10.1109/ICSA-C50368.2020.00014\",\"RegionNum\":0,\"RegionCategory\":null,\"ArticlePicture\":[],\"TitleCN\":null,\"AbstractTextCN\":null,\"PMCID\":null,\"EPubDate\":\"\",\"PubModel\":\"\",\"JCR\":\"\",\"JCRName\":\"\",\"Score\":null,\"Total\":0}","platform":"Semanticscholar","paperid":null,"PeriodicalName":"2020 IEEE International Conference on Software Architecture Companion (ICSA-C)","FirstCategoryId":"1085","ListUrlMain":"https://doi.org/10.1109/ICSA-C50368.2020.00014","RegionNum":0,"RegionCategory":null,"ArticlePicture":[],"TitleCN":null,"AbstractTextCN":null,"PMCID":null,"EPubDate":"","PubModel":"","JCR":"","JCRName":"","Score":null,"Total":0}
引用次数: 4

摘要

随着大数据和数字生态系统的兴起,软件架构师需要以高度可扩展和可用的方式设计数据密集型系统的能力。越来越多的数据不再保存在一个中央关系数据库中,而是分布在不同的复制节点上并在最终一致性下进行复制。因此,不再有一个单一的系统可以掩盖并发访问分布式和复制数据的所有令人讨厌的细节和陷阱,这给软件架构师和开发人员带来了许多新的挑战。最终,一致领域驱动设计(ECD3)是一种新颖的数据复制框架,它可以利用业务操作的语义(如交换性)来增加可以并发运行的更新数量,并且在不同的复制节点上避免并发性异常。整个框架被分为一个带有体系结构设计指南的方法论框架和一个技术框架。它结合了领域驱动设计(DDD)和数据库和分布式系统研究社区的研究成果等经过验证的实践状态的概念。正如我们将在本文中展示的那样,领域模型的设计可以对并发异常发生的概率产生影响。基于三个案例分析,我们分析了重复数据的特征,并得出了一个分类。我们使用这种分类来提供特定于类的设计指南和最佳实践,以设计最终一致的、没有并发异常的领域模型。
本文章由计算机程序翻译,如有差异,请以英文原文为准。
A Classification of Replicated Data for the Design of Eventually Consistent Domain Models
With the rise of Big Data and digital ecosystems, software architects need the ability to design data-intensive systems in a highly scalable and available manner. Increasingly, data is no longer persisted in one central relational database, but distributed and replicated across different replication nodes running only under eventual consistency. Consequently, there is no longer a single system that could mask all the nasty details and pitfalls of concurrently accessing distributed and replicated data, which poses a lot of new challenges to software architects and developers. Eventually Consistent Domain Driven Design (ECD3) is a novel data replication framework that can exploit the semantics of business operations (like commutativity) in order to increase the number of updates that can run concurrently and free of concurrency anomalies on different replication nodes. The overall framework is split into a methodological framework with architecture design guidelines and a technical framework. It combines proven state-of-the-practice concepts like Domain Driven Design (DDD) and research results from the database and distributed systems research communities. As we will show in this paper the design of domain models can have an impact on the probability of occurrence of concurrency anomalies. Based on three case studies, we analyzed the characteristics of replicated data and derived a classification. We use this classification to provide class-specific design guidelines and best practices for the design of eventually consistent domain models that are free of concurrency anomalies.
求助全文
通过发布文献求助,成功后即可免费获取论文全文。 去求助
来源期刊
自引率
0.00%
发文量
0
×
引用
GB/T 7714-2015
复制
MLA
复制
APA
复制
导出至
BibTeX EndNote RefMan NoteFirst NoteExpress
×
提示
您的信息不完整,为了账户安全,请先补充。
现在去补充
×
提示
您因"违规操作"
具体请查看互助需知
我知道了
×
提示
确定
请完成安全验证×
copy
已复制链接
快去分享给好友吧!
我知道了
右上角分享
点击右上角分享
0
联系我们:info@booksci.cn Book学术提供免费学术资源搜索服务,方便国内外学者检索中英文文献。致力于提供最便捷和优质的服务体验。 Copyright © 2023 布克学术 All rights reserved.
京ICP备2023020795号-1
ghs 京公网安备 11010802042870号
Book学术文献互助
Book学术文献互助群
群 号:481959085
Book学术官方微信