Category "avro-tools"

Converting an AVDL file into something Apache's avro python package can parse

What I would like to be able to do is take an .avdl file and parse it into python. I would like to make use of the information from within python. According to

Apache Avro maven plugin seems to be ignoring config

I am using apache avro maven plugin with the aim of generating java from avsc. I am running this on an m1 mac(though i didn't see anything online about that bei

How to convert json schema to avro schema [closed]

My application has been using json schema (org.everit.json.schema.Schema ) to validate JSON messages whether they comply to a particular forma