cqrs
CQRS module
Provides a CQRS module for the Nest framework to handle command and query patterns in Node.js applications.
A lightweight CQRS module for Nest framework (node.js)
849 stars
20 watching
150 forks
Language: TypeScript
last commit: 6 days ago
Linked from 1 awesome list
cqrsjavascriptnestnest-cqrsnest-frameworknodejstypescript
Related projects:
Repository | Description | Stars |
---|---|---|
nestjs-architects/typed-cqrs | Automatically generates types for query response handling in NestJS CQRS packages | 24 |
nestjsx/nest-router | Organizes routes in a hierarchical structure for building RESTful APIs with NestJS | 619 |
nestjs/typeorm | A module for the Nest framework that provides support for Object-Relational Mapping (ORM) using TypeORM. | 1,933 |
juicycleff/nestjs-event-store | A NestJS module for event-sourced applications using Event Store or NATS Streaming as the event broker | 199 |
nestjs/mongoose | A MongoDB ORM tool for building Nest.js applications | 527 |
tojans/scritchy | A CQRS framework that removes the plumbing, allowing developers to build command and query handlers without extensive boilerplate code. | 67 |
nestjsx/nestjs-config | A configuration module for NestJS applications using dotenv and file globbing | 698 |
nestjs/nest-cli | A tool that helps developers set up and maintain Nest applications | 1,975 |
crudjs/rest-nestjs-postgres | A sample API using Nest.js and Postgres to demonstrate CRUD operations | 149 |
xerprojects/xer.cqrs | A lightweight CQRS library with DDD concepts for building command and event handling systems | 101 |
mikro-orm/nestjs | A NestJS module for integrating the MikroORM with TypeScript and a specific choice of database drivers. | 205 |
nest-cloud/nestcloud | A cloud-native microservices framework for building scalable and distributed applications using NodeJS, TypeScript, and the NestJS framework. | 422 |
nestjs/terminus | A module that integrates health checks into the Nest framework | 678 |
nestjs/bull | Provides a job queue and scheduling system for a Node.js framework with a focus on TypeScript development | 611 |
nestcrafts/nestjs-easyconfig | A module to load and manage environment variables from .env files in NestJS applications. | 188 |