tree: 8b56dc0348fb7a9fb0e1770cb3a35a7771909e05 [path history] [tgz]
  1. .github/
  2. assembly/
  3. src/
  4. .travis.yml
  5. build.sh
  6. pom.xml
  7. README.md
hugegraph-client/README.md

hugegraph-client

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

Doc

The client homepage contains more information about it.

Licence

The same as HugeGraph, hugegraph-client is also licensed under Apache 2.0 License.