tensorstore
tensorstore copied to clipboard
Python-implementable kvstores
In a recent meeting, @jbms, I and others discussed that it would be useful to expose a Python interface to implement custom kvstores. This would allow library users to implement their own storage backends such as S3, Azure, Webdav more easily. That could also open the door to the rich fsspec ecosystem.
Is there any practice could be referred to ?