alibaba / GraphScope

🔨 🍇 💻 🚀 GraphScope: A One-Stop Large-Scale Graph Computing System from Alibaba | 一站式图计算系统
https://graphscope.io
Apache License 2.0
3.26k stars 442 forks source link

[GLE] Explicitly build the training client using the GLE server handle #2738

Open LiSu opened 1 year ago

LiSu commented 1 year ago

A graph object is returned after the GLE servers are launched, which is further used to build the client that the training worker uses to communicate with the GLE servers. While in distributed training(multiple training workers), we need to first get the handle of the graph (including the schema info, service IP and port), and use these information to build client in the training side. This issue is to add APIs and implementations to ease the process of explicitly building the training client using the GLE server handle.

sighingnow commented 1 year ago

See also: