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

Modify studio #1197

Merged
merged 2 commits into from
Mar 29, 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
10 changes: 3 additions & 7 deletions docs-2.0/nebula-studio/about-studio/st-ug-limitations.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ This topic introduces the limitations of Studio.
| --- | --- |
| 1.x | 1.x|
| 2.0 & 2.0.1 | 2.x |
| 2.5.0 & 2.5.1 | 3.0.0 |
| 2.6.0 & 2.6.1 & 2.6.2 | 3.1.0 |
| 3.0.0 | 3.2.0 |
| 2.5.x | 3.0.0 |
| 2.6.x | 3.1.x |
| 3.0.0 | 3.2.x |

## Architecture

Expand All @@ -34,10 +34,6 @@ During the public beta of Nebula Graph Cloud Service, Studio on Cloud has these

Only CSV files without headers can be uploaded, but no limitations are applied to the size and store period for a single file. The maximum data volume depends on the storage capacity of your machine.

## Data backup

For now, you can export the queried results in the CSV format on the **Console** page and export data in the CSV format and png format on the **Explore** page. No other backup methods are available.

## nGQL statements

On the **Console** page of Docker-based and RPM-based Studio v3.x, all the nGQL syntaxes except these are supported:
Expand Down
26 changes: 1 addition & 25 deletions docs-2.0/nebula-studio/about-studio/st-ug-release-note.md
Original file line number Diff line number Diff line change
@@ -1,25 +1 @@
# Change Log

## v3.2.2 (2022.03.08)

- Fix:
- Fix the verification problem of Chinese and special characters.

## v3.2.1 (2022.02.17)

- Fix:
- Remove the node environment check before rpm installation.
- Fix export csv parsing issue.

## v3.2.0 (2022.02.15)

- Feature enhancements:
- Compatible with Nebula Graph v3.0.0.
- Added the use of DEB to deploy and start Studio.
- Import:
- Added password confirmation when importing to enhance security.
- Console:
- Added save parameter for parameterized query.

- Compatibility:
- Remove Studio's dependency on Node.js.
# Change Log
22 changes: 13 additions & 9 deletions docs-2.0/nebula-studio/about-studio/st-ug-what-is-graph-studio.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What is Nebula Graph Studio

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. Users can view the latest source code in the Nebula Graph GitHub repository, see [nebula-studio](https://github.com/vesoft-inc/nebula-studio) for details.
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, and run nGQL statements to retrieve data. With Studio, you can quickly become a graph exploration expert from scratch. You can view the latest source code in the Nebula Graph GitHub repository, see [nebula-studio](https://github.com/vesoft-inc/nebula-studio) for details.

## Released versions

Expand All @@ -17,17 +17,13 @@ The functions of the above four deployment methods are the same and may be restr

## Features

Studio provides these features:
Studio can easily manage Nebula Graph data, with the following functions:

- Graphical user interface (GUI) makes Nebula Graph management more user-friendly:
- On the **Schema** page, you can use the graphical user interface to create the space, Tag, Edge Type, Index, and view the statistics on the graph. It helps you quickly get started with Nebula Graph.

- On the **Schema** page, you can manage schemas with a graphical user interface. It helps you quickly get started with Nebula Graph.
- On the **Import** page, you can operate batch import of vertex and edge data with clicks, and view a real-time import log.

- On the **Console** page, you can run nGQL statements and read the results in a human-friendly way.

- On the **Import** page, you can operate batch import of vertex and edge data with clicks, and view a real-time import log.

- On the **Explore** page, you can explore the graph data. It helps you dig the relationships among data and improves the efficiency of data analysis.
- On the **Console** page, you can run nGQL statements and read the results in a human-friendly way.

## Scenarios

Expand All @@ -48,3 +44,11 @@ For Studio on Cloud, only the instance creator and the Nebula Graph Cloud Servic
Authentication is not enabled in Nebula Graph by default. Users can log into Studio with the `root` account and any password.

When Nebula Graph enables authentication, users can only sign into Studio with the specified account. For more information, see [Authentication](../../7.data-security/1.authentication/1.authentication.md).

## Check updates

Studio is in development. Users can view the latest releases features through [Changelog](../about-studio/st-ug-release-note.md).

To view the Changelog, on the upper-right corner of the page, click the version and then **New version**.

![On the upper right corner of the page, click Version and then New Version](https://docs-cdn.nebula-graph.com.cn/figures/st-ug-001-en.png)
Copy link
Contributor

Choose a reason for hiding this comment

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

Minimize the screenshotting area to control the size of the pictures. Take only the part that users need to recognize.

Example:
image