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

refactor: Use opendal to replace object_store #978

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

Xuanwo
Copy link

@Xuanwo Xuanwo commented Nov 9, 2024

Close #948

This PR will use opendal to replace object_store.

The most significant change is the addition of the GetResponse struct. After this PR, GetResponse will no longer expose any external types; instead, it will provide its own public API that users can rely on.

cc @jondot to take a review, thank you!


There are many things we can consider, such as enabling logging, tracing, and metrics layers to make our storage driver more production-ready. Perhaps we can discuss this later in a separate issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add OpenDAL as another kind of storage adapter
1 participant