alibaba/euler
A distributed C++ framework for training and serving graph neural network models at scale.

Velocity · 7d
+1.1
★ / day
Trend
→steady
star history
Euler is Alibaba’s graph deep learning platform designed for large-scale distributed training and inference of graph neural networks. It provides support for various GNN architectures including GCN, GraphSAGE, and heterogeneous graph models, along with a GQL graph query interface and message passing APIs. The framework includes utilities for graph sampling, embeddings, and node2vec-style random walk computations.