travesty
travesty copied to clipboard
Diagram- and graph-generating library for Akka Streams
Hello, first of all thanks for sharing your work. I have pulled travesty into our project and ran some graphs through it. One question: Is it possible to generate /...
**Summary:** Both: - the Gremlin graph, and - the generated diagram, should include types as edge (transition) labels wherever possible. **Problem description:** How *can't* one get the types of a...
`graphviz-java` offers several implementations of Graphviz. The problem is that those implementations are quite "fragile", i.e. if the first one defined is determined to be "available" by `graphviz-java`, it will...
**Summary:** Both the graphs and the diagrams should include the information on *which* nodes materialize *which* values. **Problem description/solution:** This is a bit easier to solve than #1 - we...