imbajin commented on code in PR #310:
URL: 
https://github.com/apache/incubator-hugegraph-computer/pull/310#discussion_r1725202163


##########
README.md:
##########
@@ -5,16 +5,7 @@
 
[![codecov](https://codecov.io/gh/apache/incubator-hugegraph-computer/branch/master/graph/badge.svg)](https://codecov.io/gh/apache/incubator-hugegraph-computer)
 [![Docker 
Pulls](https://img.shields.io/docker/pulls/hugegraph/hugegraph-computer)](https://hub.docker.com/repository/docker/hugegraph/hugegraph-computer)
 
-The hugegraph-computer is a distributed graph processing system for hugegraph. 
It is an implementation of 
[Pregel](https://kowshik.github.io/JPregel/pregel_paper.pdf). It runs on 
Kubernetes or YARN framework.
-
-## Features
-
-- Support distributed MPP graph computing, and integrates with HugeGraph as 
graph input/output storage.
-- Based on BSP(Bulk Synchronous Parallel) model, an algorithm performs 
computing through multiple parallel iterations, every iteration is a superstep.
-- Auto memory management. The framework will never be OOM(Out of Memory) since 
it will split some data to disk if it doesn't have enough memory to hold all 
the data.
-- The part of edges or the messages of super node can be in memory, so you 
will never lose it.
-- You can load the data from HDFS or HugeGraph, output the results to HDFS or 
HugeGraph, or adapt any other systems manually as needed.
-- Easy to develop a new algorithm. You just need to focus on a vertex only 
processing just like as in a single server, without worrying about message 
transfer and memory/storage management.
+The hugegraph-computer is a distributed graph processing system for hugegraph.

Review Comment:
   link `computer/README.md`? 
   ```suggestion
   The [hugegraph-computer](./computer/README.md) is a distributed graph 
processing system for hugegraph.
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to