Release Notes: v0.25.0
We are glad to announce a suite of upgrades in the latest GraphScope 0.25.0 release, bringing significant improvements to the platform. Starting with this version, our updates will be divided into two parts: one is the updates introduced under the original GraphScope framework (including the graph analytics engine GAE, graph interactive engine GIE, and graph learning engine GLE); the other is the latest product features built for the new GraphScope Flex architecture.
In this post, we will introduce
In this post, we will introduce
Graph algorithms serve as essential building blocks for a wide range of applications, such as social network analytics, routing, constructing protein network and
Graph neural networks(GNNs) learn graph vertex representations by aggregating multi-hop neighbor information. Industrial applications often adopt mini-batch training to scale out GNNs on large-scale graphs, where neighbor sampling is used during both model training and inference. Since the structure and attributes of real-world graphs often change dynamically, it is imperative that the inferred vertex representation can accurately reflect these updates.
We provide a template repository for graph analysis applications, where users can customize graph analysis algorithms by replacing several C++ functions with their own logic, and run them on GraphScope.
Recently,
Schema construction and graph data loading are usually the complicated steps in graph computing processes. Currently, GraphScope has released a
GraphScope now supports serving as the backend engine for
In this blog, we introduce
In this blog, we present