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

## What do these changes do? ## Related issue number Fixes

Introduce the SDK of GraphScope Interactive. Including `Java SDK` and `Python SDK`. The SDKs are automatically generated from the OpenAPI specification yaml(graphscope_interactive.yaml) using tools provided by [OpenAPI](https://openapi-generator.tech). - [x] The...

## What do these changes do? Unify the `load_from` and `save_to` API to support different kind of datasource. related discussion issue: #2836 #2920 ### `save_to` ```python def save_to(self, path, format="serialization",...

## What do these changes do? as titled. ## Related issue number Fixes

In `hqps-db-ci.yaml`, `/usr/local/lib` need to be added into `LD_LIBRARY_PATH`, which is wield. Figure out the reason and fix it.

## What do these changes do? as titled. ## Related issue number Fixes

In this PR, we refactor some of the Interactive `AdminService` and fix some bugs. 2. Limit the maximum number of bulk loading jobs via `bulk_loading_job_count_`. 3. Let all `AdminActor` APIs...

## What do these changes do? As titled. Support `Intersect` with `PathExpand` operator in GIE Runtime, to be compatible with the new compilation output. ## Related issue number Fixes

**Describe the bug** as title detail can see the [github action log](https://github.com/alibaba/GraphScope/actions/runs/8262340855/job/22640088986?pr=3627) **To Reproduce** Steps to reproduce the behavior: 1. Go to '...' 2. Click on '....' 3. Scroll down...