Skip to content

Commit

Permalink
broken-link-fix (#2085)
Browse files Browse the repository at this point in the history
* broken-link-fix

* Update 1.br-ent-overview.md
  • Loading branch information
abby-cyber authored May 11, 2023
1 parent c342626 commit 08f193a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
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

0 comments on commit 08f193a

Please sign in to comment.