@alirezaaminzadeh/nestjs-cqrs-eventsourcing
v1.0.0
Published
Production-ready CQRS and Event Sourcing framework for NestJS with DDD patterns
Downloads
12
Maintainers
Readme
CQRS & Event Sourcing Framework for NestJS
Production-ready CQRS and Event Sourcing framework for NestJS with Domain-Driven Design patterns.
Features
- ✅ Complete CQRS implementation (Command/Query separation)
- ✅ Event Sourcing with Event Store
- ✅ Domain-Driven Design patterns
- ✅ Aggregate Roots and Entities
- ✅ Command and Query handlers
- ✅ Event projections and read models
- ✅ Saga pattern for process managers
- ✅ Event replay capability
- ✅ Snapshot support for performance
- ✅ TypeScript with full type safety
Installation
npm install @alirezaaminzadeh/nestjs-cqrs-eventsourcingQuick Start
import { CqrsModule } from '@alirezaaminzadeh/nestjs-cqrs-eventsourcing';
@Module({
imports: [CqrsModule],
})
export class AppModule {}Author
Alireza Aminzadeh
- Email: [email protected]
- GitHub: @syeedalireza
License
MIT
