GraphScope
GraphScope copied to clipboard
🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
Currently Interactive compiler generate path expand plans with `path_expand_opt=EndV` only. For the paths obtained from a query, only the last vertex is returned to the client/driver. We shall return the...
Building and running Interactive from source with aocc compiler: Query name ```cypher MATCH(n) return COUNT(n); ``` ``` WARNING: Logging before InitGoogleLogging() is written to STDERR I0207 09:46:46.874811 2114829 gen_code_from_plan.cc:125] Start...
We regularly update our [blog posts](https://graphscope.io/blog/) to help users discover the technologies behind GraphScope, gain insights into our design and development, and learn how to use GraphScope with our in-depth...
## What do these changes do? Ref: https://networkx.org/documentation/stable/release/release_3.2.1.html ## Related issue number #3563
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** - Submit a spark graphX application on GraphScope ERROR LOG:  SOURCE CODE:  The...
## What do these changes do? As titled. During test, I find not all pods are scheduled to the same node. ```yaml NAME READY STATUS RESTARTS AGE IP NODE NOMINATED...
For Interactive compute engine, we need to provide the ability for implicit type conversion in predicate. (The only scenario where the type conversion may happen). For most of the predicates,...
**Describe the bug** Mac M2 computer, installing gs/interactive encounters an error. **To Reproduce** Steps to reproduce the behavior: - download resource :https://interactive-release.oss-cn-hangzhou.aliyuncs.com/interactive-latest-arm64.zip - exec `interactive bin/gs_interactive destroy` ```bash py39) ➜...