This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2016-10-23
Channels
- # beginners (22)
- # cider (6)
- # clara (1)
- # cljs-dev (77)
- # clojure (23)
- # clojure-austin (5)
- # clojure-dusseldorf (1)
- # clojure-france (16)
- # clojure-nl (1)
- # clojure-poland (1)
- # clojure-russia (26)
- # clojure-spec (5)
- # clojurescript (120)
- # datomic (1)
- # events (1)
- # hoplon (158)
- # leiningen (5)
- # off-topic (2)
- # om (24)
- # onyx (19)
- # other-languages (1)
- # ring-swagger (4)
- # sql (1)
- # vim (1)
Does your approach require the generation of some sort of schema artifact representing the on-disk representation of your data?
@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
Would you want it to infer the avro type from the spec? Or would you be happy to annotate the avro part.
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