Skip to content

Commit

Permalink
add-example (vesoft-inc#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
amber-moe authored Jun 30, 2020
1 parent 46cd369 commit 6a9377c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/nebula-graph-studio-user-guide-cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ CREATE EDGE serve (start_year int, end_year int);

## 导入数据

在图 schema 创建完成后,可以导入需要的数据。在本示例中我们准备了两个点数据文件分别是 `player.csv``team.csv`,以及两个边文件分别是 `follow.csv``serve.csv`
在图 schema 创建完成后,可以导入需要的数据。在本示例中我们准备了两个点数据文件分别是 `player.csv``team.csv`,以及两个边文件分别是 `follow.csv``serve.csv`示例数据点击[这里](https://github.com/vesoft-inc/nebula-web-docker/tree/master/example)

**注意**:目前仅支持无 header 的 CSV 文件数据导入。

Expand Down
6 changes: 3 additions & 3 deletions docs/nebula-graph-studio-user-guide-en.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ $ git clone https://github.com/vesoft-inc/nebula-web-docker
Creating docker_nginx_1 ... done
```

**Note**: The above informtion indicates that **Nebula Graph Studio** has been started successfully.
**Note**: The above information indicates that **Nebula Graph Studio** has been started successfully.

## Configurating Database
## Configuring Database

After installing **Nebula Graph Studio**, you need to configure the **Nebula Graph** database and connect to it.

Expand Down Expand Up @@ -86,7 +86,7 @@ CREATE EDGE serve (start_year int, end_year int);

## Importing Data

After the graph schema is created, you can import the required data. In this example we have prepared two vertex files, `player.csv` and `team.csv`, and two edge files, `follow.csv` and `serve.csv`. You can find the four files in the `example` folder.
After the graph schema is created, you can import the required data. In this example we have prepared two vertex files, `player.csv` and `team.csv`, and two edge files, `follow.csv` and `serve.csv`. You can find the four files in the [example](https://github.com/vesoft-inc/nebula-web-docker/tree/master/example) folder.

**Note**: Only support for importing data from CSV files without header.

Expand Down

0 comments on commit 6a9377c

Please sign in to comment.