JuliaData / Feather.jl

Read and write feather files in pure Julia
https://juliadata.github.io/Feather.jl/stable
Other
109 stars 27 forks source link

Reading Feather files from a memory #62

Closed pevnak closed 6 years ago

pevnak commented 6 years ago

Is it possible to read feather files directly from the memory? If I download a file using AWSS3, it is an array of bytes residing the memory. I would like to treat this array as a feather file. Does this make sense?

quinnj commented 6 years ago

That's how Feather.read(filename) works by default.