79075269

Date: 2024-10-10 16:05:37
Score: 1
Natty:
Report link

Late to the party here, but in case you're still looking for a solution for event-persistence: @ocoda/event-sourcing is a NestJS module that offers the basic functionality that @nestjs/cqrs provides, but also adds the necessary tools for storing and retrieving events (and snapshots). On the other hand, what it still lacks are Saga's and a built-in way of doing event-replays.

Full disclosure: I'm the creator of the library.

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Dries Hooghe