commit | 9696d78e4d0b6e10d4e3382248fd8bda61295a91 | [log] [tgz] |
---|---|---|
author | Duoduo Wang <ddgerm@outlook.com> | Tue Jun 10 18:47:33 2025 +0800 |
committer | GitHub <noreply@github.com> | Tue Jun 10 18:47:33 2025 +0800 |
tree | 47a84ec26885b652e21a1bad0149567107a3b3e8 | |
parent | 50a839469b1ad779115e371d0df378116638e9e1 [diff] |
refactor(loader): improve user experience for user script (#666) 1. provide "-i" option for host 2. check the input, when input param < 3 (required minimum num) OR input error, directly forward/show --help info 3. mark graph name as not Required (default value is fine to use) --------- Co-authored-by: imbajin <jin@apache.org>
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.