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

Merge explorer with studio #1584

Merged
merged 9 commits into from
Mar 28, 2022
7 changes: 7 additions & 0 deletions docs-2.0/nebula-explorer/10.create-schema.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 创建 Schema

在 Nebula Graph 中, 必须先有 Schema。Explorer 支持界面化或者通过控制台命令方式创建 Schema。

在 Explorer 页面的右上方,单击![](figs/studio-nav-schema.png)进入 Schema 创建页面。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Name the png would be better. Some day when there were a problem and the png could not be displayed, we could still see a png name here.


Explorer 的 Schema 功能同 Studio。详情参见[创建 Schema](../nebula-studio/quick-start/st-ug-create-schema.md)。
7 changes: 7 additions & 0 deletions docs-2.0/nebula-explorer/11.import-data.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# 导入数据

Explorer 支持界面化地将数据导入至 Nebula Graph 中。

在 Explorer 页面右上方,单击![download](figs/studio-btn-download.png)进入导入数据页面。

Explorer 的导入数据功能同 Studio。详情参见[导入数据](../nebula-studio/quick-start/st-ug-import-data.md)。
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Watch the changes of Studio. One day it may change, and the content here will be wrong.

Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Nebula Explorer (简称 Explorer)是一款可以通过 Web 访问的可视

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

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

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

Expand Down
6 changes: 6 additions & 0 deletions docs-2.0/nebula-explorer/canvas-operations/canvas-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,9 @@ Explorer 支持 6 种布局方式展示画布上的数据之间的关系。

!!! note
Tag 完全相同的 VID 点的颜色相同。在画布中右键单击单个点可手动修改一个点的样式。

- 支持上传图片以个性化标记画布中的点的样式,上传的图片被存在浏览器中。如果需要永久保存上传的图片,可以将当前画布中的数据创建为快照,具体操作,参见[数据快照](canvas-snapshot.md)。

![](../figs/upload-logo.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 added docs-2.0/nebula-explorer/figs/studio-nav-schema.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 added docs-2.0/nebula-explorer/figs/upload-logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -444,9 +444,13 @@ nav:
- 部署 Explorer: nebula-explorer/deploy-connect/ex-ug-deploy.md
- 连接数据库: nebula-explorer/deploy-connect/ex-ug-connect.md
- 页面概览: nebula-explorer/ex-ug-page-overview.md
- 创建 Schema: nebula-explorer/10.create-schema.md
- 导入数据: nebula-explorer/11.import-data.md
- 选择图空间: nebula-explorer/13.choose-graphspace.md
- 开始探索: nebula-explorer/ex-ug-query-exploration.md
- 节点筛选: nebula-explorer/node-filtering.md
- 探索拓展: nebula-explorer/ex-ug-graph-exploration.md
- 可视化查询: nebula-explorer/12.query-visually.md
- 画布功能:
- 画布概览: nebula-explorer/canvas-operations/canvas-overview.md
- 可视化模式: nebula-explorer/canvas-operations/visualization-mode.md
Expand Down