An open API service indexing awesome lists of open source software.

https://github.com/dirkgroot/ddd-persistence-experiments

Experimentation with persisting DDD aggregates in Kotlin
https://github.com/dirkgroot/ddd-persistence-experiments

Last synced: about 1 year ago
JSON representation

Experimentation with persisting DDD aggregates in Kotlin

Awesome Lists containing this project

README

          

# DDD Persistence Experiments

Today I stumbled upon [this repository](https://github.com/pierregillon/Aggregate.Persistence.Patterns), which contains
example C# code for a couple of aggregate persistence patterns. The author has written a couple of blog articles (in
French) about them on his website, and some docs in English in the repository.

The State-Snapshot pattern somehow stood out for me, and I decided to do a little experiment and implement the pattern
in a little Spring Boot application written in Kotlin.

This is the result so far.