@jaegertracing/plexus
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

plexus

plexus is a React component for rendering directed graphs.

Why?

To support directed graphs in Jaeger-UI, we surveyed the JavaScript libraries and utilities available for rendering directed graphs. The landscape is impressive, but we concluded the venerable GraphViz (alt) is the right tool for us.

GraphViz is awesome, but the output formats don't fit our needs. We've elected to use GraphViz to generate the layouts (node positioning, edge routing) and React for rendering.

viz.js

The excellent viz.js is used, in a WebWorker, to generate GraphViz as plain-text output which is then parsed and provided to a React component which does the rendering.

/@jaegertracing/plexus/

    Package Sidebar

    Install

    npm i @jaegertracing/plexus

    Weekly Downloads

    2

    Version

    0.1.0

    License

    Apache-2.0

    Unpacked Size

    6.84 MB

    Total Files

    65

    Last publish

    Collaborators

    • tiffon
    • wjang
    • yurishkuro