-
Notifications
You must be signed in to change notification settings - Fork 33
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Idea] Support OpenDAL #131
Comments
Thank you for bringing this up. I'm happy to help. |
there's a crate that brings opendal integrations to object_store hudi-rs uses: https://crates.io/crates/object_store_opendal |
@Xuanwo and I had a chat - we don't have to bridge the APIs as the current object_store footprint is still small within the codebase - the API migration won't be too much of changes. And we should make use of opendal's capabilities to support more storage systems natively. |
Hi, @xushiyan and @alberttwong, I'm working on this now. One blocker here is opendal doesn't support construct from url yet, I will add this support in opendal first. Tracked at apache/opendal#5407 |
Is there an existing issue for this?
Description of the bug
OpenDAL offers a unified data access layer, empowering users to seamlessly and efficiently retrieve data from diverse storage services. Our goal is to deliver a comprehensive solution for any languages, methods, integrations, and services.
ParadeDB uses Apache OpenDAL to integrate with object stores. If we support OpenDAL, all databases that use OpenDAL will be able to use Hudi
Steps To Reproduce
n/a
Expected behavior
n/a
Screenshots / Logs
No response
Software information
n/a
Additional context
No response
The text was updated successfully, but these errors were encountered: