commit | 1cfac4bd04f19f4bf353a115edbd6e1072259e39 | [log] [tgz] |
---|---|---|
author | VGalaxies <dyc1904821183@gmail.com> | Thu Mar 06 09:06:25 2025 +0800 |
committer | GitHub <noreply@github.com> | Thu Mar 06 09:06:25 2025 +0800 |
tree | 5925fd7fea18d535e0badb86ff0e21b1500ecd6a | |
parent | 43da581b7512212d5e11e5a470d2763c063f7135 [diff] |
setup (#656)
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.