tree: 705283b0e282974f4a57a3ce1cd72cc0a6c4e73c [path history] [tgz]
  1. assembly/
  2. src/
  3. build.sh
  4. pom.xml
  5. README.md
hugegraph-loader/README.md

hugegraph-loader

License Build Status codecov Maven Central

hugegraph-loader is a customizable command line utility for loading small to medium size graph datasets into the HugeGraph database from multiple data sources with various input formats.

Features

  • Multiple data sources, such as local file(path), HDFS file(path), MySQL
  • Various input formats, such as json, csv, and text with any delimiters.
  • Diverse options, with which users can manage the data loading intuitively.
  • Detecting schema from data automatically, reduce the complex work of schema management.
  • Advanced customized operations with groovy script, users can configure how to construct vertices and edges by themselves.

Building

Required:

  • Java 8
  • Maven 3.6+

To build without executing tests:

mvn clean install -DskipTests=true

To build with default tests:

mvn clean install

Doc

The loader homepage contains more information about it.

License

hugegraph-loader is licensed under Apache 2.0 License.