hojas/interesting/event_sourcing_example.md
2025-06-15 20:05:07 +02:00

326 B

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.