DEV Community

Discussion on: Software architecture diagrams - which tool should we use?

Collapse
 
siy profile image
Sergiy Yevtushenko

Thanks for very useful overview. I'm using PlantUML, but will take a look into other tools.
By the way, perhaps you may suggest how to visualize Data Dependency Graphs with these tools?

Collapse
 
simonbrown profile image
Simon Brown

Thanks, you're welcome! The Structurizr DSL is specifically designed to support the C4 model for visualising software architecture, so that itself isn't a good fit. But tools like PlantUML, Mermaid, Graphviz, and d3.js will help you create graphs.