This package has been deprecated

Author message:

This package has been deprecated in favor of @asyncapi/cupid (https://www.npmjs.com/package/@asyncapi/cupid)

@asyncapi/app-relations-discovery

0.5.0 • Public • Published

AsyncAPI logo
Applications Relation Finder

npm npm

⚠️ This package is under construction.

Overview

An official library that focuses on finding and analyzing the relationships between AsyncAPI Documents to later output consolidated information about the system architecture. Output format would be customizable and available in different formats like uml, mermaid.js and other.

Install

npm install @asyncapi/app-relations-discovery

API

  • For default output syntax
const defaultOutput = appRelationsDiscovery.getRelations(...docs);
  • For mermaid Flowchart
const mermaidFlowchart = appRelationsDiscovery.getRelations(...docs,{syntax:'mermaid'});
  • For plantUML classDiagram
const plantUMLClassDiagram = appRelationsDiscovery.getRelations(...docs,{syntax:'plantUML'});
  • For reactFlow nodes
const reactFlowNodes = appRelationsDiscovery.getRelations(...docs,{syntax:'reactFlow'});

Readme

Keywords

none

Package Sidebar

Install

npm i @asyncapi/app-relations-discovery

Weekly Downloads

0

Version

0.5.0

License

Apache-2.0

Unpacked Size

73.2 kB

Total Files

34

Last publish

Collaborators

  • asyncapi-bot
  • derberg
  • fmvilas