Skip to content

VaclavPlajt/beam-viz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

About

Beam pipelinve vizualization

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages