Fork me on GitHub
#clojure-spec
<
2016-10-23
>
cddr00:10:01

Does your approach require the generation of some sort of schema artifact representing the on-disk representation of your data?

bfabry22:10:14

@cddr I fully intend to be using something that does spec->avro schema within the next 6 months. either someone else will write it and I'll use it or I'll write it

cddr22:10:28

Would you want it to infer the avro type from the spec? Or would you be happy to annotate the avro part.

bfabry23:10:57

probably shoot for from spec. I'm thinking if spec can do this with generators https://github.com/clojure/clojure/blob/master/src/clj/clojure/spec/gen.clj#L128 I can do something similar with avro types