# hugegraph-loader **Repository Path**: caosuwenwu/hugegraph-loader ## Basic Information - **Project Name**: hugegraph-loader - **Description**: No description available - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 2 - **Forks**: 0 - **Created**: 2020-08-03 - **Last Updated**: 2022-06-02 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # hugegraph-loader [![License](https://img.shields.io/badge/license-Apache%202-0E78BA.svg)](https://www.apache.org/licenses/LICENSE-2.0.html) [![Build Status](https://github.com/hugegraph/hugegraph-loader/actions/workflows/ci.yml/badge.svg)](https://github.com/hugegraph/hugegraph-loader/actions/workflows/ci.yml) [![codecov](https://codecov.io/gh/hugegraph/hugegraph-loader/branch/master/graph/badge.svg)](https://codecov.io/gh/hugegraph/hugegraph-loader) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.baidu.hugegraph/hugegraph-loader/badge.svg)](https://mvnrepository.com/artifact/com.baidu.hugegraph/hugegraph-loader) 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](https://hugegraph.github.io/hugegraph-doc/) contains more information about hugegraph-loader. ## License hugegraph-loader is licensed under Apache 2.0 License.