An open API service indexing awesome lists of open source software.

https://github.com/ocoda/event-sourcing

An event-sourcing library for NestJS
https://github.com/ocoda/event-sourcing

cqrs ddd dynamodb event-sourcing mariadb mongodb nestjs postgresql

Last synced: 11 months ago
JSON representation

An event-sourcing library for NestJS

Awesome Lists containing this project

README

          


Ocoda Logo













Report a bug
 | 
Request a feature

## About this library

`@ocoda/event-sourcing` is 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.

## Documentation 📗
Ready to dive right in? Visit [the documentation](https://ocoda.github.io/event-sourcing) to find out how to get started.

## Contact
dries@drieshooghe.com
 

## Acknowledgments
This library is inspired by [@nestjs/cqrs](https://github.com/nestjs/cqrs)