GraphScope
GraphScope copied to clipboard
🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** **Expected behavior** A clear and concise description of what you expected to happen. **Screenshots** If...
Background ----- A Session encapsulates the environment in which the `Operation` is executed, which contains a set of `Operation`s, as well as the `Graph`s and `Application`, `Context` resources behind the...
Welcome to the open source world! If you haven't planned how to spend this summer, come to the Alibaba Summer of Code and code with us! 💻 Alibaba Summer of...
As titled, this is a successor task of #1587 optimized for this scenario: - a large graph `g1`, serialized to files, each file with one label, e.g., v1.gsfv, v2.gsfv, v3.....,...
**Is your feature request related to a problem? Please describe.** As title, Distinguish the incompatible feature of NetworkX and prompt to users gracefully (or forward NetworkX to support the feature),...
**Is your feature request related to a problem? Please describe.** TBF. **Additional context** Add any other context or screenshots about the feature request here.
**Is your feature request related to a problem? Please describe.** From the results of Gremlin query, it seems that the `internal ID` is returned, which is very confusing for users...
**Is your feature request related to a problem? Please describe.** ```python print(interactive.execute('g.V().has("id", "Domain_1").bothE().valueMap()').all()) File /work/python/graphscope/client/rpc.py:193, in GRPCClient._run_step_impl(self, runstep_requests) 187 logger.error( 188 "Runstep failed with code: %s, message: %s", 189 error_codes_pb2.Code.Name(response.code),...
**Describe the bug** GraphLearn has implies `int64_t` as `OID_T` (see [types.h](https://github.com/alibaba/graph-learn/blob/master/graphlearn/core/graph/storage/types.h#L27)) and current gremlin engine doesn't support string oids as well (see https://github.com/alibaba/GraphScope/issues/1265). An exceptions should be thrown in `g.graphlearn()/g.gremlin()`...
Propose a prototype of create/patch/delete/computation protocols for the components of GraphScope.