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

[Feat] Implement GraphAr Spark Reader for reading GAR format files into Spark DataFrame #29

Closed
acezen opened this issue Dec 12, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@acezen
Copy link
Contributor

acezen commented Dec 12, 2022

Is your feature request related to a problem? Please describe.
Implement the Spark Reader to provide functions for reading GraphAr files into Spark DataFrames.

Describe the solution you'd like
The reader should include VertexReader and EdgeReader:

  • VertexReader provide functions to read a type of vertices at a time and assembles the result into the Spark DataFrames.
  • EdgeReader provide functions to read edge chunks including adjList, offset and property chunks.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

Additional context
Add any other context or screenshots about the feature request here.

@acezen acezen added the enhancement New feature or request label Dec 12, 2022
@acezen acezen moved this to Todo in alibaba/GraphAr Dec 13, 2022
@acezen acezen added this to the Release 0.1.0 milestone Dec 13, 2022
@lixueclaire lixueclaire self-assigned this Dec 19, 2022
@acezen acezen moved this from Todo to In Review in alibaba/GraphAr Dec 27, 2022
@github-project-automation github-project-automation bot moved this from In Review to Done in alibaba/GraphAr Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants