Skip to content

Comparison of two approaches to implement and store domain model

Notifications You must be signed in to change notification settings

Dnomyar/aggregate-your-domain-model

Repository files navigation

Comparison of two approaches to implement and store domain model

The first approach is a classic "Database Driven Design". Code available here without.aggregate.Main. Run the code using sbt without-aggregate/run.

The second approach is using an aggregate (concept from Domain Driven Design). Code available here with.aggregate.Main. Run the code using sbt with-aggregate/run.

About

Comparison of two approaches to implement and store domain model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages