You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hugegraph.apache.org by GitBox <gi...@apache.org> on 2022/04/27 09:03:53 UTC

[GitHub] [incubator-hugegraph-doc] javeme commented on a diff in pull request #116: translate: hugegraph-client.md into english

javeme commented on code in PR #116:
URL: https://github.com/apache/incubator-hugegraph-doc/pull/116#discussion_r859556882


##########
content/en/docs/quickstart/hugegraph-client.md:
##########
@@ -4,37 +4,35 @@ linkTitle: "Develop with HugeGraph-Client"
 weight: 6
 ---
 
-### 1 HugeGraph-Client概述
+### 1 Overview Of Hugegraph
 
-HugeGraph-Client向HugeGraph-Server发出HTTP请求,获取并解析Server的执行结果。目前仅提供了Java版,用户可以使用HugeGraph-Client编写Java代码操作HugeGraph,比如元数据和图数据的增删改查,或者执行gremlin语句。
+HugeGraph-Client sends HTTP request to HugeGraph-Server to obtain and parse the execution result of Server. Currently only the Java version is provided. You can use HugeGraph-Client to write Java code to operate HugeGraph, such as adding, deleting, modifying, and querying metadata and graph data, or executing gremlin statements.
 
-### 2 环境要求
+### 2 What You Need
 
 - jdk1.8
 - maven-3.3.9
 
-### 3 使用流程
+### 3 How To Use
 
-使用HugeGraph-Client的基本步骤如下:
+The basic steps to use HugeGraph-Client are as follows:
 
-- 新建Eclipse/ IDEA Maven项目;
-- 在pom文件中添加HugeGraph-Client依赖;
-- 创建类,调用HugeGraph-Client接口;
+- Build a new maven project by IDEA or eclipse

Review Comment:
   maven => Maven
   eclipse => Eclipse



##########
content/en/docs/quickstart/hugegraph-client.md:
##########
@@ -4,37 +4,35 @@ linkTitle: "Develop with HugeGraph-Client"
 weight: 6
 ---
 
-### 1 HugeGraph-Client概述
+### 1 Overview Of Hugegraph
 
-HugeGraph-Client向HugeGraph-Server发出HTTP请求,获取并解析Server的执行结果。目前仅提供了Java版,用户可以使用HugeGraph-Client编写Java代码操作HugeGraph,比如元数据和图数据的增删改查,或者执行gremlin语句。
+HugeGraph-Client sends HTTP request to HugeGraph-Server to obtain and parse the execution result of Server. Currently only the Java version is provided. You can use HugeGraph-Client to write Java code to operate HugeGraph, such as adding, deleting, modifying, and querying metadata and graph data, or executing gremlin statements.
 
-### 2 环境要求
+### 2 What You Need
 
 - jdk1.8
 - maven-3.3.9
 
-### 3 使用流程
+### 3 How To Use
 
-使用HugeGraph-Client的基本步骤如下:
+The basic steps to use HugeGraph-Client are as follows:
 
-- 新建Eclipse/ IDEA Maven项目;
-- 在pom文件中添加HugeGraph-Client依赖;
-- 创建类,调用HugeGraph-Client接口;
+- Build a new maven project by IDEA or eclipse
+- Add HugeGraph-Client dependency in pom file;
+- Create a object to invoke the interface of HugeGraph-Client
 
-详细使用过程见下节完整示例。
+See the complete example in the following section for the detail.
 
-### 4 完整示例
+### 4 Complete Example 
 
-#### 4.1 新建Maven工程
+#### 4.1 Build New Maven Project
 
-可以选择Eclipse或者Intellij Idea创建工程:
+Using IDEA or Eclipse to create the project:
 
-- [Eclipse新建Maven工程](http://www.vogella.com/tutorials/EclipseMaven/article.html)
-- [Intellij Idea 创建maven工程](https://vaadin.com/docs/-/part/framework/getting-started/getting-started-idea.html)
+- [Build by eclipse](http://www.vogella.com/tutorials/EclipseMaven/article.html)

Review Comment:
   eclipse => Eclipse



##########
content/en/docs/quickstart/hugegraph-client.md:
##########
@@ -4,37 +4,35 @@ linkTitle: "Develop with HugeGraph-Client"
 weight: 6
 ---
 
-### 1 HugeGraph-Client概述
+### 1 Overview Of Hugegraph
 
-HugeGraph-Client向HugeGraph-Server发出HTTP请求,获取并解析Server的执行结果。目前仅提供了Java版,用户可以使用HugeGraph-Client编写Java代码操作HugeGraph,比如元数据和图数据的增删改查,或者执行gremlin语句。
+HugeGraph-Client sends HTTP request to HugeGraph-Server to obtain and parse the execution result of Server. Currently only the Java version is provided. You can use HugeGraph-Client to write Java code to operate HugeGraph, such as adding, deleting, modifying, and querying metadata and graph data, or executing gremlin statements.

Review Comment:
   Currently only the HugeGraph-Client for Java is provided.
   querying schema and graph data...



-- 
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: dev-unsubscribe@hugegraph.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org