From a3370e07c4c3d837adb24c6b9fd1192f1ecafe7a Mon Sep 17 00:00:00 2001 From: cooper-lzy <78672629+cooper-lzy@users.noreply.github.com> Date: Thu, 25 Nov 2021 14:33:30 +0800 Subject: [PATCH] Update use-importer.md (#947) --- docs-2.0/nebula-importer/use-importer.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs-2.0/nebula-importer/use-importer.md b/docs-2.0/nebula-importer/use-importer.md index 97309de733d..64f16c9933f 100644 --- a/docs-2.0/nebula-importer/use-importer.md +++ b/docs-2.0/nebula-importer/use-importer.md @@ -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 + $ ./ --config + ``` + ### Source code compile and run 1. Clone repository. @@ -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: