-
Notifications
You must be signed in to change notification settings - Fork 65
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
Add ceph rados datastore #101
Comments
Nice! Sorry for the delay - the general flow of 'mainlining' a datastore would be:
|
Cool, this name is what I used. Once you create this project, I could push the initial version to it.
I touch gx when I work on go-unixfs, I will take a look other project and ask questions when I stuck.
Got it. I will do it after finish the gx relative work. |
Hi, we already test go-ds-rados with go-ipfs. Could you please create a repo such ipfs/go-ds-rados? As you said, it is easy to discuss about go-ds-rados specific issues. Hope we could do more to improve the datastore as well as go-ipfs/libp2p. Thanks. |
If you're like me and you know you've seen the go-ds-rados repo before but can't find it, here's the link. (sorry for the issue necro-ing, I just spent 10 minutes finding that repo) |
Currently ipfs support s3 and swift for clustering storage. We(ipfsbit) implement a ceph backend through rados(a reliable autonomic distributed object store).
The basic function works:
It will be easy to make more optimization if implement such dedicated ceph backend. So, How do we contribute it to ipfs? We hope we could send the patches early to get more feedbacks. Thanks in advance.
The text was updated successfully, but these errors were encountered: