Thanks Rob for your proposal, I will take a look to plantmul. And John your idea is so clean and easy.. as a matter of fact I'm already creating the java classes from the avro (I use them to as message transport pojos), so I only have to reuse that conversion in my CI together with some java-to-uml solution and I will have always an updated UML of my domain! Thanks a lot guys!
2018-04-10 1:17 GMT+02:00 Rob Torop <[email protected]>: > That's an cool idea, assuming the java is pretty vanilla looking. I've > just used it in python, using avro's validate to check the objects I create > :-) > > On Mon, Apr 9, 2018 at 7:12 PM John McClean <[email protected]> wrote: > >> I'd consider generating Java from the avro and then using one of the many >> tools that will generate UML from Java. >> >> On Mon, Apr 9, 2018 at 4:06 PM, Rob Torop <[email protected]> wrote: >> >>> You could try using plantuml. You'd have to write some code to generate >>> the files it takes (it's like graphviz - a simple text format) and then run >>> plantuml to generate image files. >>> >>> >>> On Mon, Apr 9, 2018 at 1:16 PM David Espinosa <[email protected]> wrote: >>> >>>> Hi all, >>>> I was wondering if somebody knows about some tool to create uml >>>> diagrams from avro files. >>>> >>>> Thanks in advance! >>>> David >>>> >>> >>
