shzcore / hugegraph-loader

HugeGraph Database data loader

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

hugegraph-loader

License Build Status codecov

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.

Learn More

The project homepage contains more information about hugegraph-loader.

License

hugegraph-loader is licensed under Apache 2.0 License.

About

HugeGraph Database data loader

License:Apache License 2.0


Languages

Language:Java 88.4%Language:Groovy 9.7%Language:Shell 1.1%Language:TSQL 0.7%