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

**Is your feature request related to a problem? Please describe.** See detail in #1617 ```gremlin g.V().repeat(outE().inV()).times(n) ```

component:gaia

a template project for users to develop apps with SDK - [x] C++ - [ ] Java

Our code coverage could be low due to following reasons: - Coverage report is merged from multiple stages (jobs) - Jobs could be skipped. Maybe we could give `workflow_dispatch` a...

priority:low

We build graphscope image from the ubuntu:20.04 everytime, and we suffer from the network failure quite often when `apt install` or `wget hadoop`, and it takes quite some time. I...

enhancement

see details in https://github.com/alibaba/GraphScope/security/dependabot

dependencies

背景 ----- GraphScope的交互式图查询引擎(GIE)支持对Gremlin查询自动进行分布式、并行化的处理。下一阶段我们将基于[Hiactor框架](https://github.com/alibaba/hiactor)提升GIE处理高吞吐交互式查询的能力。 Hiactor是一个基于actor高并发模型的异步引擎框架。目前Hiactor的集群方式是静态集群,即所有节点必须在任务启动前显式指定,不支持节点的动态注册。因此集群无法动态扩展,并且单个节点failure后也无法恢复(新节点无法加入集群)。我们需要为Hiactor框架设计并实现一套新的集群机制。 更多关于Hiactor框架的细节,请参考:[https://github.com/alibaba/hiactor](https://github.com/alibaba/hiactor) 难度 ------- 进阶 产出要求 ------- (1)Hiactor集群的动态节点注册机制 (2)支持节点的failover 导师 ----- @LiSu : [[email protected]](mailto:[email protected])

summer-of-code
ASoC2022

Proposal **get edges/vertices as dataframe** ```python # return all edges, if g has only one label of edges, or g is a simple graph # otherwise, raise an error; #...

**Is your feature request related to a problem? Please describe.** Obviously, it is supported, but it would be nice if we could have some tutorials/notebooks to show the capability. It...

component:doc
component:gle