# hugegraph-client
**Repository Path**: mirrors_hugegraph/hugegraph-client
## Basic Information
- **Project Name**: hugegraph-client
- **Description**: Please move to Apache Hugegraph-Toolchain, Thanks
- **Primary Language**: Unknown
- **License**: Apache-2.0
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 1
- **Created**: 2020-09-24
- **Last Updated**: 2026-03-29
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# BREAKING Change:
Refer https://github.com/apache/incubator-hugegraph-toolchain, Users should use the Apache version now, visit apache repository instead, thanks~
```xml
org.apache.hugegraph
hugegraph-client
1.2.0
org.apache.hugegraph
hugegraph-loader
1.2.0
```
Related client-doc https://hugegraph.apache.org/docs/quickstart/hugegraph-client/
---
# hugegraph-client (**Outdated**)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](https://travis-ci.org/hugegraph/hugegraph-client)
[](https://codecov.io/gh/hugegraph/hugegraph-client)
[](https://mvnrepository.com/artifact/com.baidu.hugegraph/hugegraph-client)
hugegraph-client is a Java-written client of [HugeGraph](https://github.com/apache/hugegraph), providing operations of graph, schema, gremlin, variables and traversals etc. All these operations are interpreted and translated into RESTful requests to HugeGraph Server. Besides, hugegraph-client also checks arguments, serializes and deserializes structures and encapsulates server exceptions.
## Features
- Graph Operation, CRUD of vertexes and edges, batch load of vertexes and edges
- Schema Operation, CRUD of vertex label, edge label, index label and property key
- Gremlin Traversal Statements
- RESTful Traversals, shortest path, k-out, k-neighbor, paths and crosspoints etc.
- Variables, CRUD of variables
## Licence
The same as HugeGraph, hugegraph-client is also licensed under Apache 2.0 License.