oi-pkg-visualizer 1.0.0

Implementation of OpenIndiana package visualizer website and server
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# oi-pkg-visualizer

Is website for visualizing dependencies between packages from OpenIndiana.

![example.png](example.png)

## How to

### Build

Just run `make`, it will download [cytoscape.js](https://github.com/cytoscape/cytoscape.js) and compiles server with
cargo.

### Use

- Run server with `./oi-pkg-visualizer 127.0.0.1:2310 /tmp/data.bin`
    - `/tmp/data.bin` represents output data from (TODO: add source)
- Visit `website/index.html`