Skip to content

Commit 1b16b0f

Browse files
josephcardillo-akamaiMagda Sulik
andauthored
[Add] ArangoDB Marketplace Documentation (#7300)
* add arangodb app to marketplace documentation * add arangodb marketplace_app_id * editorial review * editorial review --------- Co-authored-by: Magda Sulik <[email protected]>
1 parent cce6e80 commit 1b16b0f

File tree

2 files changed

+63
-0
lines changed

2 files changed

+63
-0
lines changed
196 KB
Loading
Lines changed: 63 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,63 @@
1+
---
2+
title: "Deploy ArangoDB through the Linode Marketplace"
3+
description: "Learn how to deploy ArangoDB, a multi-model NoSQL database that combines graph, document, and search capabilities in a single platform, on an Akamai Compute Instance."
4+
published: 2025-07-10
5+
modified: 2025-07-10
6+
keywords: ['database','graph','document','nosql','multi-model','arangodb']
7+
tags: ["marketplace", "linode platform", "cloud manager"]
8+
external_resources:
9+
- '[ArangoDB](https://arangodb.com/community-server/)'
10+
- '[ArangoDB documentation](https://docs.arangodb.com/stable/about-arangodb/)'
11+
aliases: ['/products/tools/marketplace/guides/arangodb/','/guides/arangodb-marketplace-app/']
12+
authors: ["Akamai"]
13+
contributors: ["Akamai"]
14+
license: '[CC BY-ND 4.0](https://creativecommons.org/licenses/by-nd/4.0)'
15+
marketplace_app_id: 1873119
16+
marketplace_app_name: "ArangoDB"
17+
---
18+
19+
[ArangoDB](https://arangodb.com/community-server/) is a native multi-model database that combines graph, document, and search capabilities into a single platform. It provides a unified query language (AQL) to access all data models seamlessly. ArangoDB is designed for high performance and scalability, making it suitable for various applications including fraud detection, recommendation systems, knowledge graphs, and IoT data management. The Community Edition offers core functionality including native graph traversal, document storage, and ArangoSearch capabilities. With its flexible schema and powerful query capabilities, ArangoDB enables developers to build applications that can handle complex data relationships and perform sophisticated analytics.
20+
21+
## Deploying a Marketplace App
22+
23+
{{% content "deploy-marketplace-apps-shortguide" %}}
24+
25+
{{% content "marketplace-verify-standard-shortguide" %}}
26+
27+
{{< note >}}
28+
**Estimated deployment time:** ArangoDB should be fully installed within 5-10 minutes after the Compute Instance has finished provisioning.
29+
{{< /note >}}
30+
31+
## Configuration Options
32+
33+
- **Supported distributions:** Ubuntu 24.04 LTS
34+
- **Recommended plan:** All plan types and sizes can be used. For production workloads, consider at least 2GB Shared Compute or higher for optimal performance. ArangoDB Community Edition is suitable for development and small-scale applications with data not exceeding 100GB.
35+
36+
### ArangoDB Options
37+
38+
- **Email address** *(required)*: Enter the email address to use for generating the SSL certificates.
39+
40+
{{% content "marketplace-required-limited-user-fields-shortguide" %}}
41+
42+
{{% content "marketplace-custom-domain-fields-shortguide" %}}
43+
44+
{{% content "marketplace-special-character-limitations-shortguide" %}}
45+
46+
## Getting Started after Deployment
47+
48+
### Accessing the ArangoDB Web Interface
49+
50+
1. Open your web browser and navigate to `https://[domain]`, where *[domain]* is the custom domain you entered during deployment or your Compute Instance's rDNS domain (such as `192-0-2-1.ip.linodeusercontent.com`). You can also use your IPv4 address, but this connection is not encrypted. To learn more about viewing IP addresses and rDNS, see the [Managing IP Addresses](/docs/products/compute/compute-instances/guides/manage-ip-addresses/).
51+
52+
![Screenshot of the ArangoDB login page](arangodb-login.png)
53+
54+
1. Use the following credentials to log in:
55+
- **Username:** *root*
56+
- **Password:** Enter the password stored in the credentials file on your server. To obtain it, log in to your Compute Instance via SSH or Lish and run:
57+
```command
58+
cat /home/$USER/.credentials
59+
```
60+
61+
You're now logged in to the ArangoDB Web Interface. In the Community Edition, you can create and manage databases, collections, and documents. You can execute AQL queries, manage indexes, and monitor database performance. The interface provides access to graph visualization tools, allows you to import/export data, and manage user permissions. You can also explore the built-in sample datasets to learn about ArangoDB's capabilities.
62+
63+
{{% content "marketplace-update-note-shortguide" %}}

0 commit comments

Comments
 (0)