Reputation: 342
I have an application made of multiple microservices. I would like to visualize it for newer developer to understand the flow chart.
In some previous experiences, I have seen people draw flowchart like this one below.
Question: What is this kind of flow chart called?
Is there any software tool that can draw it?
Upvotes: 2
Views: 1839
Reputation: 11842
This diagram is called "sequence diagram". You can use https://www.zenuml.com for creating sequence diagram. It comes with a super-developer-friendly syntax and is real-time.
Disclaimer: I am the author :)
Upvotes: 1
Reputation: 9680
This diagram is called "Sequence Diagram". You can learn about its annotation at IBM Rational site
You can use tools like Visual Paradigm to draw it. They have a community version for non-commercial use.
Upvotes: 0
Reputation: 2146
Use https://www.planttext.com/ for creating the flowchart, You need to first understand the syntax for creating the flowchart.
Upvotes: 1