diff --git a/README-zh.md b/README-zh.md index 38d98d08a6b8..90f780139d3c 100644 --- a/README-zh.md +++ b/README-zh.md @@ -5,7 +5,7 @@ 一站式超大规模图计算系统

-[![Translation](https://shields.io/badge/Docs-English-blue?logo=Read%20The%20Docs)](https://github.com/alibaba/GraphScope) +[![Translation](https://shields.io/badge/README-English-blue)](https://github.com/alibaba/GraphScope) GraphScope 是阿里巴巴达摩院智能计算实验室研发并开源的一站式图计算平台。依托于阿里海量数据和丰富场景,与达摩院的高水平研究,GraphScope 致力于针对实际生产场景中图计算的挑战,提供一站式高效的解决方案。 diff --git a/README.md b/README.md index 1fb07e197b3f..0142414d0051 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,8 @@ [![GraphScope CI](https://github.com/alibaba/GraphScope/workflows/GraphScope%20CI/badge.svg)](https://github.com/alibaba/GraphScope/actions?workflow=GraphScope+CI) [![Coverage](https://codecov.io/gh/alibaba/GraphScope/branch/main/graph/badge.svg)](https://codecov.io/gh/alibaba/GraphScope) [![Docs-en](https://shields.io/badge/Docs-English-blue?logo=Read%20The%20Docs)](https://graphscope.io/docs) -[![Docs-zh](https://shields.io/badge/Docs-%E4%B8%AD%E6%96%87-blue?logo=Read%20The%20Docs)](README-zh.md) +[![Docs-zh](https://shields.io/badge/Docs-%E4%B8%AD%E6%96%87-blue?logo=Read%20The%20Docs)](https://graphscope.io/docs/zh/) +[![README-zh](https://shields.io/badge/README-%E4%B8%AD%E6%96%87-blue)](README-zh.md) GraphScope is a unified distributed graph computing platform that provides a one-stop environment for performing diverse graph operations on a cluster of computers through a user-friendly Python interface. GraphScope makes multi-staged processing of large-scale graph data on compute clusters simple by combining several important pieces of Alibaba technology: including [GRAPE](https://github.com/alibaba/libgrape-lite), [MaxGraph](interactive_engine/), and [Graph-Learn](https://github.com/alibaba/graph-learn) (GL) for analytics, interactive, and graph neural networks (GNN) computation, respectively, and the [vineyard](https://github.com/alibaba/libvineyard) store that offers efficient in-memory data transfers. diff --git a/analytical_engine/README-zh.md b/analytical_engine/README-zh.md index 254eb8dd5545..a89b2acf61d1 100644 --- a/analytical_engine/README-zh.md +++ b/analytical_engine/README-zh.md @@ -1,6 +1,6 @@ # GraphScope 图分析引擎 - GRAPE -[![Translation](https://shields.io/badge/Docs-English-blue?logo=Read%20The%20Docs)](https://github.com/alibaba/GraphScope/tree/main/analytical_engine) +[![Translation](https://shields.io/badge/README-English-blue)](https://github.com/alibaba/GraphScope/tree/main/analytical_engine) GraphScope 中的图分析引擎继承自 **GRAPE**,该系统实现了论文 [Parallelizing Sequential Graph Computations](https://dl.acm.org/doi/10.1145/3282488) 中提出的不动点计算模型。 diff --git a/analytical_engine/README.md b/analytical_engine/README.md index 9628c4bb3ab5..405bb220ad3e 100644 --- a/analytical_engine/README.md +++ b/analytical_engine/README.md @@ -1,6 +1,6 @@ # GraphScope Analytical Engine - GRAPE -[![Translation](https://shields.io/badge/Docs-%E4%B8%AD%E6%96%87-blue?logo=Read%20The%20Docs)](README-zh.md) +[![Translation](https://shields.io/badge/README-%E4%B8%AD%E6%96%87-blue)](README-zh.md) The analytical engine in GraphScope originated from **GRAPE**, a system that implemented the fix-point model proposed in the paper [Parallelizing Sequential Graph Computations](https://dl.acm.org/doi/10.1145/3282488). diff --git a/interactive_engine/README-zh.md b/interactive_engine/README-zh.md index eb0f28d94bc1..b7ea8cd09813 100644 --- a/interactive_engine/README-zh.md +++ b/interactive_engine/README-zh.md @@ -1,6 +1,6 @@ # GraphScope 交互查询引擎 -[![Translation](https://shields.io/badge/Docs-English-blue?logo=Read%20The%20Docs)](https://github.com/alibaba/GraphScope/tree/main/interactive_engine) +[![Translation](https://shields.io/badge/README-English-blue)](https://github.com/alibaba/GraphScope/tree/main/interactive_engine) GraphScope的交互查询引擎(简称GIE)是一个分布式系统,它为不同经验的用户提供了一个易用的交互式环境,支持海量复杂图数据上的*实时分析与交互探索*。该引擎支持[Gremlin](http://tinkerpop.apache.org/)语言表达的交互图查询,并提供了自动化和用户透明的分布式并行执行。 diff --git a/interactive_engine/README.md b/interactive_engine/README.md index 791dbc092dcb..003fdfaeb30e 100644 --- a/interactive_engine/README.md +++ b/interactive_engine/README.md @@ -1,6 +1,6 @@ # GraphScope Interactive Engine -[![Translation](https://shields.io/badge/Docs-%E4%B8%AD%E6%96%87-blue?logo=Read%20The%20Docs)](README-zh.md) +[![Translation](https://shields.io/badge/README-%E4%B8%AD%E6%96%87-blue)](README-zh.md) GraphScope Interactive Engine (GIE) is a distributed system designed specifically to make it easy for a variety of users to analyze large and complex graph structures in an *exploratory* manner. It exploits [Gremlin](http://tinkerpop.apache.org/) to provide a high-level language for interactive graph queries, and provides automatic parallel execution. diff --git a/interactive_engine/benchmark/README-zh.md b/interactive_engine/benchmark/README-zh.md index 6fe3392c0e07..6e2188559566 100644 --- a/interactive_engine/benchmark/README-zh.md +++ b/interactive_engine/benchmark/README-zh.md @@ -1,5 +1,7 @@ # 性能报告 +[![Translation](https://shields.io/badge/README-English-blue)](https://github.com/alibaba/GraphScope/tree/main/interactive_engine/benchmark) + 下面是根据本目录下的测试程序得到的性能报告。 diff --git a/interactive_engine/benchmark/README.md b/interactive_engine/benchmark/README.md index dab53baf29f1..64150421b37d 100644 --- a/interactive_engine/benchmark/README.md +++ b/interactive_engine/benchmark/README.md @@ -1,5 +1,7 @@ # Interactive Engine Performance +[![Translation](https://shields.io/badge/README-%E4%B8%AD%E6%96%87-blue)](README-zh.md) + Here is a performance report from the run of the included benchmark program. diff --git a/learning_engine/README-zh.md b/learning_engine/README-zh.md index 7ab1584937bd..9edc3569ac63 100644 --- a/learning_engine/README-zh.md +++ b/learning_engine/README-zh.md @@ -1,6 +1,6 @@ # GraphScope 图学习引擎: Graph-Learn -[![Translation](https://shields.io/badge/Docs-English-blue?logo=Read%20The%20Docs)](https://github.com/alibaba/GraphScope/tree/main/learning_engine) +[![Translation](https://shields.io/badge/README-English-blue)](https://github.com/alibaba/GraphScope/tree/main/learning_engine) GraphScope 图学习引擎即为 GraphLearn,在其之上做了一些适配和封装。 diff --git a/learning_engine/README.md b/learning_engine/README.md index 344a9dd77ba3..8ab5a4703f3f 100644 --- a/learning_engine/README.md +++ b/learning_engine/README.md @@ -1,6 +1,6 @@ # GraphScope Learning Engine: Graph-Learn -[![Translation](https://shields.io/badge/Docs-%E4%B8%AD%E6%96%87-blue?logo=Read%20The%20Docs)](README-zh.md) +[![Translation](https://shields.io/badge/README-%E4%B8%AD%E6%96%87-blue)](README-zh.md) The learning engine in GraphScope is GraphLearn with some adaptions and wrappers.