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

Graph-as-a-Service initial working version for DGL #2210

Closed
5 of 7 tasks
rlratzel opened this issue Apr 7, 2022 · 1 comment · Fixed by rapidsai/GaaS#1
Closed
5 of 7 tasks

Graph-as-a-Service initial working version for DGL #2210

rlratzel opened this issue Apr 7, 2022 · 1 comment · Fixed by rapidsai/GaaS#1
Assignees
Labels
? - Needs Triage Need team to review and classify
Milestone

Comments

@rlratzel
Copy link
Contributor

rlratzel commented Apr 7, 2022

(part of epic #2141)

One or more PRs to ensure that the initial cuGraph service meets the following requirements for DGL:

  • set up repo ("GaaS")
  • loading graph data from a file on the machine the service is running from
  • running and returning results for node2vec sampling on the loaded graph. Results are returned to caller's host for now.
  • unloading/removing the loaded graph
  • research and implement ETL functionality
  • running and returning results for egonet sampling on the loaded graph. Results are returned to caller's host for now.
  • running and returning results for neighborhood sampling on the loaded graph. Results are returned to caller's host for now.
@rlratzel rlratzel added the ? - Needs Triage Need team to review and classify label Apr 7, 2022
@rlratzel rlratzel added this to the 22.06 milestone Apr 7, 2022
@rlratzel rlratzel self-assigned this Apr 7, 2022
@rlratzel rlratzel mentioned this issue Apr 7, 2022
6 tasks
@rlratzel rlratzel added the python label Apr 7, 2022
@rlratzel rlratzel changed the title graph-as-a-service initial working version graph-as-a-service initial working version for DGL May 5, 2022
@rlratzel rlratzel changed the title graph-as-a-service initial working version for DGL Graph-as-a-Service initial working version for DGL May 5, 2022
@rlratzel
Copy link
Contributor Author

Tracking this work here instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
? - Needs Triage Need team to review and classify
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant