My application has many streams of different sources, how can I pass some additional style of color params to graphviz? FOr example I would like streams that start via xls files to be red, streams that start via xml files to be yellow and streams that take input from websockets to be blue. It would also be nice to pass color and style options to intermediate nodes like map, combine latest, etc. Is this possible?
My application has many streams of different sources, how can I pass some additional style of color params to graphviz? FOr example I would like streams that start via xls files to be red, streams that start via xml files to be yellow and streams that take input from websockets to be blue. It would also be nice to pass color and style options to intermediate nodes like map, combine latest, etc. Is this possible?