Skip to content

Commit

Permalink
update release
Browse files Browse the repository at this point in the history
  • Loading branch information
whitewum committed Apr 26, 2022
1 parent 1291025 commit 2d1d34a
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 使用限制

本文描述 Exchange 3.x 的一些使用限制。
本文描述 Exchange {{exchange.release}} 的一些使用限制。

## 版本兼容性

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Exchange 有社区版和企业版两个系列,二者功能不同。社区版

Exchange 适用于以下场景:

- 需要将来自 Kafka、Pulsar 平台的流式数据,如日志文件、网购数据、游戏内玩家活动、社交网站信息、金融交易大厅或地理空间服务,以及来自数据中心内所连接设备或仪器的遥测数据等转化为属性图的点或边数据,并导入 Nebula Graph 数据库。
- 需要将来自 Kafka、Pulsar 平台的流式数据,如日志文件、网购数据、游戏内玩家活动、社交网站信息、金融交易或地理空间服务,以及来自数据中心内所连接设备或仪器的遥测数据等转化为属性图的点或边数据,并导入 Nebula Graph 数据库。

- 需要从关系型数据库(如 MySQL)或者分布式文件系统(如 HDFS)中读取批式数据,如某个时间段内的数据,将它们转化为属性图的点或边数据,并导入 Nebula Graph 数据库。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Exchange 支持两种数据导入模式:

!!! caution

虽然导入速度快,但是导入期间(大约 10 秒)会阻塞对应空间的写操作,建议在业务低峰期进行导入。
导入期间(大约 10 秒)会阻塞对应空间的写操作,并且之后数小时内可能有历史数据整理,建议在业务低峰期进行导入。

- 适合数据源数据量较大的场景,导入速度快。

Expand Down Expand Up @@ -224,7 +224,7 @@ SST 文件是一个内部包含了任意长度的有序键值对集合的文件
output: /tmp/errors
}
# 使用谷歌的 RateLimiter 来限制发送到 NebulaGraph 的请求。
# 使用Google Guava RateLimiter 来限制发送到 Nebula Graph 的请求。
rate: {
# RateLimiter 的稳定吞吐量。
limit: 1024
Expand Down
14 changes: 8 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,19 @@ extra:
provider: google
property: UA-60523578-15
# branch represents code names (git clone). release represents version number used in texts.
version:
method: mike
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/vesoft-inc/nebula-docs-cn'
nebula:
release: 3.1.0
tag: v3.1.0
branch: release-3.1
nightly: nightly
master: master
base20: 2.0
base200: 2.0.0
branch: release-3.1
version:
method: mike
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/vesoft-inc/nebula-docs-cn'
studio:
base111b: 1.1.1-beta
base220: 2.2.1
Expand Down Expand Up @@ -119,6 +120,7 @@ extra:
tag: v1.2.0
operator:
release: 1.1.0
tag: v1.1.0
branch: release-1.1
upgrade_from: 3.0.0
upgrade_to: 3.1.x
Expand Down

0 comments on commit 2d1d34a

Please sign in to comment.