graph-learn
graph-learn copied to clipboard
graph-learn是否后期会和graphscope的图数据整合?
目前graph-learn的g对象和graphscope的g对象是不同的,GLE作为graphscope的未来规划能力之一,未来是否会贯通两者的图数据对象。
Yes, we are working on storage unification based on vineyard @sighingnow, and will also provide full examples based on the new version of graphlearn later.
A older branch of graphlearn currently can directly working on graphs in GraphScope (see also example in README and tutorial), but the supported branch has been diveraged a bit with graphlearn's latest version.
The rebase & merge for running latest graphlearn on graphscope's graphs is currently in progress.