graph-learn
graph-learn copied to clipboard
GLE添加java版dataloader sdk
1.目前GLE的dgs dataloader仅有c++版sdk,是否后续会添加java版sdk?
2.目前dgs的部署根据不同的schema和采样方式似乎需要部署不同实例,是否后续会开发动态启动dgs实例或者不同schema或采样可以共用一个。
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.
Let's discuss the DGS part in graph-learn's repo.
/cc @LiSu
@4613
- 目前确实只有c++版本的dataloader sdk,但是这个sdk是非常轻量级的,后续会支持多种语言的版本。
- 初期的设计是对于不同的查询和schema需要启动多个部署实例,但是后续我们应该是会进一步探索注册多个schema以及一个实例share多个查询query的情况,以增加模块间通信的复用,减少通信代价。但短期内这一块没有很急迫的开发需求。