cqrs

This package provides base classes for creating n8n nodes that interact with RabbitMQ using the CQRS pattern. It includes nodes for sending commands, queries, and events, as well as trigger nodes for listening to specific patterns. The nodes are configure

Documentation

This package provides base classes for creating n8n nodes that interact with RabbitMQ using the CQRS pattern. It includes nodes for sending commands, queries, and events, as well as trigger nodes for listening to specific patterns. The nodes are configured using JSON schemas to define the available operations and payload structures.

npm version
commitizen friendly
styled with prettier
Libraries.io dependency status for latest release, scoped npm package
npm
NPM

Installation

Add the package to your workspace:

yarn add @rxap/n8n-nodes-cqrs

Install peer dependencies:

yarn add n8n-workflow 

Execute the init generator:

yarn nx g @rxap/n8n-nodes-cqrs:init

Generators

init

Initialize the package in the workspace

nx g @rxap/n8n-nodes-cqrs:init

Discussion