Skip to content

Commit

Permalink
Update badges for docs. (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
yecol authored Jan 13, 2021
1 parent ac4c1e2 commit 99d6e46
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
一站式超大规模图计算系统
</p>

[![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 致力于针对实际生产场景中图计算的挑战,提供一站式高效的解决方案。

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion analytical_engine/README-zh.md
Original file line number Diff line number Diff line change
@@ -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) 中提出的不动点计算模型。
Expand Down
2 changes: 1 addition & 1 deletion analytical_engine/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down
2 changes: 1 addition & 1 deletion interactive_engine/README-zh.md
Original file line number Diff line number Diff line change
@@ -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/)语言表达的交互图查询,并提供了自动化和用户透明的分布式并行执行。

Expand Down
2 changes: 1 addition & 1 deletion interactive_engine/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions interactive_engine/benchmark/README-zh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# 性能报告

[![Translation](https://shields.io/badge/README-English-blue)](https://github.com/alibaba/GraphScope/tree/main/interactive_engine/benchmark)

下面是根据本目录下的测试程序得到的性能报告。


Expand Down
2 changes: 2 additions & 0 deletions interactive_engine/benchmark/README.md
Original file line number Diff line number Diff line change
@@ -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.


Expand Down
2 changes: 1 addition & 1 deletion learning_engine/README-zh.md
Original file line number Diff line number Diff line change
@@ -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,在其之上做了一些适配和封装。

Expand Down
2 changes: 1 addition & 1 deletion learning_engine/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 99d6e46

Please sign in to comment.