activeloopai / activeloopai/deeplake

[INTEGRATION] wrapped fsspec storage providers

未關閉
#1,441 1 則留言 0 個 reaction 已指派 0 人 在 GitHub 檢視
enhancement
主要語言
C++
星號
9.2k
分支
722
PR 合併指標
30 天內沒有已合併 PR

描述

when developing hub we explicitly decided not to use [fsspec](https://filesystem-spec.readthedocs.io/en/latest/) because we deemed it was too slow. so we went with [our own storage providers interface](https://github.com/activeloopai/Hub/tree/main/hub/core/storage).

this is great, but we might be able to advance prototyping for users if we open this up as an integration.

also interoperability between hub <> huggingface since [they use fsspec](https://huggingface.co/docs/datasets/_modules/datasets/filesystems.html)

this issue is requesting that we build some sort of easy to use wrapper around any fsspec module so we can create fsspecs and not have to fine tune them for hub (prototyping/interoperability friendly)

貢獻指南

開啟貢獻指南

評估

這個 Issue 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。