zio-schema
zio-schema copied to clipboard
Generate Avro schema file from Schema[A]
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)