Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

hugegraph/hugegraph-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

206 Commits

Repository files navigation

BREAKING Change:

Refer https://github.com/apache/incubator-hugegraph-toolchain, Users should use the Apache version now, visit apache repository instead, thanks~

 <!-- Note: use the latest release version in maven repo, here is just an example -->
 <dependency>
 <groupId>org.apache.hugegraph</groupId>
 <artifactId>hugegraph-client</artifactId>
 <!-- Update it to the latest release version -->
 <version>1.2.0</version>
 </dependency>
 <dependency>
 <groupId>org.apache.hugegraph</groupId>
 <artifactId>hugegraph-loader</artifactId>
 <version>1.2.0</version>
 </dependency>

Related client-doc https://hugegraph.apache.org/docs/quickstart/hugegraph-client/


hugegraph-client (Outdated)

License Build Status codecov Maven Central

hugegraph-client is a Java-written client of 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.

About

Please move to Apache Hugegraph-Toolchain, Thanks

Topics

Resources

License

Stars

Watchers

Forks

Packages

Contributors

AltStyle によって変換されたページ (->オリジナル) /