-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add support for OpenDAL for store #258
Comments
Neat, I'll look into this. I imagine that any non-S3 backend would have to be something that Y-Sweet explicitly exposed through the binary (unless it were embedded into another server as a library); is there a backend that OpenDAL would enable that you are interested in in particular? I'm also planning to evaluate slatedb.io as a storage layer, and it happens that slatedb uses the |
I'm primarily looking for the SurrealDB integration. Internally it supports in memory, rocksdb, tikv and foundation db. |
SurrealDB has wasm also, https://github.com/surrealdb/surrealdb.wasm |
I'm working on a rewrite (for other reasons) that happens to use I'm generally wary of this, because the further you get from S3-like object storage, the less some of the design decisions made by Y-Sweet (especially in the rewrite) make sense, even if you can shoehorn any KV store into "looking like" an object store. |
Would be great if Apache OpenDAL is supported by for Store. It supports tons of file systems include s3 and would make it easy to use other filesystems besides s3. you can find the list of supported filesystems at https://docs.rs/opendal/latest/opendal/services/index.html.
The text was updated successfully, but these errors were encountered: