GraphScope
                                
                                
                                
                                    GraphScope copied to clipboard
                            
                            
                            
                        🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
## What do these changes do? impl new condition filter - impl Condition to filter vertex/edge - make GlobalGraph support row filter make GlobalGraph support column filter make GraphScopeStore support...
## What do these changes do? 1. Provide profile tools in GAIA-IR, to show information of time cost, number of intermediate results in each operator, etc. 2. Provide graphviz to...
see #1885 and #1950
## What do these changes do? As titled. ## Related issue number Fixes #1965
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
[Prometheus](https://github.com/prometheus) 是 Kubernetes 生态中的一个开源系统监控告警解决方案,在本任务中,你需要结合 Prometheus 为 GraphScope 系统提供一套统一的 UI,来帮助监控、追踪 GraphScope 集群的运行状态,具体包含子任务如下: **生产监控数据** - [Python] 在 [GraphScope Coordinator](https://github.com/alibaba/GraphScope/tree/main/coordinator) 中暴露 HTTP 服务,负责生成 [Prometheus 可识别](https://prometheus.io/docs/concepts/data_model/)的日志信息 - [Python] 为 [GraphScope Store](https://github.com/alibaba/GraphScope/tree/main/research/graph_store) 实现一个 [Prometheus Exporter](https://prometheus.io/docs/instrumenting/writing_exporters/),该...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...
I got a problem when using graphscope with stand-alone model and urgently need your help. The code is as follows: ``` import graphscope from graphscope.dataset import load_ogbn_mag graphscope.set_option(show_log=False) # enable...
**Describe the bug** A clear and concise description of what the bug is. A Encode/Decode error occurs when running BI3 as follows: ``` g.V().has("COUNTRY", "name", "China").in("ISPARTOF").in("ISLOCATEDIN").as("person") .in("HASMODERATOR").as("forum") .out("CONTAINEROF").in("0..6", "REPLYOF").endV().as("msg") .out("HASTAG").out("HASTYPE").has("TAGCLASS",...