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
- Host: GitHub
- URL: https://github.com/dirkgroot/ddd-persistence-experiments
- Owner: dirkgroot
- License: mit
- Created: 2022-10-08T16:35:03.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-09T06:46:20.000Z (over 3 years ago)
- Last Synced: 2025-03-12T00:46:40.916Z (over 1 year ago)
- Language: Kotlin
- Size: 66.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.