Skip to content

Commit

Permalink
fix: correct 404 links (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiacai2050 authored Oct 28, 2024
1 parent 261234f commit cf4b797
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion content/cn/docs/user-guide/cluster_deployment/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "集群部署"
weight: 20
---

[快速开始](../quick_start.md)部分我们已经介绍过单机版本 HoraeDB 的部署。
[快速开始]({{< ref "getting-started.md" >}})部分我们已经介绍过单机版本 HoraeDB 的部署。

除此之外,HoraeDB 作为一个分布式时序数据库,多个 HoraeDB 实例能够以集群的方式提供可伸缩和高可用的数据服务。

Expand Down
2 changes: 1 addition & 1 deletion content/cn/docs/user-guide/cluster_deployment/with_meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ HoraeMeta 本身通过嵌入式的 [ETCD](https://github.com/etcd-io/etcd) 保

#### 启动配置

目前 HoraeMeta 支持以配置文件和环境变量两种方式来指定服务启动配置。我们提供了配置文件方式启动的示例,具体可以参考 [config](https://github.com/apache/incubator-horaedb-meta/tree/main/config)
目前 HoraeMeta 支持以配置文件和环境变量两种方式来指定服务启动配置。我们提供了配置文件方式启动的示例,具体可以参考 [config](https://github.com/apache/horaedb/tree/main/horaemeta/config)
环境变量的配置优先级高于配置文件,当同时存在时,以环境变量为准。

#### 动态拓扑和静态拓扑
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/user-guide/cluster_deployment/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ title: "Cluster Deployment"
weight: 20
---

In the [Quick Start](../quick_start.md) section, we have introduced the deployment of single HoraeDB instance.
In the [Getting Started]({{< ref "getting-started.md" >}}) section, we have introduced the deployment of single HoraeDB instance.

Besides, as a distributed timeseries database, multiple HoraeDB instances can be deployed as a cluster to serve with high availability and scalability.

Expand Down
4 changes: 2 additions & 2 deletions content/en/docs/user-guide/cluster_deployment/with_meta.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ HoraeMeta is one of the core services of HoraeDB distributed mode, it is used to
### Build

- Golang version >= 1.19.
- run `make build` in root path of [HoraeMeta](https://github.com/apache/incubator-horaedb-meta).
- run `make build` in root path of [HoraeMeta](https://github.com/apache/horaedb/tree/main/horaemeta).

### Deploy

#### Config

At present, HoraeMeta supports specifying service startup configuration in two ways: configuration file and environment variable. We provide an example of configuration file startup. For details, please refer to [config](https://github.com/apache/incubator-horaedb-meta/tree/main/config). The configuration priority of environment variables is higher than that of configuration files. When they exist at the same time, the environment variables shall prevail.
At present, HoraeMeta supports specifying service startup configuration in two ways: configuration file and environment variable. We provide an example of configuration file startup. For details, please refer to [config](https://github.com/apache/horaedb/tree/main/horaemeta/config). The configuration priority of environment variables is higher than that of configuration files. When they exist at the same time, the environment variables shall prevail.

#### Dynamic or Static

Expand Down

0 comments on commit cf4b797

Please sign in to comment.