Skip to content

Commit a62f59c

Browse files
committed
docs(cloud): add diagrams to Deployment Types page
1 parent 92bbef3 commit a62f59c

File tree

1 file changed

+46
-17
lines changed

1 file changed

+46
-17
lines changed

docs/content/Cube-Cloud/Configuration/Deployment-Types.mdx

Lines changed: 46 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -38,28 +38,47 @@ scope of support you may receive for your deployment.
3838
<InfoBox>
3939

4040
You can try a Development Instance for free - no credit card required. Your free
41-
trial is limited to 2 development instances and only 1,000 API requests per day.
41+
trial is limited to 2 development instances and only 1,000 queries per day.
4242

4343
</InfoBox>
4444

45+
<div style="text-align: center">
46+
<img
47+
alt="High-level architecture diagram of a Cube Cloud Development Instance"
48+
src="https://ucarecdn.com/adaa000a-c562-4eb4-9687-6f57f0f4c22b/"
49+
style="border: none"
50+
width="100%"
51+
/>
52+
</div>
53+
4554
Development Instances are designed for development use-cases only. This makes it
4655
easy to get started with Cube Cloud quickly, and also allows you to build and
4756
query pre-aggregations on-demand.
4857

4958
Development Instances do not provide high-availability nor do they guarantee
5059
fast response times. Development Instances also hibernate after 60 minutes of
5160
inactivity, which can cause the first request after hibernation to take
52-
additional time to process. They also have a 10,000 requests per day limit. We
53-
**strongly** advise not using a development instance in a production
54-
environment, it is for testing and learning about Cube only and will not deliver
55-
a production-level experience for your users.
61+
additional time to process. They also have a 10,000 queries per day limit, and
62+
are limited to a maximum of 2 Cube Store Workers. We **strongly** advise not
63+
using a development instance in a production environment, it is for testing and
64+
learning about Cube only and will not deliver a production-level experience for
65+
your users.
5666

5767
You can try a Cube Cloud development instance by
5868
[signing up for Cube Cloud](https://cubecloud.dev/auth/signup) to try it free
5969
(no credit card required).
6070

6171
## Production Cluster
6272

73+
<div style="text-align: center">
74+
<img
75+
alt="High-level architecture diagram of a Cube Cloud Production Cluster"
76+
src="https://ucarecdn.com/fcb57d7a-09ee-4854-9282-db443a5ee61d/"
77+
style="border: none"
78+
width="100%"
79+
/>
80+
</div>
81+
6382
Production Clusters are designed to support high-availability production
6483
workloads. It consists of several key components, including starting with 2 Cube
6584
API instances, 1 Cube Refresh Worker and 2 Cube Store Routers - all of which run
@@ -72,10 +91,19 @@ needs of your workload by adding more components as necessary; check the
7291
<InfoBox>
7392

7493
This deployment type is only available on **Enterprise Premier** plans. Please
75-
[contact our sales team](https://cube.dev/contact) if interested.
94+
[contact our sales team][cube-contact-us] if interested.
7695

7796
</InfoBox>
7897

98+
<div style="text-align: center">
99+
<img
100+
alt="High-level architecture diagram of a Cube Cloud Production Multi-Cluster"
101+
src="https://ucarecdn.com/0ab1eb5c-7aba-4e9c-8951-1998d4b714f0/"
102+
style="border: none"
103+
width="100%"
104+
/>
105+
</div>
106+
79107
The Enterprise Premier version of Cube Cloud also makes it easy to deploy
80108
Production Multi-Clusters, which allows for larger amounts of data as well as
81109
load balancing for multi-tenant deployments with over 1,000 tenants. Each
@@ -93,16 +121,16 @@ Production Deployment.
93121

94122
### Cube Store Worker
95123

96-
| | Free Tier | Starter | Premium | Enterprise | Enterprise Premier |
97-
| ----------------------- | :-------: | :-----: | :-----: | :--------: | :----------------: |
98-
| Storage size per worker | N/A | 150GB | 150GB | 150GB | Custom |
124+
| | Free Tier | Starter | Premium | Enterprise | Enterprise Premier |
125+
| ------------------------- | :-------: | :-----: | :-----: | :--------: | :------------------------------: |
126+
| Maximum number of workers | 2 | 16 | 16 | 16 | [Talk to Sales][cube-contact-us] |
99127

100128
Cube Store Workers are used to build and persist pre-aggregations. Each Worker
101-
has a maximum of 150GB of storage; additional Cube Store workers can be added to
102-
your deployment to both increase storage space and improve pre-aggregation
103-
performance. A minimum of 2 Cube Store Workers is required for pre-aggregations;
104-
this can be adjusted. For a rough estimate, it will take approximately 2 Cube
105-
Store Workers per 4 gigs of pre-aggregated data per day.
129+
has a **maximum of 150GB** of storage; additional Cube Store workers can be
130+
added to your deployment to both increase storage space and improve
131+
pre-aggregation performance. A **minimum of 2** Cube Store Workers is required
132+
for pre-aggregations; this can be adjusted. For a rough estimate, it will take
133+
approximately 2 Cube Store Workers per 4 gigs of pre-aggregated data per day.
106134

107135
To change the number of Cube Store Workers in a deployment, go to the
108136
deployment’s Settings page, and open the Configuration tab. From this screen,
@@ -119,9 +147,9 @@ you can set the number of Cube Store Workers from the dropdown:
119147

120148
### Cube API Instance
121149

122-
| | Free Tier | Starter | Premium | Enterprise | Enterprise Premier |
123-
| -------------------- | :-------: | :-----: | :-------: | :--------: | :----------------: |
124-
| API requests per day | 1,000 | 200,000 | Unlimited | Unlimited | Unlimited |
150+
| | Free Tier | Starter | Premium | Enterprise | Enterprise Premier |
151+
| --------------- | :-------: | :-----: | :-------: | :--------: | :----------------: |
152+
| Queries per day | 1,000 | 200,000 | Unlimited | Unlimited | Unlimited |
125153

126154
With a Production Deployment, 2 Cube API Instances are included. That said, it
127155
is very common to use more, and additional Cube API instances can be added to
@@ -158,4 +186,5 @@ from the available options:
158186
</div>
159187

160188
[cube-blog-replace-redis]: https://cube.dev/blog/replacing-redis-with-cube-store
189+
[cube-contact-us]: https://cube.dev/contact
161190
[ref-conf-ref-ctx-to-app-id]: /config#options-reference-context-to-app-id

0 commit comments

Comments
 (0)