This commit is contained in:
counterweight 2025-06-15 20:05:07 +02:00
parent bf1f7340fb
commit 0ebf0ad8b5
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
3 changed files with 131 additions and 0 deletions

View file

@ -0,0 +1,9 @@
# Event Sourcing Examples
https://github.com/eugene-khyst/postgresql-event-sourcing
A very thorough example and explainer on doing event sourcing with Java and Postgres.
https://github.com/tobyhede/postgresql-event-sourcing/
This one I like because it has very good examples on how to update snapshots on every new event.