alibaba / alibaba/GraphScope

Design and implement some useful methods like turi SGraph

Open
#1,393 3 comments 0 reactions 1 assignee Claimed by @acezen View on GitHub
component:python enhancement warmup
Dominant language
C++
Stars
3.6k
Forks
468
Avg merge
29m
Merged PRs (30d)
1

Description

There are a bunch of accessor methods in [SGraph](https://apple.github.io/turicreate/docs/api/generated/turicreate.SGraph.html) for users to explore graphs, like
```python
get_edges(self[, src_ids, dst_ids,...])
get_neighborhood(ids[, radius, ...])
get_vertices(self[, ids, fields, format])
```
It's would be great if GraphScope graph also supports these methods.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.