Tool for creating uml diagrams

2018-04-09 Thread David Espinosa
Hi all, I was wondering if somebody knows about some tool to create uml diagrams from avro files. Thanks in advance! David

Re: Tool for creating uml diagrams

2018-04-09 Thread David Espinosa
t; Don't have one specifically for avro files, but StarUML is the best tool > I've found for just creating the diagrams from a UI. > > http://staruml.io/ > > On Mon, Apr 9, 2018 at 1:15 PM, David Espinosa wrote: > >> Hi all, >> I was wondering if somebody know

Re: Tool for creating uml diagrams

2018-04-10 Thread David Espinosa
;>> 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 D