metosin / malli

High-performance data-driven data specification library for Clojure/Script.
Eclipse Public License 2.0
1.52k stars 215 forks source link

Transforming Schemas into Avro Schema #297

Open dakra opened 4 years ago

dakra commented 4 years ago

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

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

ikitommi commented 4 years ago

PR or example ns welcome!

refset commented 3 years ago

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