chore(deps): bump json5 from 1.0.1 to 1.0.2 in /hugegraph-hubble/hubble-fe (#412)

Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 file changed
tree: 5973038e2d167244b0bd9c4bf6e6f6877480c14c
  1. .github/
  2. assembly/
  3. hugegraph-client/
  4. hugegraph-dist/
  5. hugegraph-hubble/
  6. hugegraph-loader/
  7. hugegraph-tools/
  8. .asf.yaml
  9. .gitattributes
  10. .gitignore
  11. .licenserc.yaml
  12. checkstyle.xml
  13. DISCLAIMER
  14. LICENSE
  15. NOTICE
  16. pom.xml
  17. README.md
README.md

hugegraph-toolchain

License Build Status Build Status Build Status Build Status codecov 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)
  • 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.