Our great sponsors
-
mermaid
Generation of diagrams like flowcharts or sequence diagrams from text in a similar manner as markdown
Individual diagrams have their grammar in a .jison file.
Flowchart: https://github.com/mermaid-js/mermaid/blob/develop/packages/...
A single grammar to support all the different use cases would be challenging. But we did have some plans to introduce guidelines to make different diagram syntaxes more consistent.
-
there's also D2 https://d2lang.com/tour/intro/ which is worth exploring.
if anyone wants to try out mermaid in their own .md knowledge base we've built a smooth editor experience in https://acreom.com (no account required).
-
Klotho
AWS Cloud-aware infrastructure-from-code toolbox [NEW]. Build cloud backends with Infrastructure-from-Code (IfC), a revolutionary technique for generating and updating cloud infrastructure. Try IfC with AWS and Klotho now (Now open-source)
-
text-to-diagram-site
Compare syntax, layouts, outputs between languages for generating diagrams with text.
I think Mermaid is better than PlantUML to write something quickly.
But D2 looks very promising. I like the simpler and more intuitive syntax.
-
I actually have much more experience with plantuml (we actually have a plugin which generates diagrams for our jekyll/asciidoc docs site: https://github.com/FusionAuth/fusionauth-site/blob/master/si... ), but I have recently started using mermaid for a project and like it so far.
Related posts
- Exploring MLOps Tools and Frameworks: Enhancing Machine Learning Operations
- Create Digital Timing Diagrams
- docs/browser.js at dependabot/github_actions/actions/github-script-98814c53be79b1d30f795b907e553d8679345975 · github/docs
- Cannot reach github.com from Starlink
- What Apple hardware do I need for CUDA-based deep learning tasks?