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

as titled. In addition to #3203, allow users to upload the csv.

as titled, without requirement of external spark service.

**Is your feature request related to a problem? Please describe.** Currently, GIE lacks the ability to trim unused fields. **Describe the solution you'd like** Implement a calcite-like field trimmer for...

component:gie
summer-of-code

**Case 1: GAE for offline graph analytics** ---- **Impl GraphScope operator** **1. How to submit jobs** Users submit a CRD resource as a batch job by `kubectl`, and each job...

component:coordinator

User may requires deleling a property or adding a new property for a label in runtime.

component:store

**Is your feature request related to a problem? Please describe.** - Enable [`BUILD_VINEYARD_GRAPH_WITH_GAR`](https://github.com/alibaba/GraphScope/blob/main/python/graphscope/gsctl/scripts/lib/install_vineyard.sh#L43) and rebuild the [dev images](https://github.com/alibaba/GraphScope/actions/workflows/build-graphscope-dev-images.yml) to pass the [test](https://github.com/alibaba/GraphScope/blob/main/python/graphscope/tests/unittest/test_gar.py)

component:vineyard

Bumps [werkzeug](https://github.com/pallets/werkzeug) from 2.3.8 to 3.0.3. Release notes Sourced from werkzeug's releases. 3.0.3 This is the Werkzeug 3.0.3 security release, which fixes security issues and bugs but does not otherwise...

dependencies
python

## What do these changes do? fix bugs of `where subquery` in gremlin: ``` g.V().as("a").out().as("b").select("a", "b").where(__.as("a").out("knows").as("b")) g.V().as("a").out().in().as("b").select("a", "b").where(__.as("b").has("name", "marko")) ``` ## Related issue number Fixes