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

Object store based metadata store #1882

Open
Tracked by #1784
tillrohrmann opened this issue Aug 22, 2024 · 2 comments
Open
Tracked by #1784

Object store based metadata store #1882

tillrohrmann opened this issue Aug 22, 2024 · 2 comments

Comments

@tillrohrmann
Copy link
Contributor

tillrohrmann commented Aug 22, 2024

With S3's latest addition to support conditional writes, we can consider building our metadata store based on an object store. The metadata store implementation could store all its state in a single blob on S3. When accessing the data, it could fetch the blob and extract the requested parts.

@Xuanwo
Copy link

Xuanwo commented Oct 23, 2024

Hi, I'm from the opendal community and want to promote opendal for implementing an object store-based metadata store. I personally believe it would be a great fit.

OpenDAL offers a unified data access layer, empowering users to seamlessly and efficiently retrieve data from diverse storage services.

It's now support nearly all object storage services like S3, Gcs, Azblob, Aliyun OSS, ...

Welcome to check it out; I'm eager to collaborate.

image

@tillrohrmann
Copy link
Contributor Author

Thanks a lot for your suggestion @Xuanwo. Opendal looks really interesting and it has come up earlier in some internal discussions as well. Once we get started with this issue, we'll get back to you on it.

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

No branches or pull requests

2 participants