Skip to content

Commit efa2848

Browse files
authored
DOC-457 | Improve the description of on-prem vs cloud (#385)
* improve description on prem vs cloud * update links * review
1 parent ab6580f commit efa2848

File tree

3 files changed

+171
-58
lines changed

3 files changed

+171
-58
lines changed

site/content/3.10/about-arangodb/features/_index.md

Lines changed: 57 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,63 @@ archetype: chapter
99
aliases:
1010
- ../introduction/features
1111
---
12-
## Editions
12+
## On-premises versus Cloud
13+
14+
### Fully managed cloud service
15+
16+
The fully managed multi-cloud
17+
[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic)
18+
is the easiest and fastest way to get started. It runs the Enterprise Edition
19+
of ArangoDB, lets you deploy clusters with just a few clicks, and is operated
20+
by a dedicated team of ArangoDB engineers day and night. You can choose from a
21+
variety of support plans to meet your needs.
22+
23+
- Supports many cloud deployment regions across the main cloud providers
24+
(AWS, Azure, GCP)
25+
- High availability featuring multi-region zone clusters, managed backups,
26+
and zero-downtime upgrades
27+
- Integrated monitoring, alerting, and log management
28+
- Highly secure with encryption at transit and at rest
29+
- Includes elastic scalability for all deployment models (OneShard and Sharded clusters)
30+
31+
To learn more, go to the [ArangoGraph documentation](../../arangograph/_index.md).
32+
33+
### Self-managed in the cloud
34+
35+
ArangoDB can be self-deployed on AWS or other cloud platforms, too. However, when
36+
using a self-managed deployment, you take full control of managing the resources
37+
needed to run it in the cloud. This involves tasks such as configuring,
38+
provisioning, and monitoring the system. For more details, see
39+
[self-deploying ArangoDB in the cloud](../../deploy/in-the-cloud.md).
40+
41+
ArangoDB supports Kubernetes through its official
42+
[Kubernetes Operator](../../deploy/kubernetes.md) that allows you to easily
43+
deploy and manage clusters within a Kubernetes environment.
44+
45+
### On-premises
46+
47+
Running ArangoDB on-premises means that ArangoDB is installed locally, on your
48+
organization's computers and servers, and involves managing all the necessary
49+
resources within the organization's environment, rather than using external
50+
services.
51+
52+
You can install ArangoDB locally by downloading and running the
53+
[official packages](https://arangodb.com/download/) or run it using
54+
[Docker images](../../operations/installation/docker.md).
55+
56+
You can deploy it on-premises as a
57+
[single server](../../deploy/single-instance/_index.md)
58+
or as a [cluster](../../deploy/cluster/_index.md)
59+
comprised of multiple nodes with synchronous replication and automatic failover
60+
for high availability and resilience. For the highest level of data safety,
61+
you can additionally set up off-site replication for your entire cluster
62+
([Datacenter-to-Datacenter Replication](../../deploy/arangosync/_index.md)).
63+
64+
ArangoDB also integrates with Kubernetes, offering a
65+
[Kubernetes Operator](../../deploy/kubernetes.md) that lets you deploy in your
66+
Kubernetes cluster.
67+
68+
## ArangoDB Editions
1369

1470
### Community Edition
1571

@@ -70,22 +126,3 @@ See all [Enterprise Edition Features](enterprise-edition.md).
70126
| No on-disk encryption | **Encryption at Rest** with hardware-accelerated on-disk encryption and key rotation |
71127
| Only regular backups | **Datacenter-to-Datacenter Replication** for disaster recovery |
72128
| Only unencrypted backups and basic data masking for backups | **Hot Backups**, **encrypted backups**, and **enhanced data masking** for backups |
73-
74-
## On-premises versus Cloud
75-
76-
You can install ArangoDB on your local machine or run it in a Docker container
77-
for development purposes. You can deploy it on-premises as a
78-
[single server](../../deploy/single-instance/_index.md), optionally
79-
as a resilient pair with asynchronous replication and automatic failover
80-
([Active Failover](../../deploy/active-failover/_index.md)),
81-
or as a [cluster](../../deploy/cluster/_index.md)
82-
comprised of multiple nodes with synchronous replication and automatic failover
83-
for high availability and resilience. For the highest level of data safety,
84-
you can additionally set up off-site replication for your entire cluster
85-
([Datacenter-to-Datacenter Replication](../../deploy/arangosync/_index.md)).
86-
87-
If you do not want to operate your own ArangoDB instances on-premises, then
88-
you may use our fully managed multi-cloud **ArangoGraph Insights Platform**.
89-
It runs the Enterprise Edition of ArangoDB, lets you deploy clusters with a
90-
few clicks, and is operated by a dedicated team of ArangoDB engineers day and
91-
night. To learn more, go to [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).

site/content/3.11/about-arangodb/features/_index.md

Lines changed: 57 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,63 @@ archetype: chapter
99
aliases:
1010
- ../introduction/features
1111
---
12-
## Editions
12+
## On-premises versus Cloud
13+
14+
### Fully managed cloud service
15+
16+
The fully managed multi-cloud
17+
[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic)
18+
is the easiest and fastest way to get started. It runs the Enterprise Edition
19+
of ArangoDB, lets you deploy clusters with just a few clicks, and is operated
20+
by a dedicated team of ArangoDB engineers day and night. You can choose from a
21+
variety of support plans to meet your needs.
22+
23+
- Supports many cloud deployment regions across the main cloud providers
24+
(AWS, Azure, GCP)
25+
- High availability featuring multi-region zone clusters, managed backups,
26+
and zero-downtime upgrades
27+
- Integrated monitoring, alerting, and log management
28+
- Highly secure with encryption at transit and at rest
29+
- Includes elastic scalability for all deployment models (OneShard and Sharded clusters)
30+
31+
To learn more, go to the [ArangoGraph documentation](../../arangograph/_index.md).
32+
33+
### Self-managed in the cloud
34+
35+
ArangoDB can be self-deployed on AWS or other cloud platforms, too. However, when
36+
using a self-managed deployment, you take full control of managing the resources
37+
needed to run it in the cloud. This involves tasks such as configuring,
38+
provisioning, and monitoring the system. For more details, see
39+
[self-deploying ArangoDB in the cloud](../../deploy/in-the-cloud.md).
40+
41+
ArangoDB supports Kubernetes through its official
42+
[Kubernetes Operator](../../deploy/kubernetes.md) that allows you to easily
43+
deploy and manage clusters within a Kubernetes environment.
44+
45+
### On-premises
46+
47+
Running ArangoDB on-premises means that ArangoDB is installed locally, on your
48+
organization's computers and servers, and involves managing all the necessary
49+
resources within the organization's environment, rather than using external
50+
services.
51+
52+
You can install ArangoDB locally by downloading and running the
53+
[official packages](https://arangodb.com/download/) or run it using
54+
[Docker images](../../operations/installation/docker.md).
55+
56+
You can deploy it on-premises as a
57+
[single server](../../deploy/single-instance/_index.md)
58+
or as a [cluster](../../deploy/cluster/_index.md)
59+
comprised of multiple nodes with synchronous replication and automatic failover
60+
for high availability and resilience. For the highest level of data safety,
61+
you can additionally set up off-site replication for your entire cluster
62+
([Datacenter-to-Datacenter Replication](../../deploy/arangosync/_index.md)).
63+
64+
ArangoDB also integrates with Kubernetes, offering a
65+
[Kubernetes Operator](../../deploy/kubernetes.md) that lets you deploy in your
66+
Kubernetes cluster.
67+
68+
## ArangoDB Editions
1369

1470
### Community Edition
1571

@@ -70,22 +126,3 @@ See all [Enterprise Edition Features](enterprise-edition.md).
70126
| No on-disk encryption | **Encryption at Rest** with hardware-accelerated on-disk encryption and key rotation |
71127
| Only regular backups | **Datacenter-to-Datacenter Replication** for disaster recovery |
72128
| Only unencrypted backups and basic data masking for backups | **Hot Backups**, **encrypted backups**, and **enhanced data masking** for backups |
73-
74-
## On-premises versus Cloud
75-
76-
You can install ArangoDB on your local machine or run it in a Docker container
77-
for development purposes. You can deploy it on-premises as a
78-
[single server](../../deploy/single-instance/_index.md), optionally
79-
as a resilient pair with asynchronous replication and automatic failover
80-
([Active Failover](../../deploy/active-failover/_index.md)),
81-
or as a [cluster](../../deploy/cluster/_index.md)
82-
comprised of multiple nodes with synchronous replication and automatic failover
83-
for high availability and resilience. For the highest level of data safety,
84-
you can additionally set up off-site replication for your entire cluster
85-
([Datacenter-to-Datacenter Replication](../../deploy/arangosync/_index.md)).
86-
87-
If you do not want to operate your own ArangoDB instances on-premises, then
88-
you may use our fully managed multi-cloud **ArangoGraph Insights Platform**.
89-
It runs the Enterprise Edition of ArangoDB, lets you deploy clusters with a
90-
few clicks, and is operated by a dedicated team of ArangoDB engineers day and
91-
night. To learn more, go to [https://dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).

site/content/3.12/about-arangodb/features/_index.md

Lines changed: 57 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,63 @@ archetype: chapter
99
aliases:
1010
- ../introduction/features
1111
---
12-
## Editions
12+
## On-premises versus Cloud
13+
14+
### Fully managed cloud service
15+
16+
The fully managed multi-cloud
17+
[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic)
18+
is the easiest and fastest way to get started. It runs the Enterprise Edition
19+
of ArangoDB, lets you deploy clusters with just a few clicks, and is operated
20+
by a dedicated team of ArangoDB engineers day and night. You can choose from a
21+
variety of support plans to meet your needs.
22+
23+
- Supports many cloud deployment regions across the main cloud providers
24+
(AWS, Azure, GCP)
25+
- High availability featuring multi-region zone clusters, managed backups,
26+
and zero-downtime upgrades
27+
- Integrated monitoring, alerting, and log management
28+
- Highly secure with encryption at transit and at rest
29+
- Includes elastic scalability for all deployment models (OneShard and Sharded clusters)
30+
31+
To learn more, go to the [ArangoGraph documentation](../../arangograph/_index.md).
32+
33+
### Self-managed in the cloud
34+
35+
ArangoDB can be self-deployed on AWS or other cloud platforms, too. However, when
36+
using a self-managed deployment, you take full control of managing the resources
37+
needed to run it in the cloud. This involves tasks such as configuring,
38+
provisioning, and monitoring the system. For more details, see
39+
[self-deploying ArangoDB in the cloud](../../deploy/in-the-cloud.md).
40+
41+
ArangoDB supports Kubernetes through its official
42+
[Kubernetes Operator](../../deploy/kubernetes.md) that allows you to easily
43+
deploy and manage clusters within a Kubernetes environment.
44+
45+
### On-premises
46+
47+
Running ArangoDB on-premises means that ArangoDB is installed locally, on your
48+
organization's computers and servers, and involves managing all the necessary
49+
resources within the organization's environment, rather than using external
50+
services.
51+
52+
You can install ArangoDB locally by downloading and running the
53+
[official packages](https://arangodb.com/download/) or run it using
54+
[Docker images](../../operations/installation/docker.md).
55+
56+
You can deploy it on-premises as a
57+
[single server](../../deploy/single-instance/_index.md)
58+
or as a [cluster](../../deploy/cluster/_index.md)
59+
comprised of multiple nodes with synchronous replication and automatic failover
60+
for high availability and resilience. For the highest level of data safety,
61+
you can additionally set up off-site replication for your entire cluster
62+
([Datacenter-to-Datacenter Replication](../../deploy/arangosync/_index.md)).
63+
64+
ArangoDB also integrates with Kubernetes, offering a
65+
[Kubernetes Operator](../../deploy/kubernetes.md) that lets you deploy in your
66+
Kubernetes cluster.
67+
68+
## ArangoDB Editions
1369

1470
### Community Edition
1571

@@ -70,20 +126,3 @@ See all [Enterprise Edition Features](enterprise-edition.md).
70126
| No on-disk encryption | **Encryption at Rest** with hardware-accelerated on-disk encryption and key rotation |
71127
| Only regular backups | **Datacenter-to-Datacenter Replication** for disaster recovery |
72128
| Only unencrypted backups and basic data masking for backups | **Hot Backups**, **encrypted backups**, and **enhanced data masking** for backups |
73-
74-
## On-premises versus Cloud
75-
76-
You can install ArangoDB on your local machine or run it in a Docker container
77-
for development purposes. You can deploy it on-premises as a
78-
[single server](../../deploy/single-instance/_index.md)
79-
or as a [cluster](../../deploy/cluster/_index.md)
80-
comprised of multiple nodes with synchronous replication and automatic failover
81-
for high availability and resilience. For the highest level of data safety,
82-
you can additionally set up off-site replication for your entire cluster
83-
([Datacenter-to-Datacenter Replication](../../deploy/arangosync/_index.md)).
84-
85-
If you do not want to operate your own ArangoDB instances on-premises, then
86-
you may use our fully managed multi-cloud **ArangoGraph Insights Platform**.
87-
It runs the Enterprise Edition of ArangoDB, lets you deploy clusters with a
88-
few clicks, and is operated by a dedicated team of ArangoDB engineers day and
89-
night. To learn more, go to [dashboard.arangodb.cloud](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic).

0 commit comments

Comments
 (0)