@ocoda/event-sourcing-mariadb
v1.1.2
Published
NestJS Event Sourcing Library (@mariadb)
Downloads
150
Readme
About this library
This is a complementing module for @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 store-driver library uses MariaDB as an underlying driver for event- and snapshot-stores, and needs to be installed together with the core module @ocoda/event-sourcing
in order to get started.
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