Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add support for NebulaGraph #4553

Closed
Xuanwo opened this issue Apr 30, 2024 · 1 comment · Fixed by #5116 or #5147
Closed

Add support for NebulaGraph #4553

Xuanwo opened this issue Apr 30, 2024 · 1 comment · Fixed by #5116 or #5147

Comments

@Xuanwo
Copy link
Member

Xuanwo commented Apr 30, 2024

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

Notes

This project is hosted by @vesoft-inc, and opendal just provide mentorship.

Goal

Add nebula based service support so users can store data inside nebula via opendal.

The usage will look like:

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

Requirement

  • Know about nebula's API
  • Know about how to build/test rust project
  • Better to have some knowledge about io-uring
  • The current rust API for nebula's is incomplete; we may need to collaborate with upstream to finalize them.

Mentorship

Mentor: @suyanhanx
Discussion: mailing list and discord

@Xuanwo Xuanwo changed the title Add support for nebula graph Add support for NebulaGraph Apr 30, 2024
@Xuanwo
Copy link
Member Author

Xuanwo commented Sep 9, 2024

cc @suyanhanx, any updates on this?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants