# 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.