Closed Xuanwo closed 3 months ago
I want to try sqlite
I want to try sqlite
Thanks a lot, have fun!
I want to try azblob
I want to try Postgresql
I want to try azblob
Have fun!
I want to try Postgresql
Have fun too!
I want to try Mysql and Libsql
I want to try Mysql and Libsql
Hi, let's take issues one by one instead trying to take places. How about taking mysql first?
I want to try sqlite
request assign redis
i want to try tikv
i want to try tikv
Thanks! Have fun.
Thank you for all your passion! There's no rush on this tracking issue, and I'd like it to be the first task for contributors. Once you've completed a task, please move onto others so we can involve more people in this event.
First-time contributor here! I'd like to take a look at the CloudflareKv
service.
i want to try etcd
i want to try etcd
Thanks a lot, have fun!
i want to try Rocksdb
i want to try Rocksdb
Have fun!
I want to try Fs
Hi @Xuanwo , for FS we don't have any config and the two attributes in builder are PathBuf. We would not need this change for Fs, right ? If thats the case, I can go ahead and pick up hdfs. Please let me know your thoughts.
If thats the case, I can go ahead and pick up hdfs. Please let me know your thoughts.
Thanks, please go ahead.
hey i want to try memcached and rocksdb. it seems @cjj2010 is already working on rocksdb, so maybe i can work with him on it. it would be great if you assign memcached to me. thanks.
hey i want to try memcached and rocksdb. it seems @cjj2010 is already working on rocksdb, so maybe i can work with him on it. it would be great if you assign memcached to me. thanks.
Thanks, assigned.
I would also like to work on gdrive and ipfs.
Thank you for all your passion! There's no rush on this tracking issue, and I'd like it to be the first task for contributors. Once you've completed a task, please move onto others so we can involve more people in this event.
Hi, Thank you for all your passion! There's no rush on this tracking issue, and I'd like it to be the first task for contributors. How about moving onto others so we can involve more people in this event?
Sure, I will look into other issues and try to contribute there. I would be better off leaving this issue for newcomers. Thanks.
Hi, I would like to work on Atomicserver.
Hi, I would like to work on Atomicserver.
Thanks a lot! Welcome.
i want to try mongodb.
I would like to work on dropbox.
I would like to work on dropbox.
Thanks, assigned!
let my try the sled
Resolved by https://github.com/apache/opendal/pull/4915.
Notes
This issue intends to add config for every service.
Take https://github.com/apache/incubator-opendal/pull/3490 as an example, we just need to move
deserialize
-able fields (likeString
,bool
,usize
) intoXxxConfig
:Please note: all fields here should be
pub
.And use
XxxConfig
to replace existing fields:Leave fields like
http_client
as is.Change the
Builder::from_map
implemantion to:Tasks