-
Notifications
You must be signed in to change notification settings - Fork 3
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
Tracking issues of opendalfs 0.1 release #6
Comments
cc @wey-gu and @BeautyyuYanli, are there any features you'd like included in our initial release? |
I think no need to have a package for every different service, since the opendal has all in one package |
Some methods have already been implemented in the abstract class. Others we can implement them by opendal-python or directly rust binding. Maybe the package will not depend on opendal-python, but becomes a new Python binding. |
I have establish the project layout. Adding a service should be as easy as add a simple config: #11 |
@BeautyyuYanli, I have updated the API that we need to implement and added place holders for them, welcome to take a look. |
I would like to add to your list:
|
Hello! I would like to contribute to this project. I have experience with Python and C++, but I am not yet familiar with Rust. I am very willing to learn it for this project. I am still a beginner in open source. @Xuanwo Could you please assign me some simple and basic tasks to familiarize me with the whole process? I could get started and learn from them. Thanks to @wey-gu for the guidance! |
Hi, @dongshunyao, nice to meet you! I think we can start with implementing |
Thank you! I prefer to implement |
This issue is used to track the progress of opendalfs 0.1 release. Welcome to join in the developmenet by leaving your comments here.
memory
,fs
,s3
,azblob
,gcs
,oss
at least.Tasks
The text was updated successfully, but these errors were encountered: