GraphScope

一站式大规模图计算系统

什么是GraphScope

GraphScope 是一个统一的分布式图计算平台,通过用户友好的 Python 接口,在集群上执行各种图操作提供一站式环境。GraphScope 通过结合阿里巴巴的几项重要技术,使得在计算集群上进行大规模图数据的多阶段处理变得简单:包括用于分析、交互和图神经网络(GNN)计算的 GRAPE、MaxGraph 和 Graph-Learn(GL),以及提供高效内存数据传输的 vineyard 存储。

游乐场

GraphScope 提供了易于使用的 Python 接口。
用户可以在 Jupyter Notebook 中处理非常大的图的计算。

Read the docs Try it online
pip install graphscope Successfully installed graphscope python import graphscope sess = graphscope.session() from graphscope.dataset.ogbn_mag import load_ogbn_mag g = load_ogbn_mag(sess, "testing_data")

奖项

GraphScope 是
SIGMOD 2017 最佳论文奖、 VLDB 2017 最佳演示奖、
2019 年超级人工智能领袖(SAIL)奖和 VLDB 2020 最佳论文亚军奖的获得者。
GraphScope 获得了学术界和工业界的国际认可。

View our publications
graphscope awards, best paper award sigmod 2017
Best Paper Award
graphscope awards, best demo award vldb 2017
Best Demo Award
graphscope awards, sail, super AI leader award
Super AI Leader Award
graphscope awards, best paper award, vldb2020
Best Paper Award