ThreeDotsLabs / esja

Event Sourcing library in Go.
MIT License
20 stars 4 forks source link

Add an example with projections #26

Open m110 opened 1 year ago

m110 commented 1 year ago

Add an example with projections/snapshots built over time in two variants:

  1. Synchronous, within the same transaction.
  2. Asynchronous, using watermill (see #25).