Skip to content

Commit 32b7847

Browse files
committed
Update
1 parent c5e945a commit 32b7847

File tree

1 file changed

+17
-6
lines changed

1 file changed

+17
-6
lines changed

Diff for: src/content/doc-cloud/architecture.mdx

+17-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
sidebar_position: 2
3-
sidebar_label: Cloud architecture
4-
title: Cloud architecture | Surreal Cloud
3+
sidebar_label: Surreal Cloud Architecture
4+
title: Surreal Cloud Architecture | Surreal Cloud
55
description: In this section, we will explore the Surreal Cloud architecture and how it is designed to provide a scalable, high-performance, and secure database solution.
66
no_page_headings: true
77
---
@@ -14,6 +14,21 @@ import DarkArchitecture from "@img/image/cloud/architecture-dark.png";
1414

1515
Surreal Cloud benefits from [SurrealDB’s layered architecture](/docs/surrealdb/introduction/architecture), which separates storage from compute. Surreal Cloud storage is backed by object storage (e.g. Amazon S3), enabling from improved scalability, durability and availability.
1616

17+
## Start
18+
For development, and staging applications with vertically-scalable requirements. Surreal Cloud Start provides users with dedicated storage and a single-node for compute which can scale vertically.
19+
20+
<Image
21+
alt="Surreal Cloud architecture"
22+
src={{
23+
light: LightArchitecture,
24+
dark: DarkArchitecture,
25+
}}
26+
/>
27+
28+
## Enterprise
29+
30+
For large-scale, mission-critical applications handling enterprise workloads. Enables both vertical and horizontal scalability at both compute and storage layers, providing fault-tolerant and highly scalable deployments, without the need to shard your database. We provide a dedicated environment with horizontal scalability.
31+
1732
<Image
1833
alt="Surreal Cloud architecture"
1934
src={{
@@ -27,8 +42,4 @@ src={{
2742
2843
This will greatly reduce efforts to extract and replicate data into a separate analytical storage environment, without affecting database performance and controlling for cost.
2944

30-
The SurrealDB binary can be deployed on-premise or in Surreal Cloud choosing the right plan for your application and take advantage of the features that are most important to you in this architecture. If you decide to deploy on-premise, you'll be taking advantage of core open-source features available on-premise, or in your private cloud. Run single-node or multi-node fault-tolerant clusters with the full power of SurrealQL for multi-model capabilities.
31-
32-
On the other hand, there is an enterprise plan that builds on these features with enhanced compliance, security, and auditing capabilities, along with additional observability and developer tools. This makes Enterprise a robust solution for larger organizations or teams that require advanced data governance, streaming, and autoscaling—ensuring optimal performance, reliability, and peace of mind at scale.
33-
3445
To learn more about the plans, please refer to the [Pricing](/pricing) page.

0 commit comments

Comments
 (0)