chore(deps): bump postgresql from 42.3.3 to 42.4.1 in /hugegraph-loader (#322)

Bumps [postgresql](https://github.com/pgjdbc/pgjdbc) from 42.3.3 to 42.4.1.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases)
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md)
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.3.3...REL42.4.1)

---
updated-dependencies:
- dependency-name: org.postgresql:postgresql
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

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

hugegraph-toolchain

License 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.

Doc

The project homepage contains more information about hugegraph-toolchain.

License

hugegraph-toolchain is licensed under Apache 2.0 License.