commit | 5a12fa93321f757bb93e34dbb14440f774249d24 | [log] [tgz] |
---|---|---|
author | Forster <112929809+FrostyHec@users.noreply.github.com> | Wed Nov 06 16:29:15 2024 +0800 |
committer | GitHub <noreply@github.com> | Wed Nov 06 16:29:15 2024 +0800 |
tree | f7f33d42d04cb339515840bed0b4afb887aaf0d9 | |
parent | 090600abcbf407e6df327feff936fa7bf82fd700 [diff] |
fix(hubble): remove debugging output to speed up the frontend construction (#638)
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.3.0</version> </dependency> <dependency> <groupId>org.apache.hugegraph</groupId> <artifactId>hugegraph-loader</artifactId> <version>1.3.0</version> </dependency>
The project homepage contains more information about hugegraph-toolchain
.
hugegraph-toolchain is licensed under Apache 2.0 License.