You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/doc-cloud/architecture.mdx
+17-6
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
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
5
5
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.
6
6
no_page_headings: true
7
7
---
@@ -14,6 +14,21 @@ import DarkArchitecture from "@img/image/cloud/architecture-dark.png";
14
14
15
15
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.
16
16
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
+
17
32
<Image
18
33
alt="Surreal Cloud architecture"
19
34
src={{
@@ -27,8 +42,4 @@ src={{
27
42
28
43
This will greatly reduce efforts to extract and replicate data into a separate analytical storage environment, without affecting database performance and controlling for cost.
29
44
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
-
34
45
To learn more about the plans, please refer to the [Pricing](/pricing) page.
0 commit comments