Arbol-Project / dcdf

dClimate Data Format
2 stars 0 forks source link

feat: store/load arbitrary objects in data store from Python #3

Closed chrisrossi closed 2 years ago

chrisrossi commented 2 years ago

The way it's done in the Rust version, using streams, is almost certainly better, but it's not clear how to pass the streams from Rust to Python. This will work fine for most real world objects, like short README files, metadata json, etc...