Update package.json
hugegraph-toolchain is the integration project of a series of utilities for HugeGraph, it includes 4 main modules.
RESTful APIs for accessing graph vertex/edge/schema/gremlin/variables and traversals etc.docker run -itd --name loader hugegraph/loader to quickly start loader or we can follow this to use docker-compose to start loader with server. And we can find more details in the doc.docker run -itd --name=hubble -p 8088:8088 hugegraph/hubble to quickly start hubble or we can follow this to use docker-compose to start hubble with server. And we can find more details in the doc.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.