Questions tagged [event-sourcing]

The concept of Event Sourcing involves documenting every modification made to the state of an application as a series of events.

Best practices for implementing "Event Sourcing" in the NestJS CQRS recipe

I've been exploring the best practices for implementing "Event Sourcing" with the NestJS CQRS recipe (https://docs.nestjs.com/recipes/cqrs). After spending time delving into the features of NestJS, I have found it to be a fantastic framework overall. Howe ...