https://github.com/hugegraph/hugegraph-client
Please move to Apache Hugegraph-Toolchain, Thanks
https://github.com/hugegraph/hugegraph-client
graph hugegraph
Last synced: 5 months ago
JSON representation
Please move to Apache Hugegraph-Toolchain, Thanks
- Host: GitHub
- URL: https://github.com/hugegraph/hugegraph-client
- Owner: hugegraph
- License: apache-2.0
- Archived: true
- Created: 2018-07-03T07:29:44.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2025-08-12T07:45:33.000Z (10 months ago)
- Last Synced: 2026-01-11T19:47:32.957Z (5 months ago)
- Topics: graph, hugegraph
- Language: Java
- Homepage: https://hugegraph.apache.org/docs/quickstart/hugegraph-client/
- Size: 819 KB
- Stars: 31
- Watchers: 12
- Forks: 45
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.