Skip to content

Commit

Permalink
update studio (#874)
Browse files Browse the repository at this point in the history
  • Loading branch information
izhuxiaoqing authored Nov 2, 2021
1 parent f16a4c4 commit 347f5a1
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 10 deletions.
7 changes: 5 additions & 2 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,23 +12,25 @@ This topic introduces the limitations of Studio.
| --- | --- |
| 1.x | 1.x|
| 2.0 & 2.0.1 | 2.x |
| 2.5.0 | 3.0.0 |
| 2.5.0 & 2.5.1 | 3.0.0 |
| 2.6.0 | 3.1.0 |


## Architecture

For now, Docker-based and RPM-based Studio v3.x supports x86_64 architecture only.

## Upload data

<!--
During the public beta of Nebula Graph Cloud Service, Studio on Cloud has these limitations:
- Only CSV files without headers are supported, and only commas are separators separator.
- Each file of a maximum of 100 MB is supported.
- A total amount of a maximum of 1 GB is supported for each Nebula graph instance.
- Each file is stored for only one calendar day.
-->

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
Expand All @@ -53,6 +55,7 @@ For Studio on Cloud, besides the preceding syntax, you cannot run these account
For more information about the preceding statements, see[Nebula Graph Database Manual](https://docs.nebula-graph.io/2.0.1/7.data-security/1.authentication/2.management-user/)
-->

## Browser

We recommend that you use Chrome to get access to Studio.
13 changes: 9 additions & 4 deletions docs-2.0/nebula-studio/about-studio/st-ug-release-note.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,25 @@
# Change Log

## v3.1.0 (2021.10.29)
- Feature Enhancements:

- Feature enhancements:
- Compatible with Nebula Graph v2.6.0.
- Added the use of Helm to deploy and start Studio in the Kubernetes cluster.
- Explorer:
- Added GEO.
- Explorer
- Added the function of modifying the vertex icon.

- Fix:
- Schema:
- Schema
- Fix the problem that some operations of the tag/edge/property named after keywords will report errors.
- Fix the problem of incomplete data types by adding date/time/datetime/int32/int16/int8.

- Compatibility:
- Remove Studio's dependency on nebula-importer and use http-gateway to be compatible with related functions.

## v3.0.0 (2021.08.13)
- Feature Enhancements:

- Feature enhancements:

- Compatible with Nebula Graph v2.5.0.
- Supported adding `COMMENT` in Space, Tag, Edge Type, Index while configuration Schema.
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,18 @@ Nebula Graph Studio (Studio in short) is a browser-based visualization tool to m

## Released versions

For now, Studio has three release versions:
You can deploy Studio using the following methods:

- Docker-based. You can deploy Studio with Docker and connect it to Nebula Graph. For more information, see [Docker-based Studio](../deploy-connect/st-ug-deploy.md).

- RPM-based. You can deploy Studio with RPM and connect it to Nebula Graph. For more information, see [RPM-based Studio](../deploy-connect/st-ug-deploy.md).
- Tar-based. You can deploy Studio with tar and connect it to Nebula Graph. For more information, see [tar-based Studio](../deploy-connect/st-ug-deploy.md).
- Helm-based. You can deploy Studio with Helm in the Kubernetes cluster and connect it to Nebula Graph. For more information, see [Helm-based Studio](../deploy-connect/st-ug-deploy-by-helm.md).

- tar-based. You can deploy Studio with tar and connect it to Nebula Graph. For more information, see [tar-based Studio](../deploy-connect/st-ug-deploy.md).
<!--
- Cloud Service: You can create Nebula Graph database instances in Nebula Graph Cloud Service and connect Cloud Service Studio with one click. For more information, see [Nebula Graph Cloud Service Manual](https://cloud-docs.nebula-graph.com.cn/cn/posts/manage-instances/dbaas-ug-connect-nebulastudio/ "Click to go to Nebula Graph Cloud Service Manual").
-->

The functions of the three released versions are the same and may be restricted when using Studio. For more information, see [Limitations](../about-studio/st-ug-limitations.md).
The functions of the above four deployment methods are the same and may be restricted when using Studio. For more information, see [Limitations](../about-studio/st-ug-limitations.md).

## Features

Expand All @@ -39,6 +42,7 @@ You can use Studio in one of these scenarios:
- You are a beginner of nGQL (Nebula Graph Query Language) and you prefer to use a GUI rather than a command-line interface (CLI) to learn the language.

## Authentication

<!--
For Studio on Cloud, only the instance creator and the Nebula Graph Cloud Service accounts that are authorized to manipulate data in Nebula Graph can connect to Studio. For more information, see [Nebula Graph Cloud Service User Guide](https://cloud-docs.nebula-cloud.io/en/posts/toc/dbaas-ug-toc/).
-->
Expand Down

0 comments on commit 347f5a1

Please sign in to comment.