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

Release note #1239

Merged
merged 1 commit into from
Nov 23, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion docs-2.0/20.appendix/6.eco-tool-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Nebula Dashboard(简称Dashboard)是一款用于监控Nebula Graph集群中

|Nebula Graph版本|Dashboard版本(commit id)|
|:---|:---|
| {{ nebula.release }} | {{dashboard.release}}(49ab1bc) |
| {{ nebula.release }} | {{dashboard.release}}(a610013) |

## Nebula Dashboard(企业版)

Expand Down
4 changes: 4 additions & 0 deletions docs-2.0/nebula-bench.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ Nebula Bench是一款利用LDBC数据集对Nebula Graph进行性能测试的工

- 对Nebula Graph集群进行性能测试。

## 更新说明

[Release](https://github.com/vesoft-inc/nebula-bench/releases/tag/{{bench.tag}})

## 测试流程

1. 使用ldbc_snb_datagen生成测试数据。
Expand Down
4 changes: 4 additions & 0 deletions docs-2.0/nebula-dashboard/1.what-is-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,7 @@ Nebula Dashboard(简称Dashboard)是一款用于监控Nebula Graph集群中
!!! note

监控服务由prometheus提供,更新频率和保留时间等都可以自行修改。详情请参见[prometheus官方文档](https://prometheus.io/docs/prometheus/latest/configuration/configuration/)。

## 更新说明

[Release](https://github.com/vesoft-inc/nebula-dashboard/releases/tag/{{dashboard.branch}})
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,10 @@ Exchange {{exchange.release}} 支持将以下格式或来源的数据转换为Ne

此外,企业版Exchange还支持以Nebula Graph为源,将数据[导出到CSV文件](../use-exchange/ex-ug-export-from-nebula.md)。

## 更新说明

[Release](https://github.com/vesoft-inc/nebula-exchange/releases/tag/{{exchange.branch}})

## 视频

* [图数据库 Nebula Graph 数据导入工具——Exchange](https://www.bilibili.com/video/BV1Pq4y177D9)(3分08秒)
Expand Down
6 changes: 5 additions & 1 deletion docs-2.0/nebula-flink-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,8 @@ Nebula Flink Connector适用于以下场景:

- 在同一个Nebula Graph集群内不同图空间之间迁移数据。

- Nebula Graph与其他数据源之间迁移数据。
- Nebula Graph与其他数据源之间迁移数据。

## 更新说明

[Release](https://github.com/vesoft-inc/nebula-flink-connector/releases/tag/{{flinkconnector.tag}})
4 changes: 4 additions & 0 deletions docs-2.0/nebula-importer/use-importer.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ Importer适用于将本地CSV文件的内容导入至Nebula Graph中。

- 灵活筛选:通过配置文件可以实现对CSV文件数据的灵活筛选。

## 更新说明

[Release](https://github.com/vesoft-inc/nebula-importer/releases/tag/{{importer.branch}})

## 前提条件

在使用Nebula Importer之前,请确保:
Expand Down
4 changes: 4 additions & 0 deletions docs-2.0/nebula-operator/1.introduction-to-nebula-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,7 @@ Nebula Operator不支持v1.x版本的Nebula Graph,其与Nebula Graph版本的
### 功能限制

目前Nebula Operator只支持手动扩缩容Nebula Graph集群,不支持自动扩缩容Nebula Graph集群。

## 更新说明

[Release](https://github.com/vesoft-inc/nebula-operator/releases/tag/{{operator.branch}})
4 changes: 4 additions & 0 deletions docs-2.0/nebula-spark-connector.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ Nebula Spark Connector {{sparkconnector.release}}版本特性如下:

- 支持`insert`、`update`和`delete`三种写入模式。`insert`模式会插入(覆盖)数据,`update`模式仅会更新已存在的数据,`delete`模式只删除数据。

## 更新说明

[Release](https://github.com/vesoft-inc/nebula-spark-connector/releases/tag/{{sparkconnector.tag}})

## 获取Nebula Spark Connector

### 编译打包
Expand Down
7 changes: 5 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,18 +77,20 @@ extra:
sparkconnector:
release: 2.6.0
branch: v2.6
tag: v2.6.0
flinkconnector:
release: 2.6.0
branch: v2.6
tag: v2.6.0
dockercompose:
release: 2.6.0
branch: v2.6.0
common:
release: 2.5.0
dashboard:
release: 1.0.1
release: 1.0.2
base100: 1.0.0
branch: v1.0.1
branch: v1.0.2
dashboard_ent:
release: 1.0.0
console:
Expand All @@ -111,6 +113,7 @@ extra:
bench:
release: 1.0.0
branch: master
tag: v1.0.0
operator:
release: 0.9.0
branch: v0.9.0
Expand Down