mirror of
https://github.com/awesome-foss/awesome-sysadmin.git
synced 2024-10-01 01:45:41 -04:00
Merge pull request #337 from FiyaFly/master
Add category Diagramming, with tools Mermaid, DrawTheNet, and Diagrams.net
This commit is contained in:
commit
0208546665
@ -25,6 +25,7 @@
|
|||||||
* [Continuous Integration & Continuous Deployment](#continuous-integration--continuous-deployment)
|
* [Continuous Integration & Continuous Deployment](#continuous-integration--continuous-deployment)
|
||||||
* [Control Panels](#control-panels)
|
* [Control Panels](#control-panels)
|
||||||
* [Deployment Automation](#deployment-automation)
|
* [Deployment Automation](#deployment-automation)
|
||||||
|
* [Diagramming](#diagramming)
|
||||||
* [Distributed Filesystems](#distributed-filesystems)
|
* [Distributed Filesystems](#distributed-filesystems)
|
||||||
* [DNS](#dns)
|
* [DNS](#dns)
|
||||||
* [Domains](#domains)
|
* [Domains](#domains)
|
||||||
@ -263,6 +264,14 @@
|
|||||||
* [sup](https://github.com/pressly/sup/) - Super simple deployment tool - just Unix - think of it like 'make' for a network of servers.
|
* [sup](https://github.com/pressly/sup/) - Super simple deployment tool - just Unix - think of it like 'make' for a network of servers.
|
||||||
* [Vlad the Deployer](https://github.com/seattlerb/vlad) - Deployment automation (rake based).
|
* [Vlad the Deployer](https://github.com/seattlerb/vlad) - Deployment automation (rake based).
|
||||||
|
|
||||||
|
## Diagramming
|
||||||
|
|
||||||
|
*Tools used to create diagrams of networks, flows, etc.*
|
||||||
|
|
||||||
|
* [DrawThe.Net](http://go.drawthe.net/) - Javascript tool that uses a YAML-formatted input to programmatically create large, complex, and visually solid diagrams.
|
||||||
|
* [Mermaid](https://mermaid-js.github.io/mermaid-live-editor/) - Javascript module with a unique, easy, shorthand syntax. Integrates into several other tools like Grafana.
|
||||||
|
* [Diagrams.net](https://app.diagrams.net/) - A.K.A. [Draw.io](https://app.diagrams.net/). Easy to use Diagram UI with a plethora of templates.
|
||||||
|
|
||||||
## Distributed Filesystems
|
## Distributed Filesystems
|
||||||
|
|
||||||
*Network distributed filesystems.*
|
*Network distributed filesystems.*
|
||||||
|
Loading…
Reference in New Issue
Block a user