{"id":18963904,"url":"https://github.com/janeliascicomp/kleio-python-sdk","last_synced_at":"2026-01-04T22:10:46.732Z","repository":{"id":65496899,"uuid":"560021107","full_name":"JaneliaSciComp/KLEIO-Python-SDK","owner":"JaneliaSciComp","description":null,"archived":false,"fork":false,"pushed_at":"2023-07-25T16:07:01.000Z","size":27450,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-09-05T12:45:40.826Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/JaneliaSciComp.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-10-31T15:21:14.000Z","updated_at":"2024-05-28T18:07:49.000Z","dependencies_parsed_at":"2024-11-08T14:34:32.554Z","dependency_job_id":null,"html_url":"https://github.com/JaneliaSciComp/KLEIO-Python-SDK","commit_stats":{"total_commits":116,"total_committers":2,"mean_commits":58.0,"dds":"0.025862068965517238","last_synced_commit":"50231b9c661eef6287f51c770aefe49cad22fa5e"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/JaneliaSciComp/KLEIO-Python-SDK","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaneliaSciComp%2FKLEIO-Python-SDK","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaneliaSciComp%2FKLEIO-Python-SDK/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaneliaSciComp%2FKLEIO-Python-SDK/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaneliaSciComp%2FKLEIO-Python-SDK/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/JaneliaSciComp","download_url":"https://codeload.github.com/JaneliaSciComp/KLEIO-Python-SDK/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/JaneliaSciComp%2FKLEIO-Python-SDK/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273790554,"owners_count":25168674,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-05T02:00:09.113Z","response_time":402,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T14:22:25.681Z","updated_at":"2026-01-04T22:10:46.641Z","avatar_url":"https://github.com/JaneliaSciComp.png","language":"Python","readme":"### Versioned Storage Python SDK \n| [JAVA SDK IS HERE](https://github.com/JaneliaSciComp/VersionedN5)\n\n\n----\n#### Proposed solution:\nTo enable block-based data versioning for nd data, a mix is created of:\n- Version block index using [Zarr](https://zarr.readthedocs.io/en/stable/) + [Git](https://git-scm.com/)\n- A key value store: using [N5](https://github.com/saalfeldlab/n5) for now\n\n### How to:\n```\nindex_store = ZarrIndexStore(INDEX_PATH)\nstore = VersionedFSStore(index_store, RAW_PATH)\n\nz = zarr.open(store, mode=\"a\")\n\n# Commit\nstore.vc.commit()\n\n# Push\nstore.vc.push()\n\n# Create new branch\nstore.vc.create_new_branch(BRANCH_NAME)\n\n# Checkout new branch\nstore.vc.create_new_branch(BRANCH_NAME)\n```\n\n\n### Features:\n- Multiple branches\n- Multiple collaborators\n- Can jump anytime to any historical point\n- Data is not replicated and no extra reading writing cost\n\n\nEvery change is a now commit:\n\n![solution](img/architecture.jpeg \"Proposed solution\")\n\n![Commits](img/commits.png)\n\n\n\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaneliascicomp%2Fkleio-python-sdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjaneliascicomp%2Fkleio-python-sdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjaneliascicomp%2Fkleio-python-sdk/lists"}