-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for flat-binary backend #300
Comments
See also #230 . Ultimately this may or may not be relevant, but it looks like Zarr might be similar enough to h5py that one could drop it in to test how this could work. |
Another project that might be useful for this is exdir: |
@kdharris101 also suggested ALF https://github.com/cortex-lab/alf2neuroscope#what-is-alf as a relevant standard for structuring storage of flat binary files. Here also a related issue ticket on the nwb-schema repo: NeurodataWithoutBorders/nwb-schema#57 |
exdir just came across my radar; @jeffteeters do you have any experience with it? Looks great! |
I don't have any experience with it. I only recently learned about it. |
This will not work on a typical windows. |
I've been looking more closely at exdir & I'll add a +1 to @jeffteeters's suggestion. They seem to have done most of the hard work here & the api is meant to be a drop-in for h5py, so it should be fairly easy to port the backend. There isn't currently support for links but there is an open issue on their repo: CINPLA/exdir#1 |
I feel like this is handled by Zarr. @oruebel , good to close? |
Yes, this is being addressed by https://github.com/hdmf-dev/hdmf-zarr |
Some users would like to read/write data to/from flat-binary files. To support this, an extension of FORMIO must be created. Before doing this, details on how data gets stored need to be flushed out. As a first pass, I propose the following specification:
The text was updated successfully, but these errors were encountered: