Versioned Storage Python SDK - enable version management for nd data
Project description
Versioned Storage Python SDK
Proposed solution:
To enable block-based data versioning for nd data, a mix is created of:
How to:
index_store = ZarrIndexStore(INDEX_PATH)
store = VersionedFSStore(index_store, RAW_PATH)
z = zarr.open(store, mode="a")
# Commit
store.vc.commit()
# Push
store.vc.push()
# Create new branch
store.vc.create_new_branch(BRANCH_NAME)
# Checkout new branch
store.vc.create_new_branch(BRANCH_NAME)
Features:
- Multiple branches
- Multiple collaborators
- Can jump anytime to any historical point
- Data is not replicated and no extra reading writing cost
Every change is a now commit:
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
pykleio-0.5.1.tar.gz
(9.2 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
pykleio-0.5.1-py3-none-any.whl
(10.9 kB
view details)
File details
Details for the file pykleio-0.5.1.tar.gz.
File metadata
- Download URL: pykleio-0.5.1.tar.gz
- Upload date:
- Size: 9.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
0a0ec1c86ad7a3b147f99cc8e39cb9a5ff8984deb3332f3db4265e7c106ba0d3
|
|
| MD5 |
ec95788c254a379e0fef0893125b05c7
|
|
| BLAKE2b-256 |
b1c312182fbadba496e0574a92a17f840c39dc73a6cf7a584bbf99bb56df9822
|
File details
Details for the file pykleio-0.5.1-py3-none-any.whl.
File metadata
- Download URL: pykleio-0.5.1-py3-none-any.whl
- Upload date:
- Size: 10.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.8.13
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c2e8f74cdcec5437c062f771e912c1f9a89d66f2c4a254d34317a55510e301f9
|
|
| MD5 |
477142865e1f12341853f570c4d9c1ab
|
|
| BLAKE2b-256 |
8c468df965006a0c049e392df1a1a31607a0e9411f277ea924295202f835fdfb
|