mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2026-03-09 03:33:05 -05:00
[PR #337] [MERGED] Add category Diagramming, with tools Mermaid, DrawTheNet, and Diagrams.net #1013
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/awesome-foss/awesome-sysadmin/pull/337
Author: @FiyaFly
Created: 5/4/2020
Status: ✅ Merged
Merged: 9/27/2020
Merged by: @n1trux
Base:
master← Head:master📝 Commits (2)
eaef3acAdd category Diagramming1deae3fAdd Diagrams.net per PR #337 conversation📊 Changes
1 file changed (+9 additions, -0 deletions)
View changed files
📝
README.md(+9 -0)📄 Description
Application name / category
Mermaid / Diagramming
DrawThe.Net / Diagramming
Source URL
MermaidJS: https://github.com/mermaid-js/mermaid-live-editor
DrawTheNet: https://github.com/cidrblock/drawthe.net
why it is awesome
MermaidJS
Mermaid has a very easy and quick syntax, making it incredibly useful for throwing together quick diagrams on-the-fly. It also has a decent amount of diagram types, making it pretty versatile. It has a CLI interface you can use locally to generate the diagrams yourself. It integrates with Grafana via a plugin.
DrawTheNet
DrawTheNet is like Mermaid on steroids. It has a lot more it can do, and is a lot more expansive and versatile. The downside here is that the syntax has to be a bit more complicated to be able to do this.
DrawTheNet uses YAML syntax.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.