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

[wip] explore 216 --what is explorer & deployment updates #1417

Merged
merged 4 commits into from
Jan 24, 2022
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 @@ -2,15 +2,13 @@

Nebula Explorer (简称 Explorer)是一款可以通过 Web 访问的可视化图探索工具,搭配 Nebula Graph 内核使用,用于与图数据进行可视化交互。即使没有图数据操作经验,用户也可以快速成为图专家。

![Explorer](../figs/explorer.png)

!!! enterpriseonly

Explorer 仅在企业版提供。

!!! Note

用户也可以在 [Explorer](https://explorer.nebula-graph.com.cn/) 在线试用部分功能
用户可以[在线试用 Explorer](https://explorer.nebula-graph.com.cn/) 部分功能

## 适用场景

Expand All @@ -22,15 +20,15 @@ Nebula Explorer (简称 Explorer)是一款可以通过 Web 访问的可视

## 产品优点

- 易于安装:简单步骤即可完成部署。
- [易于安装](../deploy-connect/ex-ug-deploy.md):简单步骤即可完成部署。

- 易于使用:使用简洁的可视化交互方式,无需构思 nGQL 语句,轻松实现图探索。
- [易于使用](../operation-guide/ex-ug-canvas.md):使用简洁的可视化交互方式,无需构思 nGQL 语句,轻松实现图探索。

- 灵活性强:支持通过 VID、Tag、Subgraph 等方式查询数据。
- [灵活性强](../operation-guide/ex-ug-query-exploration.md):支持通过 VID、Tag、Subgraph 等方式查询数据。

- 多种操作:支持对多个点进行拓展操作、查询多个点的共同邻居、查询起点到终点之间的路径等操作。
- [探索拓展](../operation-guide/ex-ug-graph-exploration.md):支持对多个点进行拓展操作、查询多个点的共同邻居、查询起点到终点之间的路径等操作。

- 多样展示:支持修改画布中点的颜色和 icon,突出关键节点。也可以在层次图(dagre)、力导向图(force)、环形图(circular)中自由选择数据的展示方式
- [多样展示](../operation-guide/ex-ug-page-overview.md):支持修改画布中点的颜色和图标,突出关键节点;也支持使用不同布局模式展示数据

<!-- - 便于筛选:支持基于自定义条件灵活筛选需要展示的数据。-->

Expand Down
19 changes: 11 additions & 8 deletions docs-2.0/nebula-explorer/deploy-connect/ex-ug-connect.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,31 @@

如果 Nebula Graph 已经启用了身份验证,并且已经创建了不同角色的用户,用户只能使用被分配到的账号和密码登录数据库。如果未启用身份验证,用户可以使用 `root` 用户名和任意密码登录数据库。关于启用身份验证,参考 [Nebula Graph 用户手册](../../README.md "点击进入 Nebula Graph 用户手册")。

## 操作步骤
## 连接数据库

按以下步骤连接 Nebula Graph 数据库:

1. 在 Explorer 的 **配置数据库** 页面上,输入以下信息:
1. 在 Explorer 的**配置数据库**页面上,输入以下信息:

- **Host**:填写 Nebula Graph 的 Graph 服务本机 IP 地址及端口。格式为 `ip:port`。如果端口未修改,则使用默认端口 `9669`。

!!! Note

即使 Nebula Graph 数据库与 Explorer 部署在同一台机器上,用户也必须在 **Host** 字段填写这台机器的本机 IP 地址,而不是 `127.0.0.1` 或者 `localhost`。

- **用户名****密码**:根据 Nebula Graph 的身份验证设置填写登录账号和密码。
- **用户名****密码**:根据 Nebula Graph 的身份验证设置填写登录账号和密码。
- 如果未启用身份验证,可以填写默认用户名 `root` 和任意密码。
- 如果已启用身份验证,但是未创建账号信息,用户只能以 GOD 角色登录,必须填写 `root` 及对应的密码 `nebula`。
- 如果已启用身份验证,同时又创建了不同的用户并分配了角色,不同角色的用户使用自己的账号和密码登录。

![Nebula Graph Explorer 的登录页面](../figs/ex-ug-002-1.png)
2. 完成设置后,点击**登录**按钮。

2. 完成设置后,点击 **登录** 按钮。
如果能看到如下图所示的界面,表示已经成功连接到 Nebula Graph 数据库。
!!! note

![Explorer 进入控制台页面,表示成功连接到 Nebula Graph](../figs/ex-ug-003.png "Nebula Graph 连接成功")
一次连接会话持续 30 分钟。如果超过 30 分钟没有操作,会话即断开,用户需要重新登录数据库。

一次连接会话持续 30 分钟。如果超过 30 分钟没有操作,会话即断开,用户需要重新登录数据库。
## 断开连接

在页面左侧工具栏中,选择设置 ![icon](../figs/nav-setup.png)图标 > 清空连接。

如果浏览器上显示**配置数据库**页面,表示 Explorer 已经成功断开了与 Nebula Graph 数据库的连接。
4 changes: 4 additions & 0 deletions docs-2.0/nebula-explorer/deploy-connect/ex-ug-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,8 @@ $ kill $(lsof -t -i :7002)

![Nebula Explorer 登录页面](../figs/ex-ug-002-1.png)

!!! note

首次登录 Nebula Explorer 的时候,页面显示*最终用户许可协议*的内容,请仔细阅读并单击**同意**。

进入 Explorer 登录界面后,用户需要连接 Nebula Graph。详细信息,参考[连接数据库](../deploy-connect/ex-ug-connect.md)。

This file was deleted.

Binary file removed docs-2.0/nebula-explorer/figs/ex-ug-001.png
Binary file not shown.
Binary file modified docs-2.0/nebula-explorer/figs/ex-ug-002-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs-2.0/nebula-explorer/figs/ex-ug-002.png
Binary file not shown.
Binary file removed docs-2.0/nebula-explorer/figs/ex-ug-003.png
Binary file not shown.
Binary file removed docs-2.0/nebula-explorer/figs/ex-ug-004-1.png
Binary file not shown.
Binary file removed docs-2.0/nebula-explorer/figs/ex-ug-004.png
Binary file not shown.
Binary file modified docs-2.0/nebula-explorer/figs/nav-setup.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,6 @@ nav:
- 安装与登录:
- 部署 Explorer: nebula-explorer/deploy-connect/ex-ug-deploy.md
- 连接数据库: nebula-explorer/deploy-connect/ex-ug-connect.md
- 清除连接: nebula-explorer/deploy-connect/ex-ug-reset-connection.md
- 操作指南:
- 页面概览: nebula-explorer/operation-guide/ex-ug-page-overview.md
- 查询探索: nebula-explorer/operation-guide/ex-ug-query-exploration.md
Expand Down