Просмотр исходного кода

Add category Diagramming
Add Mermaid / Diagramming
Add DrawTheNet / Diagramming

Joe Reiber 5 лет назад
Родитель
Сommit
eaef3acdb5
1 измененных файлов с 8 добавлено и 0 удалено
  1. 8 0
      README.md

+ 8 - 0
README.md

@@ -25,6 +25,7 @@
   * [Continuous Integration & Continuous Deployment](#continuous-integration--continuous-deployment)
   * [Control Panels](#control-panels)
   * [Deployment Automation](#deployment-automation)
+  * [Diagramming](#diagramming)
   * [Distributed Filesystems](#distributed-filesystems)
   * [DNS](#dns)
   * [Domains](#domains)
@@ -266,6 +267,13 @@
 * [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).
 
+## 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.
+
 ## Distributed Filesystems
 
 *Network distributed filesystems.*