rabbit-mermaid
Generate markdown flowcharts of your rabbitmq topology.
rabbit-mermaid takes your rabbitmq topology files and turns them into markdown flowcharts. Direct, fanout, and topic-based exchanges are supported.
Installation
$ npm install --save rabbit-mermaid
Usage
const MermaidGenerator = ;const topology = ;const mermaidGenerator = topology;mermaidGenerator;
Filtering
The exchanges
option will let you specify exactly which exchanges should show up in the generated output.
Please note that exchange to exchange bindings will be excluded if both exchanges are not specified. This is intentional to
reduce noise in large topologies with many dependencies.
const mermaidGenerator = topology;const opts = exchanges: "JPEG";mermaidGenerator;
License
MIT © David Salas