@ocoda/event-sourcing
v1.1.2
Published
NestJS Event Sourcing Library (@core)
Downloads
241
Readme
About this library
This is the core module of @ocoda/event-sourcing
, a powerful library designed to simplify the implementation of advanced architectural patterns in your NestJS application. It provides essential building blocks to help you implement Domain-Driven Design (DDD), CQRS and leverage Event Sourcing to tackle the complexities of modern systems.
This core module needs to be implemented in conjunction with a store-driver such as:
@ocoda/event-sourcing-dynamodb
@ocoda/event-sourcing-mariadb
@ocoda/event-sourcing-mongodb
@ocoda/event-sourcing-postgres
Documentation 📗
Ready to dive right in? Visit the documentation to find out how to get started.
Contact
Acknowledgments
This library is inspired by @nestjs/cqrs