Package Information
Released: 5/16/2025
Downloads: 35 weekly / 89 monthly
Latest Version: 0.0.5
Author: Merzough Münker
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.
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