zio-schema icon indicating copy to clipboard operation
zio-schema copied to clipboard

Generate Avro schema file from Schema[A]

Open jdegoes opened this issue 2 years ago • 1 comments

jdegoes avatar Feb 09 '22 23:02 jdegoes

I'm working on an implementation using Apache Avro Java implementation as an intermediate representation: encode: zio.schema.Schema[_] -> org.apache.avro.Schema => Json String decode: Json String => org.apache.avro.Schema => zio.schema.Schema[_]

See also: #76

I'm close to submit a PR for this but need to have #210 be solved first (WIP PR already opened)

TobiasPfeifer avatar Feb 27 '22 15:02 TobiasPfeifer