Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/bentito/olm-mermaid-graph
- Owner: bentito
- License: apache-2.0
- Created: 2021-02-17T20:00:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-10T22:50:31.000Z (over 3 years ago)
- Last Synced: 2024-04-17T20:12:28.444Z (7 months ago)
- Language: Go
- Size: 19.1 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 graphedThen:
```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