Skip to content
Open
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
2 changes: 1 addition & 1 deletion docs/cbdb-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ From users' view, Apache Cloudberry is a complete relational database management

The architecture diagram of Apache Cloudberry is as follows:

![Apache Cloudberry Architecture](./media/cbdb-arch.png)
![Apache Cloudberry Architecture](./media/cbdb-arch.jpg)

- **Coordinator node** (or control node) is the gateway to the Apache Cloudberry system, which accepts client connections and SQL queries, and allocates tasks to data node instances. Users interact with Apache Cloudberry by connecting to the coordinator node using a client program (such as psql) or an application programming interface (API) (such as JDBC, ODBC, or libpq PostgreSQL C API).
- The coordinator node acts as the global system directory, containing a set of system tables that record the metadata of Apache Cloudberry.
Expand Down
Binary file added docs/media/cbdb-arch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed docs/media/cbdb-arch.png
Binary file not shown.
Binary file removed docs/media/cbdb-deploy-auto-high-avail.png
Binary file not shown.
Binary file removed docs/media/cbdb-deploy-manual-high-avail.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Apache Cloudberry also includes features designed to optimize PostgreSQL for bus

_Figure 1. High-Level Apache Cloudberry Architecture_

![High-Level Apache Cloudberry Architecture](/img/bootcamp/highlevel_arch.jpg)
![High-Level Apache Cloudberry Architecture](/img/bootcamp/cbdb-arch.jpg)

The following topics describe the components that make up a Apache Cloudberry system and how they work together.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MPP 也称为大规模并行处理架构,是指具有多台主机的系统,

Apache Cloudberry 架构图如下所示:

![Apache Cloudberry Architecture](./media/cbdb-arch.png)
![Apache Cloudberry Architecture](./media/cbdb-arch.jpg)

- **控制节点 (Coordinator)** 是 Apache Cloudberry 数据库系统的入口,它接受客户端连接和 SQL 查询,并将工作分配给数据节点实例。用户与 Apache Cloudberry 进行交互,使用客户端程序(例如 psql)或应用程序编程接口(API)(例如 JDBC、ODBC 或 libpq PostgreSQL C API)连接到控制节点。
- 控制节点是全局系统目录所在的位置,全局系统目录是一组系统表,其中包含有关 Apache Cloudberry 数据库系统本身的元数据。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MPP 也称为大规模并行处理架构,是指具有多台主机的系统,

Apache Cloudberry 架构图如下所示:

![Apache Cloudberry Architecture](./media/cbdb-arch.png)
![Apache Cloudberry Architecture](./media/cbdb-arch.jpg)

- **控制节点 (Coordinator)** 是 Apache Cloudberry 数据库系统的入口,它接受客户端连接和 SQL 查询,并将工作分配给数据节点实例。用户与 Apache Cloudberry 进行交互,使用客户端程序(例如 psql)或应用程序编程接口(API)(例如 JDBC、ODBC 或 libpq PostgreSQL C API)连接到控制节点。
- 控制节点是全局系统目录所在的位置,全局系统目录是一组系统表,其中包含有关 Apache Cloudberry 数据库系统本身的元数据。
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ MPP 也称为大规模并行处理架构,是指具有多台主机的系统,

Apache Cloudberry 架构图如下所示:

![Apache Cloudberry Architecture](./media/cbdb-arch.png)
![Apache Cloudberry Architecture](./media/cbdb-arch.jpg)

- **控制节点 (Coordinator)** 是 Apache Cloudberry 数据库系统的入口,它接受客户端连接和 SQL 查询,并将工作分配给数据节点实例。用户与 Apache Cloudberry 进行交互,使用客户端程序(例如 psql)或应用程序编程接口(API)(例如 JDBC、ODBC 或 libpq PostgreSQL C API)连接到控制节点。
- 控制节点是全局系统目录所在的位置,全局系统目录是一组系统表,其中包含有关 Apache Cloudberry 数据库系统本身的元数据。
Expand Down
28 changes: 0 additions & 28 deletions src/components/bootcamp/Card/index.tsx

This file was deleted.

37 changes: 0 additions & 37 deletions src/components/bootcamp/Card/styles.module.scss

This file was deleted.

18 changes: 0 additions & 18 deletions src/components/bootcamp/MainContent/CardLine.tsx

This file was deleted.

107 changes: 0 additions & 107 deletions src/components/bootcamp/MainContent/index.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions src/components/bootcamp/MainContent/styles.module.scss

This file was deleted.

19 changes: 0 additions & 19 deletions src/components/bootcamp/TextPic/index.tsx

This file was deleted.

13 changes: 0 additions & 13 deletions src/components/bootcamp/TextPic/styles.module.scss

This file was deleted.

Binary file added static/img/bootcamp/cbdb-arch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/bootcamp/cbdb-sandbox.png
Binary file not shown.
Binary file removed static/img/bootcamp/cloudberrydb_logo.png
Binary file not shown.
Binary file removed static/img/bootcamp/cmd.png
Binary file not shown.
Binary file removed static/img/bootcamp/highlevel_arch.jpg
Binary file not shown.
Binary file removed static/img/cbdb-sandbox.png
Binary file not shown.
Binary file removed static/img/celebrate.png
Binary file not shown.
Binary file removed static/img/home/cbdb-circle.png
Binary file not shown.
3 changes: 0 additions & 3 deletions static/img/home/our-roadmap/dot-arrow.svg

This file was deleted.

Binary file removed static/img/home/wcd.png
Binary file not shown.
2 changes: 1 addition & 1 deletion versioned_docs/version-2.x/cbdb-architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ From users' view, Apache Cloudberry is a complete relational database management

The architecture diagram of Apache Cloudberry is as follows:

![Apache Cloudberry Architecture](./media/cbdb-arch.png)
![Apache Cloudberry Architecture](./media/cbdb-arch.jpg)

- **Coordinator node** (or control node) is the gateway to the Apache Cloudberry system, which accepts client connections and SQL queries, and allocates tasks to data node instances. Users interact with Apache Cloudberry by connecting to the coordinator node using a client program (such as psql) or an application programming interface (API) (such as JDBC, ODBC, or libpq PostgreSQL C API).
- The coordinator node acts as the global system directory, containing a set of system tables that record the metadata of Apache Cloudberry.
Expand Down
Binary file added versioned_docs/version-2.x/media/cbdb-arch.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed versioned_docs/version-2.x/media/cbdb-arch.png
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Apache Cloudberry also includes features designed to optimize PostgreSQL for bus

_Figure 1. High-Level Apache Cloudberry Architecture_

![High-Level Apache Cloudberry Architecture](/img/bootcamp/highlevel_arch.jpg)
![High-Level Apache Cloudberry Architecture](/img/bootcamp/cbdb-arch.jpg)

The following topics describe the components that make up a Apache Cloudberry system and how they work together.

Expand Down
Loading