commit | f36153baf4ecfcc5ec9497530259961e7c4a5d07 | [log] [tgz] |
---|---|---|
author | Liu Xiao <42756849+liuxiaocs7@users.noreply.github.com> | Mon May 08 14:29:41 2023 +0800 |
committer | GitHub <noreply@github.com> | Mon May 08 14:29:41 2023 +0800 |
tree | b8e21145c4b2a4ba8e8518a1a5325fb815baf08c | |
parent | 80b59838e115aabe7a55f6f936d54e0b30a712c2 [diff] |
doc: fix build status badge link (#455) Co-authored-by: imbajin <jin@apache.org>
hugegraph-toolchain
is the integration project of a series of utilities for HugeGraph, it includes 4 main modules.
docker run -itd --name=hubble -p 8088:8088 hugegraph/hubble
to quickly start hubble.RESTful
APIs for accessing graph vertex/edge/schema/gremlin/variables and traversals etc.You could use import the dependencies in maven
like this:
<dependency> <groupId>org.apache.hugegraph</groupId> <artifactId>hugegraph-client</artifactId> <version>1.0.0</version> </dependency> <dependency> <groupId>org.apache.hugegraph</groupId> <artifactId>hugegraph-loader</artifactId> <version>1.0.0</version> </dependency>
The project homepage contains more information about hugegraph-toolchain
.
hugegraph-toolchain is licensed under Apache 2.0
License.