Skip to content
Merged
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
77 changes: 57 additions & 20 deletions site/content/3.10/about-arangodb/features/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,63 @@ archetype: chapter
aliases:
- ../introduction/features
---
## Editions
## On-premises versus Cloud

### Fully managed cloud service

The fully managed multi-cloud
[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic)
is the easiest and fastest way to get started. It runs the Enterprise Edition
of ArangoDB, lets you deploy clusters with just a few clicks, and is operated
by a dedicated team of ArangoDB engineers day and night. You can choose from a
variety of support plans to meet your needs.

- Supports many cloud deployment regions across the main cloud providers
(AWS, Azure, GCP)
- High availability featuring multi-region zone clusters, managed backups,
and zero-downtime upgrades
- Integrated monitoring, alerting, and log management
- Highly secure with encryption at transit and at rest
- Includes elastic scalability for all deployment models (OneShard and Sharded clusters)

To learn more, go to the [ArangoGraph documentation](../../arangograph/_index.md).

### Self-managed in the cloud

ArangoDB can be self-deployed on AWS or other cloud platforms, too. However, when
using a self-managed deployment, you take full control of managing the resources
needed to run it in the cloud. This involves tasks such as configuring,
provisioning, and monitoring the system. For more details, see
[self-deploying ArangoDB in the cloud](../../deploy/in-the-cloud.md).

ArangoDB supports Kubernetes through its official
[Kubernetes Operator](../../deploy/kubernetes.md) that allows you to easily
deploy and manage clusters within a Kubernetes environment.

### On-premises

Running ArangoDB on-premises means that ArangoDB is installed locally, on your
organization's computers and servers, and involves managing all the necessary
resources within the organization's environment, rather than using external
services.

You can install ArangoDB locally by downloading and running the
[official packages](https://arangodb.com/download/) or run it using
[Docker images](../../operations/installation/docker.md).

You can deploy it on-premises as a
[single server](../../deploy/single-instance/_index.md)
or as a [cluster](../../deploy/cluster/_index.md)
comprised of multiple nodes with synchronous replication and automatic failover
for high availability and resilience. For the highest level of data safety,
you can additionally set up off-site replication for your entire cluster
([Datacenter-to-Datacenter Replication](../../deploy/arangosync/_index.md)).

ArangoDB also integrates with Kubernetes, offering a
[Kubernetes Operator](../../deploy/kubernetes.md) that lets you deploy in your
Kubernetes cluster.

## ArangoDB Editions

### Community Edition

Expand Down Expand Up @@ -70,22 +126,3 @@ See all [Enterprise Edition Features](enterprise-edition.md).
| No on-disk encryption | **Encryption at Rest** with hardware-accelerated on-disk encryption and key rotation |
| Only regular backups | **Datacenter-to-Datacenter Replication** for disaster recovery |
| Only unencrypted backups and basic data masking for backups | **Hot Backups**, **encrypted backups**, and **enhanced data masking** for backups |

## On-premises versus Cloud

You can install ArangoDB on your local machine or run it in a Docker container
for development purposes. You can deploy it on-premises as a
[single server](../../deploy/single-instance/_index.md), optionally
as a resilient pair with asynchronous replication and automatic failover
([Active Failover](../../deploy/active-failover/_index.md)),
or as a [cluster](../../deploy/cluster/_index.md)
comprised of multiple nodes with synchronous replication and automatic failover
for high availability and resilience. For the highest level of data safety,
you can additionally set up off-site replication for your entire cluster
([Datacenter-to-Datacenter Replication](../../deploy/arangosync/_index.md)).

If you do not want to operate your own ArangoDB instances on-premises, then
you may use our fully managed multi-cloud **ArangoGraph Insights Platform**.
It runs the Enterprise Edition of ArangoDB, lets you deploy clusters with a
few clicks, and is operated by a dedicated team of ArangoDB engineers day and
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).
77 changes: 57 additions & 20 deletions site/content/3.11/about-arangodb/features/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,63 @@ archetype: chapter
aliases:
- ../introduction/features
---
## Editions
## On-premises versus Cloud

### Fully managed cloud service

The fully managed multi-cloud
[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic)
is the easiest and fastest way to get started. It runs the Enterprise Edition
of ArangoDB, lets you deploy clusters with just a few clicks, and is operated
by a dedicated team of ArangoDB engineers day and night. You can choose from a
variety of support plans to meet your needs.

- Supports many cloud deployment regions across the main cloud providers
(AWS, Azure, GCP)
- High availability featuring multi-region zone clusters, managed backups,
and zero-downtime upgrades
- Integrated monitoring, alerting, and log management
- Highly secure with encryption at transit and at rest
- Includes elastic scalability for all deployment models (OneShard and Sharded clusters)

To learn more, go to the [ArangoGraph documentation](../../arangograph/_index.md).

### Self-managed in the cloud

ArangoDB can be self-deployed on AWS or other cloud platforms, too. However, when
using a self-managed deployment, you take full control of managing the resources
needed to run it in the cloud. This involves tasks such as configuring,
provisioning, and monitoring the system. For more details, see
[self-deploying ArangoDB in the cloud](../../deploy/in-the-cloud.md).

ArangoDB supports Kubernetes through its official
[Kubernetes Operator](../../deploy/kubernetes.md) that allows you to easily
deploy and manage clusters within a Kubernetes environment.

### On-premises

Running ArangoDB on-premises means that ArangoDB is installed locally, on your
organization's computers and servers, and involves managing all the necessary
resources within the organization's environment, rather than using external
services.

