-
Notifications
You must be signed in to change notification settings - Fork 44
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
[C++] Include an example of converting SNAP datasets to GraphAr format #386
Conversation
Shell we upload the generated snap dataset of graphar format and provide a python download script to download it, like HuggingFace did? |
Certainly! This Pull Request serves as a demonstration of utilizing the GraphAr API for conversion. |
Can you add some document about the example to docs? |
Sure, I've created documentation for the example. Could you please review it? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Proposed changes
This PR provides a sample conversion of SNAP datasets into GraphAr format, showcasing the process with the Facebook graph as a case study. The conversion leverages GraphInfo constructors and the high-level writer functions from the C++ library.
Checklist
Put an
x
in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code.Further comments
As part of #275