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

broken-link-fix #2085

Merged
merged 2 commits into from
May 11, 2023
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/20.appendix/6.eco-tool-version.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ NebulaGraph Algorithm (Algorithm for short) is a Spark application based on [Gra
|:---|:---|
| {{ nebula.tag }} | {{algorithm.tag}}|


{{ent.ent_begin}}

## NebulaGraph Analytics

NebulaGraph Analytics is an application that integrates the open-source Plato Graph Computing Framework, with which NebulaGraph Analytics performs graph computations on NebulaGraph database data. For details, see [What is NebulaGraph Analytics](../graph-computing/nebula-analytics.md).
Expand All @@ -122,6 +125,8 @@ NebulaGraph Analytics is an application that integrates the open-source Plato Gr
|:---|:---|
| {{ nebula.tag }} | {{plato.tag}}|

{{ent.ent_end}}

## NebulaGraph Console

NebulaGraph Console is the native CLI client of NebulaGraph. For how to use it, see [NebulaGraph Console](../nebula-console.md).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

Backup Restore (BR for short) Enterprise Edition is a Command-Line Interface (CLI) tool. With BR Enterprise Edition, you can back up and restore NebulaGraph data.

For the deployment of BR in K8s Operator, see [Backup and restore data using NebulaGraph Operator](../../nebula-operator/10.backup-restore-using-operator.md).

!!! enterpriseonly

The BR Enterprise Edition tool is for NebulaGraph Enterprise Edition only.
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/backup-and-restore/nebula-br/2.compile-br.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Install BR

This topic introduces the installation of BR in bare-metal deployment scenarios. For the deployment of BR in K8s Operator, see [Backup and restore data using NebulaGraph Operator](../../nebula-operator/10.backup-restore-using-operator.md).
This topic introduces the installation of BR in bare-metal deployment scenarios.

## Notes

Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/nebula-dashboard/1.what-is-dashboard.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# What is NebulaGraph Dashboard Community Edition

NebulaGraph Dashboard Community Edition (Dashboard for short) is a visualization tool that monitors the status of machines and services in NebulaGraph clusters. This topic introduces Dashboard Community Edition. For details of Dashboard Enterprise Edition, refer to [What is NebulaGraph Dashboard Enterprise Edition](../nebula-dashboard-ent/1.what-is-dashboard-ent.md).
NebulaGraph Dashboard Community Edition (Dashboard for short) is a visualization tool that monitors the status of machines and services in NebulaGraph clusters.

!!! enterpriseonly

Expand Down
10 changes: 7 additions & 3 deletions docs-2.0/nebula-operator/1.introduction-to-nebula-operator.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,16 @@ NebulaGraph Operator abstracts the deployment management of NebulaGraph clusters
The following features are already available in NebulaGraph Operator:

- **Deploy and uninstall clusters**: NebulaGraph Operator simplifies the process of deploying and uninstalling clusters for users. NebulaGraph Operator allows you to quickly create, update, or delete a NebulaGraph cluster by simply providing the corresponding CR file. For more information, see [Deploy NebulaGraph Clusters with Kubectl](3.deploy-nebula-graph-cluster/3.1create-cluster-with-kubectl.md) or [Deploy NebulaGraph Clusters with Helm](3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md).


{{ent.ent_begin}}

- **Scale clusters**: NebulaGraph Operator calls NebulaGraph's native scaling interfaces in a control loop to implement the scaling logic. You can simply perform scaling operations with YAML configurations and ensure the stability of data. For more information, see [Scale clusters with Kubectl](3.deploy-nebula-graph-cluster/3.1create-cluster-with-kubectl.md) or [Scale clusters with Helm](3.deploy-nebula-graph-cluster/3.2create-cluster-with-helm.md).

- **Cluster Upgrade**: NebulaGraph Operator supports cluster upgrading from version {{operator.upgrade_from}} to version {{operator.upgrade_to}}.

- **Backup and Recovery**:NebulaGraph supports data backup and recovery. Users can use NebulaGraph Operator to backup the data of the NebulaGraph cluster to storage services that are compatible with the S3 protocol, and can also restore data to the cluster from the storage service. For details, see [Backup and restore using NebulaGraph Operator](10.backup-restore-using-operator.md).

{{ent.ent_end}}

- **Cluster Upgrade**: NebulaGraph Operator supports cluster upgrading from version {{operator.upgrade_from}} to version {{operator.upgrade_to}}.

- **Self-Healing**: NebulaGraph Operator calls interfaces provided by NebulaGraph clusters to dynamically sense cluster service status. Once an exception is detected, NebulaGraph Operator performs fault tolerance. For more information, see [Self-Healing](5.operator-failover.md).

Expand Down