GraphScope
GraphScope copied to clipboard
🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
Seems the historical versions disappeared. But this temporary workaround is acceptable. _Originally posted by @yecol in https://github.com/alibaba/GraphScope/issues/4450#issuecomment-2611896977_
**Is your feature request related to a problem? Please describe.** Support HTTP service in Insight with a unified OpenAPI definition with Interactive, including: - [x] OpenAPI Updates: (1) Adding additional...
Add leiden algorithm as plugin.
The documentation asks to install graphscope as python package. It is not clear if graphscope is an embedded database or can be run as standalone server. For example, how to...
[BUG]
**Describe the bug** Nodes are missing after sampling graph nodes without duplicates. **To Reproduce** Steps to reproduce the behavior: 1. Loading data for heterogeneous graph. 2. Neighborhood query for user...
Currently for `LongText` data type, we implement it via a VAR_CHAR(256). However, we should be able to support a real LongText implementation.
Currently for scheduled jobs, we could not get the job id and `submit_dataloading_job` function is called. Could we assign a unique job id when the API is called, and provide...
**Describe the bug** `Interactive` provides properties details, but `Insight` does not.