Skip to content
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

Open
1 task done
alberttwong opened this issue Sep 3, 2024 · 5 comments
Open
1 task done

[Idea] Support OpenDAL #131

alberttwong opened this issue Sep 3, 2024 · 5 comments
Assignees
Milestone

Comments

@alberttwong
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

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

@alberttwong alberttwong added the bug Something isn't working label Sep 3, 2024
@alberttwong
Copy link
Author

apache/opendal#5065

@alberttwong alberttwong changed the title [Idea] [Idea] Support OpenDAL Sep 4, 2024
@Xuanwo
Copy link
Member

Xuanwo commented Sep 9, 2024

Thank you for bringing this up. I'm happy to help.

@kazdy
Copy link
Contributor

kazdy commented Sep 22, 2024

there's a crate that brings opendal integrations to object_store hudi-rs uses: https://crates.io/crates/object_store_opendal
It may be worth considering this instead of replacing it with opendal completely?

@xushiyan
Copy link
Member

@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.

@Xuanwo
Copy link
Member

Xuanwo commented Dec 11, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Todo
Development

No branches or pull requests

4 participants