Custom logical type associations

2017-06-20 Thread Mark Grey
Hello user, dev, Recently we've been exploring the possibility of migrating our wire serialization format to Avro. This is intended to better integrate with our data-driven systems in Hadoop, Google Cloud Dataflow and elsewhere. We use avro pretty widely for all our data "at rest" in storage in

Re: Can we have duplicate fields in Avro?

2017-07-24 Thread Mark Grey
Protobuf repeated still produces a List in it's generated Java companion class. I'm not aware of any way of representing this in either avro or pbuf that wouldn't require you to iterate through some sequence stored at that key. On Sun, Jul 23, 2017 at 5:29 AM, kant kodali wrote: > Hi All, > > I

Re: Tool for creating uml diagrams

2018-04-09 Thread Mark Grey
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 knows about some tool to create uml diagrams > from avro