Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update use-importer.md #947

Merged
merged 1 commit into from
Nov 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions docs-2.0/nebula-importer/use-importer.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,16 @@ Before using Nebula Importer, make sure:

Configure the YAML file and prepare the CSV file to be imported to use the tool to batch write data to Nebula Graph.

### Download binary package and run

1. Download the [binary package](https://github.com/vesoft-inc/nebula-importer/releases/tag/{{importer.branch}}) directly and add execute permission to it.

2. Start the service.

```bash
$ ./<binary_package_name> --config <yaml_config_file_path>
```

### Source code compile and run

1. Clone repository.
Expand Down Expand Up @@ -125,6 +135,10 @@ $ docker run --rm -ti \

Nebula Importer uses configuration(`nebula-importer/examples/v2/example.yaml`) files to describe information about the files to be imported, the Nebula Graph server, and more. You can refer to the example configuration file: [Configuration without Header](config-without-header.md)/[Configuration with Header](config-with-header.md). This section describes the fields in the configuration file by category.

!!! note

If users download a binary package, create the configuration file manually.

### Basic configuration

The example configuration is as follows:
Expand Down