refact: clean extra store file in all modules (#434)
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.