Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 414 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 414 Bytes

beam-viz

Very simple tool to graph Beam Pipeline. Output is in Graphviz's dot format and can be easily rendered by dot command (dot -Tpng <your-dot-file> > pipeline.png).

Example of use

String dot = PipelineToDot.convert2Dot(pipeline);