Skip to content
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 support for NebulaGraph #4553

Open
Xuanwo opened this issue Apr 30, 2024 · 0 comments
Open

Add support for NebulaGraph #4553

Xuanwo opened this issue Apr 30, 2024 · 0 comments

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant