HugeGraph-1389: Implement load data from file

Co-authored-by: liujie <liujie23@baidu.com>
Co-authored-by: lizhigang <lizhigang03@baidu.com>
Co-authored-by: liningrui <liningrui@baidu.com>

Change-Id: I2ce8c6908e5d349ce9a834c05473431e12e0dd4b
64 files changed
tree: 31b24c4f91d1b6e735aae17d9a2eafef37eed499
  1. assembly/
  2. src/
  3. .gitignore
  4. BCLOUD
  5. build.sh
  6. BUILDING.md
  7. LICENSE
  8. pom.xml
  9. README.md
README.md

hugegraph-loader

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

Features

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

Learn More

The project homepage contains more information about hugegraph-loader.

License

hugegraph-loader is licensed under Apache 2.0 License.