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
- Host: GitHub
- URL: https://github.com/ocoda/event-sourcing
- Owner: ocoda
- License: mit
- Created: 2022-07-22T21:28:45.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2025-07-17T20:54:25.000Z (11 months ago)
- Last Synced: 2025-07-18T00:20:20.294Z (11 months ago)
- Topics: cqrs, ddd, dynamodb, event-sourcing, mariadb, mongodb, nestjs, postgresql
- Language: TypeScript
- Homepage: https://ocoda.github.io/event-sourcing/
- Size: 3.44 MB
- Stars: 206
- Watchers: 3
- Forks: 13
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
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)