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

Update 5.0.introduce-solution.md #993

Merged
merged 14 commits into from
Dec 31, 2021
Merged
Show file tree
Hide file tree
Changes from 2 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
31 changes: 31 additions & 0 deletions docs-2.0/nebula-cloud/5.solution/5.0.introduce-solution.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Solution

On the **Solution** page, the sidebars are different based on roles and privileges. For more information, see [Roles and privileges in Cloud](../4.user-role-description.md).

## Solution Info

Click on the Solution's name on the homepage of Cloud to enter the **Solution Info** page. The Solution Info page consists of the following parts: Basic Info, Instance Info, Price Info, Getting Started. You can view the information on this page in detail.

## Application

Click **Applications** in the sidebar to enter the page of accessory applications(Dashboard/Studio/Explorer). Accessory applications are different based on roles and privileges. For more information, see [Accessory applications](../5.solution/5.1.supporting-application.md).
foesa-yang marked this conversation as resolved.
Show resolved Hide resolved

## Connectivity

Click **Connectivity** in the sidebar to enter the page of Private Link. On this page, you can set up a Private Link, accessing the Nebula Graph database through a Private IP address in the virtual network. For more information, see [Private Link](../5.solution/5.2.connection-configuration-and-use.md).
foesa-yang marked this conversation as resolved.
Show resolved Hide resolved

## Root Management

Click **Root Management** in the sidebar to enter the Root account management page. For more information, see [Role and User Management](../5.solution/5.3.role-and-authority-management.md).
foesa-yang marked this conversation as resolved.
Show resolved Hide resolved

## User Mangement
foesa-yang marked this conversation as resolved.
Show resolved Hide resolved

Click **User Management** in the sidebar to enter the User account management page. For more information, see [Role and User Management](../5.solution/5.3.role-and-authority-management.md).
foesa-yang marked this conversation as resolved.
Show resolved Hide resolved

## Audit Log

Click **Audit Log** in the sidebar to enter the operation log page. You can select the time period according to the operation information such as `Create Solution`, `Start Solution`, `Stop Solution`, and filter out the operator and operation record.
foesa-yang marked this conversation as resolved.
Show resolved Hide resolved

## Settings

Click **Settings** in the sidebar to enter the settings page, and you can `stop solution` or `transfer solution` in this page.
22 changes: 22 additions & 0 deletions docs-2.0/nebula-cloud/5.solution/5.1.supporting-application.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# Accessory applications(Dashboard/Studio/Explorer)

Nebula Graph Cloud integrates Nebula Graph Studio, Nebula Dashboard, and Nebula Explorer.
foesa-yang marked this conversation as resolved.
Show resolved Hide resolved

On the **Applications** page, accessory applications are different based on roles and privileges. The correspondence between different roles and privileges is as follows. The first column means the tools that the role can use, **Y** means it has permission, and **N** means it has no permission.
foesa-yang marked this conversation as resolved.
Show resolved Hide resolved

|tools|OWNER|ROOT|USER|
foesa-yang marked this conversation as resolved.
Show resolved Hide resolved
|:---|:---|:---|:---|
|Dashboard|Y|Y|N|
|Studio|N|Y|Y|
|Explorer|N|Y|Y|

## Dashboard

Nebula Dashboard Enterprise(Dashboard for short) is a visualization tool that monitors and manages the status of machines and services in Nebula Graph clusters. Currently Dashboard in Cloud only supports viewing the [Cluster monitoring](../../nebula-dashboard-ent/4.cluster-operator/2.monitor.md) page.
foesa-yang marked this conversation as resolved.
Show resolved Hide resolved
## Studio
foesa-yang marked this conversation as resolved.
Show resolved Hide resolved

Nebula Graph Studio (Studio in short) is a browser-based visualization tool to manage Nebula Graph. It provides you with a graphical user interface to manipulate graph schemas, import data, explore graph data, and run nGQL statements to retrieve data. With Studio, you can quickly become a graph exploration expert from scratch. For more information, see [What is Nebula Graph Studio](../../nebula-studio/about-studio/st-ug-what-is-graph-studio.md).

## Explorer

Nebula Explorer (Explorer in short) is a browser-based visualization tool. It is used with the Nebula Graph core to visualize interaction with graph data. Even if there is no experience in graph database, you can quickly become a graph exploration expert. For more information, see [What is Nebula Explorer](../../nebula-explorer/about-explorer/ex-ug-what-is-explorer.md).
foesa-yang marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# Private Link

You can set up a Private Link in Connectivity to allow users to access the Nebula Graph database through a dedicated IP in the virtual network, without exposing your traffic to the public internet. For more information about private link, see [What is Azure Private Link?](https://docs.microsoft.com/en-us/azure/private-link/private-link-overview)
foesa-yang marked this conversation as resolved.
Show resolved Hide resolved