Skip to content

Commit

Permalink
feat: 下架MongoDB和ES文档
Browse files Browse the repository at this point in the history
  • Loading branch information
huangliling committed Jan 9, 2025
1 parent fec258f commit 5d7c6f8
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 473 deletions.
2 changes: 1 addition & 1 deletion docs/sdk/engine/_partials/platform-introduction.mdx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
云引擎是一个托管后端程序的平台,开发者可以将 Web 应用(例如一个网站),或者 Node.js、Python、Java、PHP、.NET、Go、C++ 等语言的后端程序(例如一个 RESTful API 服务器)部署到云引擎上,云引擎会自动从源代码构建出可运行的「版本」,然后将它运行在独立的容器中,同时提供日志和监控、负载均衡、平滑发布、弹性扩容等能力。此外,云引擎还提供了定时任务、域名和证书管理和 Redis、MySQL、MongoDB、Elasticsearch 等多种托管数据库供开发者使用。
云引擎是一个托管后端程序的平台,开发者可以将 Web 应用(例如一个网站),或者 Node.js、Python、Java、PHP、.NET、Go、C++ 等语言的后端程序(例如一个 RESTful API 服务器)部署到云引擎上,云引擎会自动从源代码构建出可运行的「版本」,然后将它运行在独立的容器中,同时提供日志和监控、负载均衡、平滑发布、弹性扩容等能力。此外,云引擎还提供了定时任务、域名和证书管理和 Redis、MySQL 等多种托管数据库供开发者使用。
134 changes: 0 additions & 134 deletions docs/sdk/engine/database/es.mdx

This file was deleted.

104 changes: 0 additions & 104 deletions docs/sdk/engine/database/mongo.mdx

This file was deleted.

2 changes: 1 addition & 1 deletion docs/sdk/engine/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ import Path from "/src/docComponents/path";

在此基础上,开发者可以选择在程序内接入云引擎的 SDK,来使用云函数和 Hook 等功能,云函数与 <Conditional brand="tds">[数据存储](/sdk/storage/features)</Conditional><Conditional brand="leancloud">[数据存储](/sdk/storage/overview/)</Conditional> 服务有深度的整合,对于已经在使用数据存储服务的开发会非常方便。

不接入云引擎 SDK 也可以使用云函数以外的所有功能,云引擎也提供了业界广泛使用的 [Redis](/sdk/engine/database/redis/)[MongoDB](/sdk/engine/database/mongo/)[Elasticsearch](/sdk/engine/database/es/) 供开发者存储数据。
不接入云引擎 SDK 也可以使用云函数以外的所有功能,云引擎也提供了业界广泛使用的 [Redis](/sdk/engine/database/redis/)[MySQL](/sdk/engine/database/mysql/) 供开发者存储数据。

## 云函数

Expand Down
2 changes: 0 additions & 2 deletions docs/sdk/engine/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ import { Conditional } from "/src/docComponents/conditional";
| 数据库 | 集群配置 | 集群可用性 | 文档页面 |
| ------------- | ------------------ | ---------------------------------- | --------------------------------------------------------- |
| Redis | 主从结构(1M/1S) | 默认高可用,自动切换 | [LeanCache 使用指南](/sdk/engine/database/redis/) |
| MongoDB | 副本集(1P/1S/1A) | 默认高可用,自动切换 | [LeanDB MongoDB 使用指南](/sdk/engine/database/mongo/) |
| MySQL | 主从结构(1M/1S) | 默认高可用,自动切换 | [LeanDB MySQL 使用指南](/sdk/engine/database/mysql/) |
| Elasticsearch | 单节点 / 三个节点 | 默认高可用,自动切换(三个节点时) | [LeanDB Elasticsearch 使用指南](/sdk/engine/database/es/) |

## 更多

Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/engine/platform.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import Path from "/src/docComponents/path";

云引擎对应用进程内部几乎没有干预,你可以选用你喜欢的开发框架和第三方组件库、自行组织项目的目录结构。云引擎的负载均衡会转发绑定域名下的所有 HTTP 请求,你可以在应用内使用 Web 框架来自行设计 HTTP API 中的路径、请求和响应的格式。

目前云引擎主要为无状态的 HTTP 服务而优化,不支持在文件系统上持久地存储数据,应用可以将数据存储到 <Conditional brand="tds">[数据存储](/sdk/storage/features)</Conditional><Conditional brand="leancloud">[数据存储](/sdk/storage/overview/)</Conditional> 或 LeanDB 提供的 [Redis](/sdk/engine/database/redis/)[MongoDB](/sdk/engine/database/mongo/)[Elasticsearch](/sdk/engine/database/es/) 中。
目前云引擎主要为无状态的 HTTP 服务而优化,不支持在文件系统上持久地存储数据,应用可以将数据存储到 <Conditional brand="tds">[数据存储](/sdk/storage/features)</Conditional><Conditional brand="leancloud">[数据存储](/sdk/storage/overview/)</Conditional> 或 LeanDB 提供的 [Redis](/sdk/engine/database/redis/)[MySQL](/sdk/engine/database/mysql/) 中。

<p>
要将一个已有的项目关联到云引擎应用,可以使用 <code>{CLI_BINARY} switch</code>:
Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/start/dashboard-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -740,7 +740,7 @@ mQtjuMF5xk,xPVrHL0W4n

### LeanDB

在 **LeanDB** 页面可以管理 [LeanCache(Redis)](/sdk/engine/database/redis/)[MySQL](/sdk/engine/database/mysql/)、[MongoDB](/sdk/engine/database/mongo/) 实例。
在 **LeanDB** 页面可以管理 [LeanCache(Redis)](/sdk/engine/database/redis/)[MySQL](/sdk/engine/database/mysql/) 实例。

## 即时通讯

Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Cloud Engine is a platform that lets you host backends for your applications. If you have web apps or backend programs built with Node.js, Python, Java, PHP, .NET, Go, or C++, you can deploy them to Cloud Engine and it will automatically build runnable _versions_ from the source code and run them in independent containers. Cloud Engine provides capabilities including log viewing, monitoring, load balancing, zero downtime deployment, and autoscaling that you can use out of the box. Additional features provided by Cloud Engine include scheduled tasks, domain and certificate management, and hosted database management systems including Redis, MySQL, MongoDB, and Elasticsearch.
Cloud Engine is a platform that lets you host backends for your applications. If you have web apps or backend programs built with Node.js, Python, Java, PHP, .NET, Go, or C++, you can deploy them to Cloud Engine and it will automatically build runnable _versions_ from the source code and run them in independent containers. Cloud Engine provides capabilities including log viewing, monitoring, load balancing, zero downtime deployment, and autoscaling that you can use out of the box. Additional features provided by Cloud Engine include scheduled tasks, domain and certificate management, and hosted database management systems including Redis and MySQL.
Loading

0 comments on commit 5d7c6f8

Please sign in to comment.