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)
854 stars
20 watching
151 forks
Language: TypeScript
last commit: about 1 month 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 | 26 |
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,957 |
juicycleff/nestjs-event-store | A NestJS module for event-sourced applications using Event Store or NATS Streaming as the event broker | 200 |
nestjs/mongoose | A MongoDB ORM tool for building Nest.js applications | 531 |
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,988 |
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. | 210 |
nest-cloud/nestcloud | A NodeJS micro-service solution framework built with Typescript and NestJS, enabling cloud-native service creation and management. | 422 |
nestjs/terminus | A module that integrates health checks into the Nest framework | 685 |
nestjs/bull | Provides a job queue and scheduling system for a Node.js framework with a focus on TypeScript development | 615 |
nestcrafts/nestjs-easyconfig | A module to load and manage environment variables from .env files in NestJS applications. | 188 |