Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 750 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 750 Bytes

Versioned Storage Java SDK

Java implementation of Block based versioned data storage. Python implementation is here.


Proposed solution:

To enable version management for nd data, a mix is created of:

  • Version block index using Zarr + Git
  • A key value store: using N5 for now

solution

Class Diagram:

diagram


for MAC M1 Chip:

1- install c-blosc: brew install c-blosc

2- Look for it: brew list c-blosc -v

3- jvm param: -Djna.library.path=/opt/homebrew/Cellar/c-blosc/1.21.1/lib/