-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into deploy-dashboard-community-with-docker-com…
…pose
- Loading branch information
Showing
63 changed files
with
1,422 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -277,7 +277,7 @@ By nGQL, you CAN NOT directly getting all the vertices without specifying the ta | |
|
||
E.g., You CAN NOT run `MATCH (n) RETURN (n)`. An error like `Scan vertices or edges need to specify a limit number, or limit number can not push down.` will be returned. | ||
|
||
You can use [Nebula Algorithm](../nebula-algorithm.md). | ||
You can use [Nebula Algorithm](../graph-computing/nebula-algorithm.md). | ||
|
||
Or get vertices by each tag, and then group them by yourself. | ||
|
||
|
@@ -301,7 +301,7 @@ This is a very slow operation to get the out/in degree since no accelaration can | |
|
||
There is no such command. | ||
|
||
You can use [Nebula Algorithm](../nebula-algorithm.md). | ||
You can use [Nebula Algorithm](../graph-computing/nebula-algorithm.md). | ||
|
||
## About operation and maintenance | ||
|
||
|
@@ -414,37 +414,3 @@ Trying 192.168.1.10... | |
telnet: connect to address 192.168.1.10: Connection refused | ||
``` | ||
|
||
## About license | ||
|
||
### Are the Dashboard/Explorer/Nebula Graph Enterprise Edition licenses the same? | ||
|
||
No, the licenses of Dashboard, Explorer, and Nebula Graph Enterprise Editions are independent of each other and cannot be used interchangeably. | ||
|
||
### During the validity period of the Nebula Graph Enterprise Edition license, after replacing the enterprise edition Meta with the community edition Meta, can the community edition Meta be used with the enterprise edition Graph and Storage? | ||
|
||
No, mixed deployments of the enterprise edition services and the community edition services are not supported. | ||
|
||
### After the Nebula Graph Enterprise Edition license expires, is it possible that copy the data in the `data` directory and paste it to the same directory of Nebula Graph Community Edition, and then use Nebula Graph services as normal? | ||
|
||
Yes, it is possible. The data of the Enterprise Edition can be used in the Community Edition. The pasted data will only work properly in the services deployed in the Community Edition. Mixed deployments of the enterprise edition services and the community edition services are not supported. For example, the mixed deployment of the enterprise edition Meta service and the community edition Graph and Storage services is not supported. | ||
|
||
### Is there any message before the license expires, and how to renew the license after it expires? | ||
|
||
The system will send expiration notifications before the license expires. | ||
|
||
The notification time before the license expires is different for the full version license and the trial version license. | ||
|
||
- For the full version license: | ||
|
||
- Within 30 days before the license expires or on the day the license expires, there is an expiration reminder when Nebula Graph/Dashboard/Explorer is started. | ||
|
||
- There is a 14-day buffer period after expiration. During the buffer period, you will receive expiration notifications and can continue using Nebula Graph/Dashboard/Explorer. After the buffer period ends, the corresponding service will be down and cannot be started. | ||
|
||
- For the trial version license: | ||
|
||
- Within 7 days before the license expires or on the day the license expires, there is an expiration reminder when Nebula Graph/Dashboard/Explorer is started. | ||
|
||
- There is no buffer period after expiration. Once the license expires, the corresponding service will be down and cannot be started. | ||
|
||
|
||
After your license expires, contact us via [[email protected]](mailto:[email protected]) to renew it. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
# About Nebula Graph licenses | ||
|
||
A license is an official permission or permit that defines and restricts the rights of users to use the software. Nebula Graph licenses are used to restrict the use of the Enterprise Edition software. This document describes the Nebula Graph products that require a license and information about the license. | ||
|
||
## Nebula Graph Enterprise Edition | ||
|
||
Nebula Graph Enterprise Edition is scalable software with high availability and high performance. | ||
|
||
A Nebula Graph Enterprise Edition license is required to deploy a Nebula Graph Enterprise Edition cluster. For more information, see [Deploy a license for Nebula Graph Enterprise Edition](../4.deployment-and-installation/deploy-license.md). | ||
|
||
## Nebula Dashboard Enterprise Edition | ||
|
||
Nebula Dashboard Enterprise Edition is an out-of-the-box visualization tool that monitors and manages the status of cluster machines and services. | ||
|
||
A Nebula Dashboard Enterprise Edition license is required to deploy Nebula Dashboard Enterprise Edition. For more information, see [Nebula Dashboard Enterprise Edition license](../nebula-dashboard-ent/11.dashboard-ent-license.md). | ||
|
||
## Nebula Explorer | ||
|
||
Nebula Explorer, which has the Enterprise Edition only, 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 databases, you can quickly become a graph exploration expert. | ||
|
||
A Nebula Explorer license is required to deploy Nebula Explorer. For more information, see [Nebula Explorer license](../nebula-explorer/deploy-connect/3.explorer-license.md). | ||
|
||
|
||
## FAQ about Nebula Graph licenses | ||
|
||
### Are the Dashboard/Explorer/Nebula Graph Enterprise Edition licenses the same? | ||
|
||
No, the licenses of Dashboard, Explorer, and Nebula Graph Enterprise Editions are independent of each other and cannot be used interchangeably. | ||
|
||
### During the validity period of the Nebula Graph Enterprise Edition license, after replacing the enterprise edition Meta with the community edition Meta, can the community edition Meta be used with the enterprise edition Graph and Storage? | ||
|
||
No, mixed deployments of the enterprise edition services and the community edition services are not supported. | ||
|
||
### After the Nebula Graph Enterprise Edition license expires, is it possible that copy the data in the `data` directory and paste it to the same directory of Nebula Graph Community Edition, and then use Nebula Graph services as normal? | ||
|
||
Yes, it is possible. The data of the Enterprise Edition can be used in the Community Edition. The pasted data will only work properly in the services deployed in the Community Edition. Mixed deployments of the enterprise edition services and the community edition services are not supported. For example, the mixed deployment of the enterprise edition Meta service and the community edition Graph and Storage services is not supported. | ||
|
||
### Is there any message before the license expires, and how to renew the license after it expires? | ||
|
||
The system will send expiration notifications before the license expires. | ||
|
||
The notification time before the license expires is different for the full version license and the trial version license. | ||
|
||
- For the full version license: | ||
|
||
- Within 30 days before the license expires or on the day the license expires, there is an expiration reminder when Nebula Graph/Dashboard/Explorer is started. | ||
|
||
- There is a 14-day buffer period after expiration. During the buffer period, you will receive expiration notifications and can continue using Nebula Graph/Dashboard/Explorer. After the buffer period ends, the corresponding service will be down and cannot be started. | ||
|
||
- For the trial version license: | ||
|
||
- Within 7 days before the license expires or on the day the license expires, there is an expiration reminder when Nebula Graph/Dashboard/Explorer is started. | ||
|
||
- There is no buffer period after expiration. Once the license expires, the corresponding service will be down and cannot be started. | ||
|
||
|
||
After your license expires, contact us via [[email protected]](mailto:[email protected]) to renew it. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.