Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bentito/olm-mermaid-graph

input bundle index select, output mermaid graph script
https://github.com/bentito/olm-mermaid-graph

Last synced: 14 days ago
JSON representation

input bundle index select, output mermaid graph script

Awesome Lists containing this project

README

        

## Output Mermaid graph script from Operator Lifecycle Manager indices

### Required:
make, sqlite3, go v14+, container execution environment (such as Docker, podman)

### Usage
Adjust the sqlite file pointed to in `sqlite3.sql`, this controls what index gets graphed

Then:
```bash
make run
```

Your Mermaid graph should open if `open` command opens PNG files on your host.

If not, image file saved as `/tmp/mermaid.mer.png`

Mermaid script file will be `./mermaid.mer`

### Note
- First time usage of `make run` may be slow due to download of Mermaid Docker image.
- tweak the makefile if you need other file output types than SVG