#visualizer #pkg #oi

app oi-pkg-visualizer

Implementation of OpenIndiana package visualizer website and server

2 stable releases

1.1.0 Sep 23, 2023
1.0.0 Sep 23, 2023

#160 in Visualization

39 downloads per month

MIT license

335KB
371 lines

oi-pkg-visualizer

Is website for visualizing dependencies between packages from OpenIndiana.

example.png

How to

Build

Just run make, it will download cytoscape.js and compiles server with cargo.

Use

  • Run server with ./oi-pkg-visualizer 127.0.0.1:2310 /tmp/data.bin
  • Visit website/index.html

Style legend

Nodes

  • green = default
  • obsoleted = black
  • obsoleted (but with older not obsoleted version) = yellow
  • renamed = blue

Edges

  • green = default
  • build = blue
  • test = grey
  • system-build = dashed blue
  • system-test = dashed grey

Dependencies

~14–29MB
~446K SLoC