Liking cljdoc? Tell your friends :D

fileape.avro.writer


-load-schemaclj

(-load-schema k env {:keys [avro-schema-registry-url schema-client]})

Allow schema-client to be passed in, otherwise create one using the avro-schema-registry-url

Allow schema-client to be passed in, otherwise create one using the avro-schema-registry-url
sourceraw docstring

close!clj

(close! {:keys [data-writer]})
source

create-client-if-not-existclj

(create-client-if-not-exist env avro-schema-registry-url)
source

create-data-writerclj

(create-data-writer file schema avro-codec)
source

load-schemaclj

source

open-avro-file!clj

(open-avro-file! k file env conf)

If schema-client is added to conf, it will be used instead of creating a schema client

If schema-client is added to conf, it will be used instead of creating a schema client
sourceraw docstring

valid-codecclj

(valid-codec codec-name)
source

write!clj

(write! {:keys [data-writer]} datum)

datum: should be an avro record

datum: should be an avro record
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close