Skip to content

Example of DDD in Akka - where an Aggregate Root is an Actor

Notifications You must be signed in to change notification settings

simonpetty/Akka.DDD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Akka.DDD

Example of DDD in Akka - where an Aggregate Root is an Actor

Domain Driven Design is a way of writing application logic in the languag of your business domain.

DDD relies on the concept of aggregates roots which define a consistency boundary, which accepts commands and publishes events.

Communication between aggregates is driven by these events and in separate transactions.

This currently uses my own implementation of Akka.Persistence.EventStore which uses https://geteventstore.com/

There are implementations for SQL etc.. but Event Sourcing is what EventStore was created for.

About

Example of DDD in Akka - where an Aggregate Root is an Actor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages