hojas/interesting/event_sourcing_example.md

10 lines
326 B
Markdown
Raw Permalink Normal View History

2025-06-15 20:05:07 +02:00
# 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.