This is an automated email from the ASF dual-hosted git repository.
zhaocong pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph-doc.git
The following commit(s) were added to refs/heads/master by this push:
new b19c38f5 Update README.md
b19c38f5 is described below
commit b19c38f59b35382841b6010841868e3026ee5885
Author: Cong Zhao <[email protected]>
AuthorDate: Sun Nov 27 21:37:54 2022 +0800
Update README.md
---
content/en/docs/introduction/README.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/content/en/docs/introduction/README.md
b/content/en/docs/introduction/README.md
index 94737fa9..b490334b 100644
--- a/content/en/docs/introduction/README.md
+++ b/content/en/docs/introduction/README.md
@@ -9,7 +9,7 @@ weight: 1
HugeGraph is an easy-to-use, efficient, general-purpose open source graph
database system(Graph Database, [GitHub project
address](https://github.com/hugegraph/hugegraph)),
implemented the [Apache TinkerPop3](https://tinkerpop.apache.org) framework
and is fully compatible with the
[Gremlin](https://tinkerpop.apache.org/gremlin.html) query language,
With complete toolchain components, it helps users to easily build
applications and products based on graph databases. HugeGraph supports fast
import of more than 10 billion vertices and edges, and provides
millisecond-level relational query capability (OLTP).
-It can be integrated with big data platforms such as Hadoop and Spark for
offline analysis (OLAP).
+It support large-scale distributed graph computing (OLAP).
Typical application scenarios of HugeGraph include deep relationship
exploration, association analysis, path search, feature extraction, data
clustering, community detection, knowledge graph, etc., and are applicable to
business fields such as network security, telecommunication fraud, financial
risk control, advertising recommendation, social network and intelligence
Robots etc.
@@ -50,11 +50,11 @@ The functions of this system include but are not limited to:
- API: Built-in REST Server, provides RESTful API to users, and is fully
compatible with Gremlin query.
- [HugeGraph-Client](/docs/quickstart/hugegraph-client): HugeGraph-Client
provides a RESTful API client for connecting to HugeGraph-Server. Currently,
only Java version is implemented. Users of other languages can implement it by
themselves;
- [HugeGraph-Loader](/docs/quickstart/hugegraph-loader): HugeGraph-Loader is a
data import tool based on HugeGraph-Client, which converts ordinary text data
into graph vertices and edges and inserts them into graph database;
-- [HugeGraph-Computer](/docs/quickstart/hugegraph-computer):
HugeGraph-Computer is a distributed graph processing system for HugeGraph
(OLAP). It is an implementation of [Pregel](https://kowshik.github.
io/JPregel/pregel_paper.pdf). It runs on Kubernetes framework;
+- [HugeGraph-Computer](/docs/quickstart/hugegraph-computer):
HugeGraph-Computer is a distributed graph processing system for HugeGraph
(OLAP). It is an implementation of
[Pregel](https://kowshik.github.io/JPregel/pregel_paper.pdf). It runs on
Kubernetes framework;
- [HugeGraph-Hubble](/docs/quickstart/hugegraph-hubble): HugeGraph-Hubble is
HugeGraph's web visualization management platform, a one-stop visual analysis
platform. The platform covers the whole process from data modeling, to rapid
data import, to online and offline analysis of data, and unified management of
graphs;
- [HugeGraph-Tools](/docs/quickstart/hugegraph-tools): HugeGraph-Tools is
HugeGraph's deployment and management tools, including functions such as
managing graphs, backup/restore, Gremlin execution, etc.
### Contact Us
- [GitHub Issues](https://github.com/apache/incubator-hugegraph/issues):
Feedback on usage issues and functional requirements (priority)
- Feedback Email:
[[email protected]](mailto:[email protected])
-- WeChat public account: HugeGraph
\ No newline at end of file
+- WeChat public account: HugeGraph