alibaba / graph-learn

An Industrial Graph Neural Network Framework
Apache License 2.0
1.28k stars 267 forks source link

GLE添加java版dataloader sdk #226

Open HK-13 opened 2 years ago

HK-13 commented 2 years ago

1.目前GLE的dgs dataloader仅有c++版sdk,是否后续会添加java版sdk?

2.目前dgs的部署根据不同的schema和采样方式似乎需要部署不同实例,是否后续会开发动态启动dgs实例或者不同schema或采样可以共用一个。

welcome[bot] commented 2 years ago

Thanks for opening your first issue here! Be sure to follow the issue template! And a maintainer will get back to you shortly! Please feel free to contact us on DingTalk, WeChat account(graphscope) or Slack. We are happy to answer your questions responsively.

sighingnow commented 2 years ago

Let's discuss the DGS part in graph-learn's repo.

sighingnow commented 2 years ago

/cc @LiSu

goldenleaves commented 2 years ago

@4613

  1. 目前确实只有c++版本的dataloader sdk,但是这个sdk是非常轻量级的,后续会支持多种语言的版本。
  2. 初期的设计是对于不同的查询和schema需要启动多个部署实例,但是后续我们应该是会进一步探索注册多个schema以及一个实例share多个查询query的情况,以增加模块间通信的复用,减少通信代价。但短期内这一块没有很急迫的开发需求。