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

Algorithm 3.1.0 #2631

Merged
merged 1 commit into from
Mar 9, 2023
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
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

|NebulaGraph 企业版|BR 企业版|Agent |
|:---|:---|:---|
|3.4.0|3.4.0|3.4.0|
|3.4.1|3.4.0|3.4.0|

## 安装 BR(企业版)

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/backup-and-restore/nebula-br/2.compile-br.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

|NebulaGraph 社区版|BR 社区版 |Agent |
|:---|:---|:---|
|3.3.0 ~ 3.4.0|3.3.0|3.4.0、0.2.0|
|3.3.0 ~ 3.4.1|3.3.0|3.4.0、0.2.0|
|3.0.x ~ 3.2.x|0.6.1|0.1.0 ~ 0.2.0|

## 安装 BR
Expand Down
8 changes: 5 additions & 3 deletions docs-2.0/graph-computing/nebula-algorithm.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ NebulaGraph Algorithm 版本和 NebulaGraph 内核的版本对应关系如下。
|NebulaGraph 版本|NebulaGraph Algorithm 版本|
|:---|:---|
| nightly | 3.0-SNAPSHOT |
| 3.0.0 ~ 3.3.x | 3.0.0 |
| 3.0.0 ~ 3.4.x | 3.x.0 |
| 2.6.x | 2.6.x |
| 2.5.0、2.5.1 | 2.5.0 |
| 2.0.0、2.0.1 | 2.1.0 |
Expand All @@ -29,11 +29,13 @@ NebulaGraph Algorithm 版本和 NebulaGraph 内核的版本对应关系如下。

## 使用限制

- 直接提交算法包时,点 ID 的数据必须为整数,即点 ID 可以是 INT 类型,或者是 String 类型但数据本身为整数。

- 对于非整数的 String 类型数据,推荐使用调用算法接口的方式,可以使用 SparkSQL 的`dense_rank`函数进行编码,将 String 类型转换为 Long 类型。

- 图计算会输出点的数据集,算法结果会以DataFrame形式作为点的属性存储。用户可以根据业务需求,自行对算法结果做进一步操作,例如统计、筛选。

!!! compatibility

Algorithm v3.1.0 版本之前,直接提交算法包时,点 ID 的数据必须为整数,即点 ID 可以是 INT 类型,或者是 String 类型但数据本身为整数。

## 支持算法

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/graph-computing/nebula-analytics.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ NebulaGraph Analytics 版本和 NebulaGraph 内核的版本对应关系如下。

|NebulaGraph 版本|NebulaGraph Analytics 版本|
|:---|:---|
|3.4.0 | 3.4.0 |
|3.4.0 ~ 3.4.1| 3.4.0 |
|3.3.0 | 3.3.0 |
|3.1.0 ~ 3.2.x| 3.2.0 |
|3.0.x | 1.0.x |
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/nebula-dashboard-ent/1.what-is-dashboard-ent.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ NebulaGraph 的版本和 Dashboard 企业版的版本对应关系如下。

|NebulaGraph 版本|Dashboard 版本|
|:---|:---|
|3.4.0 |3.4.1、3.4.0、3.2.4、3.2.3、3.2.2、3.2.1、3.2.0|
|3.4.0 ~ 3.4.1 |3.4.1、3.4.0、3.2.4、3.2.3、3.2.2、3.2.1、3.2.0|
|3.3.0 |3.2.4、3.2.3、3.2.2、3.2.1、3.2.0|
|2.5.0 ~ 3.2.0|3.1.2、3.1.1、3.1.0|
|2.5.x ~ 3.1.0|3.0.4|
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/nebula-dashboard/1.what-is-dashboard.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ NebulaGraph 的版本和 Dashboard 社区版的版本对应关系如下。

|NebulaGraph 版本|Dashboard 版本|
|:---|:---|
|3.4.0 |3.4.0、3.2.0|
|3.4.0 ~ 3.4.1|3.4.0、3.2.0|
|3.3.0 |3.2.0|
|2.5.0 ~ 3.2.0|3.1.0|
|2.5.x ~ 3.1.0|1.1.1|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ NebulaGraph 的版本和 Explorer 版本对应关系如下。

| NebulaGraph 版本 | Explorer 版本 |
| --- | --- |
| 3.4.0 | 3.4.0、3.2.1、3.2.0 |
| 3.4.0 ~ 3.4.1 | 3.4.0、3.2.1、3.2.0 |
| 3.3.0 | 3.2.1、3.2.0|
| 3.1.0 ~ 3.2.x| 3.1.0|
| 3.0.0 ~ 3.1.0 | 3.0.0 |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ NebulaGraph Operator 不支持 v1.x 版本的 NebulaGraph,其与 NebulaGraph

| NebulaGraph 版本 |NebulaGraph Operator 版本 |
| ------------------- | ---------------- |
| 3.0.0 ~ 3.4.0 |1.3.0、1.4.0|
| 3.0.0 ~ 3.4.1 |1.3.0、1.4.0|
| 3.0.0 ~ 3.3.x |1.0.0、1.1.0、1.2.0|
| 2.5.x ~ 2.6.x |0.9.0|
| 2.5.x |0.8.0|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Studio 可以方便管理 NebulaGraph 图数据,具备以下功能:

| NebulaGraph 版本 | Studio 版本 |
| --- | --- |
| 3.4.0 | 3.6.0、3.5.1、3.5.0 |
| 3.4.0 ~ 3.4.1| 3.6.0、3.5.1、3.5.0 |
| 3.3.0 | 3.5.1、3.5.0 |
| 3.0.0 ~ 3.2.x| 3.4.1、3.4.0|
| 3.1.0 | 3.3.2 |
Expand Down