Skip to content

Commit

Permalink
doc: GAP
Browse files Browse the repository at this point in the history
Signed-off-by: Sijie Shen <[email protected]>
  • Loading branch information
ds-ssj committed May 22, 2024
1 parent 0d5ae99 commit e174b6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ GART: Graph Analysis on Relational Transactional Datasets
^^^^^^^^^^^^
Get involved and become part of the GART community.

Read the Paper
Our Paper
--------------

- Sijie Shen, Zihang Yao, Lin Shi, Lei Wang, Longbin Lai, Qian Tao, Li Su, Rong Chen, Wenyuan Yu, Haibo Chen, Binyu Zang, Jingren Zhou.
Expand Down
2 changes: 1 addition & 1 deletion docs/documentation/tutorials/run-gap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ GART supports different approaches for graph analysis. The following sections de
Graph Analysis with GAE
------------------------

The Graph Analysis Engine (GAE) is a graph analysis framework that provides a set of graph algorithms for analyzing large-scale graphs. GAE is implemented in C++ and provides a Python interface for running graph algorithms on graphs stored in the GART format. The GAE library is included in the GART distribution and can be found in the `gae` directory.
`GAE <https://graphscope.io/docs/analytical_engine/builtin_algorithms>`_ is a graph analysis framework that provides a set of graph algorithms for analyzing large-scale graphs. GAE is implemented in C++ and provides a Python interface for running graph algorithms on graphs stored in the GART format.

After running the GART server, you can run graph analysis using the GAE library by ``mpirun`` command.

Expand Down

0 comments on commit e174b6e

Please sign in to comment.