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 typo #1308

Merged
merged 1 commit into from
Apr 27, 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
5 changes: 5 additions & 0 deletions docs-2.0/nebula-cloud.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# What is Nebula Graph Cloud

Nebula Graph Cloud (Cloud for short) is a product that supports one-click deployment of Nebula Graph on the [Azure](https://azure.microsoft.com/en-us/) platform. You can create a graph database within minutes, and quickly expand computing and storage.

Currently, only Nebula Graph 2.6.2 is supported. For more information. see [What is Nebula Graph Cloud](https://docs.nebula-graph.io/2.6.2/nebula-cloud/1.what-is-cloud/).
6 changes: 1 addition & 5 deletions docs-2.0/nebula-cloud/1.what-is-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@

Nebula Graph Cloud (Cloud for short) is a product that supports one-click deployment of Nebula Graph on the [Azure](https://azure.microsoft.com/en-us/) platform. You can create a graph database within minutes, and quickly expand computing and storage.

Currently, only Nebula Graph 2.6.2 is supported. For more information. see [What is Nebula Graph Cloud](https://docs.nebula-graph.io/2.6.2/nebula-cloud/1.what-is-cloud/).

<!--
## Scenarios

You want to use Azure cloud resources to quickly subscribe to the Nebula Graph service and to deploy the Nebula Graph database to the cloud, supporting the use of visualized tools and functions of privilege management.
Expand All @@ -21,5 +18,4 @@ You want to use Azure cloud resources to quickly subscribe to the Nebula Graph s

- Flexible and efficient: You can quickly build a Nebula Graph database without purchasing physical servers, storage devices, computing, or network components. It only takes 5-10 minutes to prepare a complete environment for use.
- High availability: Nebula Graph clusters use Raft to implement data redundancy backup with multiple server rooms in the same city to ensure the reliability of data, and the high availability of the cloud computing infrastructure and cloud servers.
- Easy to use: Nebula Cloud provides online management of Nebula Graph clusters on the Web, and also provides corresponding visualized tools of Nebula Graph to help users get started quickly.
-->
- Easy to use: Nebula Cloud provides online management of Nebula Graph clusters on the Web, and also provides corresponding visualized tools of Nebula Graph to help users get started quickly.
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ Studio can easily manage Nebula Graph data, with the following functions:

You can use Studio in one of these scenarios:

- You have a dataset, and you want to explore and analyze data in a visualized way. You can use Docker Compose to deploy Nebula Graph and then use Studio to explore or analyze data in a visualized way.

- You have deployed Nebula Graph and imported a dataset. You want to use a GUI to run nGQL statements or explore and analyze graph data in a visualized way.
- You have a dataset, and you want to explore and analyze data in a visualized way. You can use Docker Compose to deploy Nebula Graph and then use Studio to explore or analyze data in a visualized way.

- 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.

Expand Down
4 changes: 0 additions & 4 deletions docs-2.0/nebula-studio/deploy-connect/st-ug-deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,6 @@ Before you deploy tar-based Studio, you must do a check of these:
$ ./server
```

!!! caution

Studio {{nebula.release}} version is not dependent on nebula-importer and nebula-http-gateway, so the installation and deployment procedure is different from Studio v3.1.0.

4. When Studio is started, use `http://<ip address>:7001` to get access to Studio.

If you can see the **Config Server** page on the browser, Studio is started successfully.
Expand Down
4 changes: 3 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,9 @@ nav:
- Nebula Python: 14.client/5.nebula-python-client.md
- Nebula Go: 14.client/6.nebula-go-client.md

- Nebula Graph Cloud: nebula-cloud/1.what-is-cloud.md
- Nebula Graph Cloud: nebula-cloud.md

# - Nebula Graph Cloud:
# - What is Nebula Graph Cloud: nebula-cloud/1.what-is-cloud.md
# - Create a subscription: nebula-cloud/2.how-to-create-subsciption.md
# - Configure a Solution: nebula-cloud/3.how-to-set-solution.md
Expand Down