xiaodaigh / JDF.jl

Julia DataFrames serialization format
MIT License
90 stars 9 forks source link

Use a defined and easy-to-write format to store the metadata #11

Open xiaodaigh opened 5 years ago

xiaodaigh commented 5 years ago

Currently, Julia's serializer is used to store the metadata. I think should use an open format.

gabomgp4 commented 4 years ago

I would like to try this task. I'm a developer new to Julia and i think this is a good opportunity to learn Julia. What do you think about using FlatBuffers to store the metadata?

Note: Flatbuffer is used in the arrow ipc format that is similar (serializing dataframes) to this project.

xiaodaigh commented 4 years ago

Might be a good idea. Try the Flatbuffer package.