commit | d57cb222d75ed6e7949f4718ab855a8a20d22a27 | [log] [tgz] |
---|---|---|
author | imbajin <jin@apache.org> | Mon Oct 06 00:24:46 2025 +0800 |
committer | GitHub <noreply@github.com> | Sun Oct 05 11:24:46 2025 -0500 |
tree | 375608a9a0974f5cd0ee5f19709a9cc790fb34e4 | |
parent | 9b4155947548f8113d5eae3ebc36eba166166158 [diff] |
docs: add DeepWiki badge to README (#684) - Add DeepWiki badge for interactive documentation access - Badge enables users to easily access AI-powered documentation assistant - Positioned with other project badges for consistency
hugegraph-toolchain
is the integration project contains a series of utilities for HugeGraph, it includes 5+ main modules.
RESTful
APIs for accessing graph vertex/edge/schema/gremlin/variables and traversals etc.RESTful
APIs for accessing graph vertex/edge/schema/gremlin/variables and traversals etc. (WIP)loader
.hubble
.client
.You could use import the dependencies in maven
like this:
<!-- Note: use the latest release version in maven repo, here is just an example --> <dependency> <groupId>org.apache.hugegraph</groupId> <artifactId>hugegraph-client</artifactId> <version>1.5.0</version> </dependency> <dependency> <groupId>org.apache.hugegraph</groupId> <artifactId>hugegraph-loader</artifactId> <version>1.5.0</version> </dependency>
And here are links of other HugeGraph component/repositories:
The project homepage contains more information about hugegraph-toolchain
.
hugegraph-toolchain is licensed under Apache 2.0 License.