GraphScope
GraphScope copied to clipboard
🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
When the Interactive server got killed, the subprocess which running the compiler should also be cleaned.
Currently we cannot support returning vertex/edge in a stored procedure.
## What do these changes do? As titled. This pr mainly includes: 1. Refactor the convert logic of `Intersect` in `GraphRelToProtoConverter` in Compiler 2. Refactor the parsing and processing logic...
**Is your feature request related to a problem? Please describe.** We have supported a optimized intersection in pattern matching. E.g., for a triangle pattern with vertices `a`, `b`, `c`, we...
Open Source Promotion Plan(OSPP) is a summer program organized by the Institute of Software Chinese Academy of Sciences and long-term supported by the Open Source Software Supply Chain Promotion Plan....
Project Description: The advent of the Graph Query Language (GQL) standard signifies the maturation of graph technology development. While the development standard has been established for developers. learning, comprehending, and...
GraphScope Interactive, a key component of the `GraphScope` project, focuses on querying and analyzing complex graph data, playing a crucial role in real-time data intelligence. It swiftly identifies anomalous nodes...
GraphScope leverages the distributed GNN training framework, graphlearn-for-pytorch ([GLTorch](https://github.com/alibaba/graphlearn-for-pytorch)), to facilitate large-scale distributed GNN training. GLTorch is model-layer compatible with PyG and enables the extension of PyG-based GNN training to...
Currently Interactive support two temporal data types, - Date - Day However, the naming of these two types doesn't really match its implementation. The struct `Date` actually stores a timestamp(in...