You can install ArangoDB locally by downloading and running the
[official packages](https://arangodb.com/download/) or run it using
[Docker images](../../operations/installation/docker.md).

You can deploy it on-premises as a
[single server](../../deploy/single-instance/_index.md)
or as a [cluster](../../deploy/cluster/_index.md)
comprised of multiple nodes with synchronous replication and automatic failover
for high availability and resilience. For the highest level of data safety,
you can additionally set up off-site replication for your entire cluster
([Datacenter-to-Datacenter Replication](../../deploy/arangosync/_index.md)).

ArangoDB also integrates with Kubernetes, offering a
[Kubernetes Operator](../../deploy/kubernetes.md) that lets you deploy in your
Kubernetes cluster.

## ArangoDB Editions

### Community Edition

Expand Down Expand Up @@ -70,22 +126,3 @@ See all [Enterprise Edition Features](enterprise-edition.md).
| No on-disk encryption | **Encryption at Rest** with hardware-accelerated on-disk encryption and key rotation |
| Only regular backups | **Datacenter-to-Datacenter Replication** for disaster recovery |
| Only unencrypted backups and basic data masking for backups | **Hot Backups**, **encrypted backups**, and **enhanced data masking** for backups |

## On-premises versus Cloud

You can install ArangoDB on your local machine or run it in a Docker container
for development purposes. You can deploy it on-premises as a
[single server](../../deploy/single-instance/_index.md), optionally
as a resilient pair with asynchronous replication and automatic failover
([Active Failover](../../deploy/active-failover/_index.md)),
or as a [cluster](../../deploy/cluster/_index.md)
comprised of multiple nodes with synchronous replication and automatic failover
for high availability and resilience. For the highest level of data safety,
you can additionally set up off-site replication for your entire cluster
([Datacenter-to-Datacenter Replication](../../deploy/arangosync/_index.md)).

If you do not want to operate your own ArangoDB instances on-premises, then
you may use our fully managed multi-cloud **ArangoGraph Insights Platform**.
It runs the Enterprise Edition of ArangoDB, lets you deploy clusters with a
few clicks, and is operated by a dedicated team of ArangoDB engineers day and
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).
75 changes: 57 additions & 18 deletions site/content/3.12/about-arangodb/features/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,63 @@ archetype: chapter
aliases:
- ../introduction/features
---
## Editions
## On-premises versus Cloud

### Fully managed cloud service

The fully managed multi-cloud
[ArangoGraph Insights Platform](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic)
is the easiest and fastest way to get started. It runs the Enterprise Edition
of ArangoDB, lets you deploy clusters with just a few clicks, and is operated
by a dedicated team of ArangoDB engineers day and night. You can choose from a
variety of support plans to meet your needs.

- Supports many cloud deployment regions across the main cloud providers
(AWS, Azure, GCP)
- High availability featuring multi-region zone clusters, managed backups,
and zero-downtime upgrades
- Integrated monitoring, alerting, and log management
- Highly secure with encryption at transit and at rest
- Includes elastic scalability for all deployment models (OneShard and Sharded clusters)

To learn more, go to the [ArangoGraph documentation](../../arangograph/_index.md).

### Self-managed in the cloud

ArangoDB can be self-deployed on AWS or other cloud platforms, too. However, when
using a self-managed deployment, you take full control of managing the resources
needed to run it in the cloud. This involves tasks such as configuring,
provisioning, and monitoring the system. For more details, see
[self-deploying ArangoDB in the cloud](../../deploy/in-the-cloud.md).

ArangoDB supports Kubernetes through its official
[Kubernetes Operator](../../deploy/kubernetes.md) that allows you to easily
deploy and manage clusters within a Kubernetes environment.

### On-premises

Running ArangoDB on-premises means that ArangoDB is installed locally, on your
organization's computers and servers, and involves managing all the necessary
resources within the organization's environment, rather than using external
services.

You can install ArangoDB locally by downloading and running the
[official packages](https://arangodb.com/download/) or run it using
[Docker images](../../operations/installation/docker.md).

You can deploy it on-premises as a
[single server](../../deploy/single-instance/_index.md)
or as a [cluster](../../deploy/cluster/_index.md)
comprised of multiple nodes with synchronous replication and automatic failover
for high availability and resilience. For the highest level of data safety,
you can additionally set up off-site replication for your entire cluster
([Datacenter-to-Datacenter Replication](../../deploy/arangosync/_index.md)).

ArangoDB also integrates with Kubernetes, offering a
[Kubernetes Operator](../../deploy/kubernetes.md) that lets you deploy in your
Kubernetes cluster.

## ArangoDB Editions

### Community Edition

Expand Down Expand Up @@ -70,20 +126,3 @@ See all [Enterprise Edition Features](enterprise-edition.md).
| No on-disk encryption | **Encryption at Rest** with hardware-accelerated on-disk encryption and key rotation |
| Only regular backups | **Datacenter-to-Datacenter Replication** for disaster recovery |
| Only unencrypted backups and basic data masking for backups | **Hot Backups**, **encrypted backups**, and **enhanced data masking** for backups |

## On-premises versus Cloud

You can install ArangoDB on your local machine or run it in a Docker container
for development purposes. You can deploy it on-premises as a
[single server](../../deploy/single-instance/_index.md)
or as a [cluster](../../deploy/cluster/_index.md)
comprised of multiple nodes with synchronous replication and automatic failover
for high availability and resilience. For the highest level of data safety,
you can additionally set up off-site replication for your entire cluster
([Datacenter-to-Datacenter Replication](../../deploy/arangosync/_index.md)).

If you do not want to operate your own ArangoDB instances on-premises, then
you may use our fully managed multi-cloud **ArangoGraph Insights Platform**.
It runs the Enterprise Edition of ArangoDB, lets you deploy clusters with a
few clicks, and is operated by a dedicated team of ArangoDB engineers day and
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).