hugegraph-toolchain
is the integration project of a series of utilities for HugeGraph, it includes 4 main modules.
- hugegraph-loader: Loading datasets into the HugeGraph from multiple data sources.
- hugegraph-hubble: Online HugeGraph management and analysis dashboard (Include: data loading, schema management, graph traverser and display).
- hugegraph-tools: Command line tool for deploying, managing and backing-up/restoring graphs from HugeGraph.
- hugegraph-client: A Java-written client for HugeGraph, providing
RESTful
APIs for accessing graph vertex/edge/schema/gremlin/variables and traversals etc.
- hugegraph-loader: We can use
docker run -itd --name loader hugegraph/loader
to quickly start loader or we can follow this to use docker-compose to startloader
withserver
. And we can find more details in the doc. - hugegraph-hubble: We can use
docker run -itd --name=hubble -p 8088:8088 hugegraph/hubble
to quickly start hubble or we can follow this to use docker-compose to starthubble
withserver
. And we can find more details in the doc. - hugegraph-client: We can follow the doc to learn how to quick start with
client
.
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.
- GitHub Issues: Feedback on usage issues and functional requirements (quick response)
- Feedback Email: dev@hugegraph.apache.org (subscriber only)
- WeChat public account: Apache HugeGraph, welcome to scan this QR code to follow us.