Go to file
Simon Cheung aa5f7395b5
chore(hubble): 10min for building yarn env (#519)
2023-09-17 19:13:54 +08:00
.github fix: base-ref/head-ref missed in dependency-check-ci on branch push (#516) 2023-09-15 19:53:02 +08:00
assembly adapt to org.apache package (#364) 2022-11-14 14:33:59 +08:00
hugegraph-client fix: checkstyle && add suppressions.xml (#500) 2023-09-04 17:49:18 +08:00
hugegraph-dist chore: unify the dependencies versions of the entire project (#478) 2023-06-18 21:04:19 +08:00
hugegraph-hubble chore(hubble): 10min for building yarn env (#519) 2023-09-17 19:13:54 +08:00
hugegraph-loader fix(loader): resolve error loader script (#510) 2023-09-11 10:57:06 +08:00
hugegraph-tools fix: checkstyle && add suppressions.xml (#500) 2023-09-04 17:49:18 +08:00
tools fix: checkstyle && add suppressions.xml (#500) 2023-09-04 17:49:18 +08:00
.asf.yaml chore: reduce mail to dev list (#479) 2023-06-09 16:16:25 +08:00
.gitattributes chore(dist): replace profile id & unify the dependencies/plugins (#400) 2023-01-16 22:43:43 +08:00
.gitignore feat: support release apache package by script & update pom (#397) 2022-12-15 18:08:55 +08:00
.licenserc.yaml chore(hubble): add license header in js/ts files & update ci rules (#428) 2023-02-05 16:24:15 +08:00
DISCLAIMER chore(dist): replace profile id & unify the dependencies/plugins (#400) 2023-01-16 22:43:43 +08:00
LICENSE chore(hubble): add license header in js/ts files & update ci rules (#428) 2023-02-05 16:24:15 +08:00
NOTICE chore: fix NOTICE file & add license header 2023-01-14 14:29:50 +08:00
README.md doc: update reademe (#475) 2023-06-05 13:48:34 +08:00
pom.xml fix: checkstyle && add suppressions.xml (#500) 2023-09-04 17:49:18 +08:00

README.md

hugegraph-toolchain

License Build Status Build Status Build Status Build Status Maven Central

hugegraph-toolchain is the integration project of a series of utilities for HugeGraph, it includes 4 main modules.

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). We can use docker run -itd --name=hubble -p 8088:8088 hugegraph/hubble to quickly start hubble.
  • 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.

Maven Dependencies

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>

Doc

The project homepage contains more information about hugegraph-toolchain.

License

hugegraph-toolchain is licensed under Apache 2.0 License.

Contact Us


QR png