chore: improve cla configs (#246)

1 file changed
tree: 092c4c6e3ddddd98a9e6ca1ef2e6651a9f0a3acd
  1. .github/
  2. assembly/
  3. src/
  4. .gitignore
  5. .travis.yml
  6. BCLOUD
  7. build.sh
  8. BUILDING.md
  9. checkstyle.xml
  10. LICENSE
  11. pom.xml
  12. README.md
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.

Learn More

The project homepage contains more information about hugegraph-loader.

License

hugegraph-loader is licensed under Apache 2.0 License.