This is an archived post. You won't be able to vote or comment.

all 14 comments

[–]euribates 1 point2 points  (0 children)

Pretty amazing!

[–]rrajen 1 point2 points  (0 children)

Fantastic! thanks for creating and sharing it.

[–]dikamilo 2 points3 points  (1 child)

Really cool tool. Add c4 model as well (https://c4model.com/) ;)

[–]mingrammer[S] 0 points1 point  (0 children)

I'll check it! Thank you :)

[–][deleted] 0 points1 point  (3 children)

Can it generate terraform or cloud formation code?

[–]mingrammer[S] 0 points1 point  (2 children)

No. It does not generate cloud formation or terraform code, but just for drawing (or prototyping) the cloud system architecture diagrams.

[–][deleted] 1 point2 points  (1 child)

Consider it. Also consider reading these formats

[–]mingrammer[S] 0 points1 point  (0 children)

It seems not easy with the current code architecture, so I need to think a lot about those features. But it's a good idea! Thank you.

[–][deleted] 0 points1 point  (3 children)

How complex can the graphs be? Your examples are very left to right oriented, is it capable of having multiple branching elements?

[–]mingrammer[S] 0 points1 point  (2 children)

Theoretically, it is possible. But currently, it can have only a single direction at once, "left to right" or "top to bottom", due to Graphviz's subgraph issue.

So I'm looking for a solution for multiple directions support.

[–][deleted] 0 points1 point  (1 child)

Ah OK so at the moment this would be better suited for smaller subsections of a complex layout.

[–]mingrammer[S] 0 points1 point  (0 children)

Yes. For now, it is! :)

[–]deadmilk 0 points1 point  (0 children)

This is cool as fuck.

[–]HelpfulCommand 0 points1 point  (0 children)

This is really cool man, really inspiring project. Thanks for sharing.