thingies
This commit is contained in:
parent
bf1f7340fb
commit
0ebf0ad8b5
3 changed files with 131 additions and 0 deletions
9
interesting/event_sourcing_example.md
Normal file
9
interesting/event_sourcing_example.md
Normal 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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue