apache / opendal

Apache OpenDAL: access data freely.
https://opendal.apache.org
Apache License 2.0
3.18k stars 442 forks source link

Add native support for monoio project #4552

Open Xuanwo opened 3 months ago

Xuanwo commented 3 months ago

Apply for this project: https://summer-ospp.ac.cn/org/prodetail/241110346

Goal

Add monoio based fs support as mentioned in https://github.com/apache/opendal/issues/4520.

The usage will look like:

let op = Operator::via_map(Scheme::MonoioFs, map)?;
let bs = op.read("path/to/file").await?;

Requirement

Mentorship

Mentor: @Xuanwo Discussion: mailing list and discord

hoslo commented 3 months ago

@Xuanwo I'm interested in this.

Xuanwo commented 3 months ago

@Xuanwo I'm interested in this.

Thank you for your interest. However, this project is designated as an OSPP project; perhaps you would like to participate as a mentor instead?

hoslo commented 3 months ago

@Xuanwo I'm interested in this.

Thank you for your interest. However, this project is designated as an OSPP project; perhaps you would like to participate as a mentor instead?

I just noticed this, you are better as a mentor, I can go and solve other issues.

NKID00 commented 1 month ago

Task list to track progress of monoiofs

Blocked by monoio