malli icon indicating copy to clipboard operation
malli copied to clipboard

Transforming Schemas into Avro Schema

Open dakra opened this issue 5 years ago • 2 comments

It would be great if malli could transform Schemas to Avro.

See http://avro.apache.org/docs/current/spec.html

dakra avatar Nov 09 '20 21:11 dakra

PR or example ns welcome!

ikitommi avatar Nov 10 '20 09:11 ikitommi

Sharing this brief Avro schema generation experiment, in case it is of interest to anyone: https://github.com/dvingo/malli-code-gen/blob/malli-avro/src/dev/ivan_play2.clj

Via https://twitter.com/spacegangster/status/1461348456857886722 Video walkthrough https://www.youtube.com/watch?v=cRc0a4HJ7aI /cc @spacegangster

refset avatar Nov 18 '21 23:11 refset