Skip to content

Release v2.3.0: add dependency graph export in DOT format

Latest

Choose a tag to compare

@ognick ognick released this 19 Dec 11:06
· 4 commits to main since this release
7fa7c54
- Add WithGraphOutput() option to auto-save graph on lifecycle start
- Add BuildGraph() method to Lifecycle interface
- Add Graph.ToDOT() method to convert graph to Graphviz DOT format
- Add /graph/dot API endpoint in example app
- Add "Download DOT" button to example web UI
- Update README with graph export documentation

Graph can be visualized using Graphviz tools:
  dot -Tpng graph.dot -o graph.png