DEV Community

Dibyojyoti Sanyal
Dibyojyoti Sanyal

Posted on • Updated on • Originally published at cloudnativemaster.com

How to draw architecture diagrams? | tools and standards for architecture diagrams?

When we look at various architecture diagrams we understand it's not random. There are few basic building blocks and notations. Here we will see what technical ways and standards are there to draw architecture diagrams. What tools are available to draw those diagrams. First we will understand what are the language or standards architects use. They are UML, BPMN, EPC etc.

UML

The Unified Modelling Language is a graphical language for visualization, construction and documentation of the artifacts of software systems. UML has emerged as the software industry's dominant modelling language. What is an artifact? An artifact could be anything depending on the scenario and level of abstraction and communication partners and what you want to convey. For example, it could be a high level component or block diagram that describes what are the main components involved or it could be a sequence diagram that describes to the developers how request response works among different internal and external services of the software system.

BPMN

Business Process Model and Notation (BPMN) is a graphical representation to specify business processes in a business process model. Business Process Management Initiative (BPMI) developed BPMN, and currently maintained by the Object Management Group since the two organizations merged in 2005.

Event-Process-Chains (EPC)

Event Process Chains are charters to draw the flows of business processes. We can draw various complex workflows of an enterprise and automate them. The flows are event driven. Many companies use EPC to model and optimize their business processes. For example employee payroll management, employee leave request management, material procurement process just to name a few.

UML is used to do architecture modelling for software products and systems. UML diagrams can be divided into a few diagram types.

UML Diagram Types

Block Diagram
Component Diagram
Class Diagram
Package Diagram
Activity Diagram
Sequence Diagram
State Diagram
Use Case Diagram

Read more here

Top comments (1)

Collapse
 
tnir profile image
T "@tnir" N

What tool do you recommend then?