JuliaData / Avro.jl

Pure Julia implementation for reading/writing data in the Avro format
MIT License
16 stars 6 forks source link

Write one record at a time, read one partition at a time. #16

Open altre opened 2 years ago

altre commented 2 years ago

This is a first prototype at solving #15 I am not sure whether the API is a good choice, but it might be a basis for discussion. Also not sure whether this is terribly efficient or not. First tries seemed OK at least.