0.5.0 • Published 3 years ago

@asyncapi/app-relations-discovery v0.5.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 years ago

npm npm

:warning: 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'});
0.5.0

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.3.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago