GraphScope icon indicating copy to clipboard operation
GraphScope copied to clipboard

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统

Results 486 GraphScope issues
Sort by recently updated
recently updated
newest added

### Reader ```C++ # create a reader with graph meta yaml void Init(FILE meta_file); # The graph meta API int VerticesNum(vertex_label_name); int EdgeNum(edge_label_name); int TotalVerticeNum(); int TotalEdgeNum(); int VertexLabelNum(); int...

Result: https://yuque.antfin.com/go/doc/173849695 - [x] bi1 - [x] bi2 - [x] bi3 - [x] bi4 - [x] bi5 - [x] bi6 - [x] bi7 - [x] bi8 - [x] bi9 -...

component:gie

**Describe the solution you'd like** - [x] inspired by bi queries, summarize features ir need support - [ ] apply vs group (optimizations) - [ ] evaluate bi queries based...

component:gaia

Setup a regression test framework with large data, and test that the new version doesn't break functionalities in the previous versions. - [ ] test on groot store interface -...

component:dev-infra

**prepare artifacts** - [ ] prepare binary/cmd/config and test in local physical machine - [ ] prepare images, one for executor and vineyard, one for compiler **deploy in k8s** -...

component:gie
component:dev-infra

Currently a query may execute a quite long time and would block the incoming query afterward. We need to - [ ] Make sure the previous blocking query won't block...

rust

**Describe the bug** Seems github has (may be temporarily) adjust the memory limit of runners on Github Actions, causing failure on our main branch: https://github.com/alibaba/GraphScope/runs/7441676827?check_suite_focus=true The building time and memory...

enhancement
component:gae
priority:high
component:dev-infra

There are many limitations on our current CI: - The environment on CI is hugely different from our laptop, it is hard to reproduce CI errors by our own; -...

component:dev-infra

**Is your feature request related to a problem? Please describe.** Currently pod configurations are created by a script. So we do not have control over these configurations. This is making...

enhancement
kubernetes

To deploy a lightweight GAE/libgrape-lite in Kubernetes, dedicated for graph analytics workload. Further, maybe we could use Kubernetes Job for on-demand scheduling.

component:gae