文件名称:Akka.DDD:Akka 中的 DDD 示例 - 其中聚合根是 Actor
文件大小:25KB
文件格式:ZIP
更新时间:2024-06-20 08:43:32
C#
阿卡驱动程序 Akka 中的 DDD 示例 - 其中聚合根是 Actor 领域驱动设计是一种用您的业务领域的语言编写应用程序逻辑的方法。 DDD 依赖于聚合根的概念,它定义了一个一致性边界,它接受命令并发布事件。 聚合之间的通信由这些事件和单独的事务驱动。 这目前使用我自己的 Akka.Persistence.EventStore 实现,它使用 有 SQL 等的实现。但 Event Sourcing 是为 EventStore 创建的。
【文件预览】:
Akka.DDD-master
----Service()
--------packages.config(372B)
--------Program.cs(1KB)
--------Actors()
--------Service.csproj(4KB)
--------App.config(5KB)
--------Properties()
----.nuget()
--------packages.config(109B)
----Akka.DDD.sln(2KB)
----Domain()
--------Domain.csproj(3KB)
--------Aggregates()
--------Files()
--------ActionTypes()
--------Commands()
--------Events()
--------Properties()
----.gitignore(3KB)
----README.md(599B)
----.gitattributes(378B)