hootsuite / health-checks-api

Standardize the way services and applications expose their status in a distributed application
https://hootsuite.github.io/health-checks-api/
Other
95 stars 8 forks source link

Architecture diagrams #8

Open borgius opened 4 years ago

borgius commented 4 years ago

Hi guys! Thank for great tool, just one question - how to get architecture diagrams like on README.md: image

HootAdam commented 4 years ago

Hi @borgius, thanks for your interest in the health checks api. The above diagram was created using a script that walks the service graph using the traverse endpoint and renders the diagram using UML and graphviz. At this time, we have not published the script but it should be fairly easy to do with a simple graph traversal.