GraphScope
GraphScope copied to clipboard
🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
**Describe the bug** In the JOB Benchmark, the gopt-based compiler fails to compile queries that involve ISNULL on certain properties, including Job11, 21, and 27. The issue arises because the...
The Path_Opt Trail is not supported on interactive, making it fail to pass the CI test as follows https://github.com/alibaba/GraphScope/actions/runs/10347718630/job/28638508537?pr=4101
**Is your feature request related to a problem? Please describe.** We need a end-to-end profiling tools to display per query metrics, like in gremlin console: or in cypher console: The...
**Is your feature request related to a problem? Please describe.** BI benchmark requires for the implementation of some write operations in compiler, the corresponding cypher operators are: - [ ]...
The interactive mode supports RESTful APIs for getting, updating, and adding nodes and edges. However, because the transaction does not support deletion, the current Delete interface remains unimplemented. It needs...
When loading a graph in interactive, if we bulkload a certain number of nodes, only an additional 20% space is reserved for storing newly inserted nodes. If more nodes are...
Since we have many artifacts in this monorepo, currently the building toolchain for each component is language specific. It seems bazel is fit for our project, only one building toolchain...
**Describe the bug** Since CentOS 7 has reached EOL, the mirror is moved to vault. When the Docker attempts to execute yum, it will return an error "Cannot find a...