Skip to content

Commit 4249c4e

Browse files
committed
rename ArangoDB Platform to Arango Data Platform
1 parent abc5079 commit 4249c4e

20 files changed

+81
-81
lines changed

site/content/data-platform/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ layout: default
77

88
{{< cards >}}
99

10-
{{% card title="What is the ArangoDB Platform?" link="about/" %}}
11-
The ArangoDB Platform is the umbrella for hosting the entire ArangoDB offering
10+
{{% card title="What is the Arango Data Platform?" link="about/" %}}
11+
The Arango Data Platform is the umbrella for hosting the entire ArangoDB offering
1212
of products, including GraphML and GraphRAG.
1313
{{% /card %}}
1414

site/content/data-platform/about/_index.md

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
11
---
2-
title: The ArangoDB Platform
2+
title: The Arango Data Platform
33
menuTitle: Platform
44
weight: 5
55
description: >-
6-
The ArangoDB Platform brings everything ArangoDB offers together to a single
6+
The Arango Data Platform brings everything ArangoDB offers together to a single
77
solution that you can deploy on-prem or use as a managed service
88
---
99
{{< tip >}}
10-
The ArangoDB Platform & GenAI Suite is available as a pre-release. To get
10+
The Arango Data Platform & GenAI Suite is available as a pre-release. To get
1111
exclusive early access, [get in touch](https://arangodb.com/contact/) with
1212
the ArangoDB team.
1313
{{< /tip >}}
1414

15-
The ArangoDB Platform is a technical infrastructure that acts as the umbrella
15+
The Arango Data Platform is a technical infrastructure that acts as the umbrella
1616
for hosting the entire ArangoDB offering of products. The Platform makes it easy
1717
to deploy and operate the core ArangoDB database system along with any additional
1818
ArangoDB products for machine learning, data explorations, and more. You can
1919
run it on-premises or in the cloud yourself on top of Kubernetes to access all
2020
of the platform features.
2121

22-
## Features of the ArangoDB Platform
22+
## Features of the Arango Data Platform
2323

2424
- **Core database system**: The ArangoDB graph database system for storing
2525
interconnected data.{{< comment >}} You can use the free Community Edition or the commercial
@@ -50,7 +50,7 @@ of the platform features.
5050
- **Public and private LLM support**: Use public LLMs such as OpenAI
5151
or private LLMs with [Triton Inference Server](../../gen-ai/services/triton-inference-server.md).
5252
- **MLflow integration**: Use the popular MLflow as a model registry for private LLMs
53-
or to run machine learning experiments as part of the ArangoDB Platform.
53+
or to run machine learning experiments as part of the Arango Data Platform.
5454
- **Jupyter notebooks**: Run a Jupyter kernel in the platform for hosting
5555
interactive notebooks for experimentation and development of applications
5656
that use ArangoDB as their backend.
@@ -60,28 +60,28 @@ of the platform features.
6060
index type. It allows you to find similar items in your dataset.
6161
{{< /comment >}}
6262

63-
## Get started with the ArangoDB Platform
63+
## Get started with the Arango Data Platform
6464

65-
### Use the ArangoDB Platform as a managed service
65+
### Use the Arango Data Platform as a managed service
6666

67-
The ArangoDB Platform is not available as a managed service yet, but it will
67+
The Arango Data Platform is not available as a managed service yet, but it will
6868
become available for the [Arango Managed Platform (AMP)](../../amp/_index.md)
6969
in the future. Until then, you can request early access to the self-hosted
70-
ArangoDB Platform for testing.
70+
Arango Data Platform for testing.
7171

72-
### Self-host the ArangoDB Platform
72+
### Self-host the Arango Data Platform
7373

74-
You can set up and run the ArangoDB Platform on-premises or in the cloud and
74+
You can set up and run the Arango Data Platform on-premises or in the cloud and
7575
manage this deployment yourself.
7676

7777
#### Requirements for self-hosting
7878

79-
- **Early access to the ArangoDB Platform**:
79+
- **Early access to the Arango Data Platform**:
8080
[Get in touch](https://arangodb.com/contact/) with the ArangoDB team to get
81-
exclusive early access to the pre-release of the ArangoDB Platform & GenAI Suite.
81+
exclusive early access to the pre-release of the Arango Data Platform & GenAI Suite.
8282

8383
- **Kubernetes**: Orchestrates the selected services that comprise the
84-
ArangoDB Platform, running them in containers for safety and scalability.
84+
Arango Data Platform, running them in containers for safety and scalability.
8585

8686
Set up a [Kubernetes](https://kubernetes.io/) cluster if you don't have one
8787
available yet.
@@ -111,7 +111,7 @@ manage this deployment yourself.
111111

112112
#### Setup
113113

114-
1. Obtain a zip package of the ArangoDB Platform for the offline installation.
114+
1. Obtain a zip package of the Arango Data Platform for the offline installation.
115115
It includes helm charts, manifests, and blobs of the container image layers.
116116
You also receive a package configuration file from the ArangoDB team.
117117

@@ -190,7 +190,7 @@ manage this deployment yourself.
190190
# ...
191191
```
192192

193-
6. Download the ArangoDB Platform CLI tool `arangodb_operator_platform` from
193+
6. Download the Arango Data Platform CLI tool `arangodb_operator_platform` from
194194
<https://github.com/arangodb/kube-arangodb/releases>.
195195
It is available for Linux and macOS, for the x86-64 as well as 64-bit ARM
196196
architecture (e.g. `arangodb_operator_platform_linux_amd64`).
@@ -202,7 +202,7 @@ manage this deployment yourself.
202202
The Platform CLI tool simplifies the further setup and later management of
203203
the Platform's Kubernetes services.
204204

205-
7. Import the zip package of the ArangoDB Platform into the container registry.
205+
7. Import the zip package of the Arango Data Platform into the container registry.
206206
Replace `platform.zip` with the file path of the offline installation package.
207207
Replace `gcr.io/my-reg` with the address of your registry.
208208

@@ -231,13 +231,13 @@ manage this deployment yourself.
231231

232232
## Interfaces
233233

234-
The ArangoDB Platform uses a gateway to make all its services available via a
234+
The Arango Data Platform uses a gateway to make all its services available via a
235235
single port at the external address of the deployment. For a local deployment,
236236
the base URL is `https://127.0.0.1:8529`.
237237

238238
### Unified web interface
239239

240-
You can access the ArangoDB Platform web interface with a browser by appending
240+
You can access the Arango Data Platform web interface with a browser by appending
241241
`/ui/` to the base URL, e.g. `https://127.0.0.1:8529/ui/`.
242242

243243
### ArangoDB Core

site/content/data-platform/about/features.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Feature list of the ArangoDB Platform
3-
menuTitle: ArangoDB Platform
2+
title: Feature list of the Arango Data Platform
3+
menuTitle: Arango Data Platform
44
weight: 10
55
description: >-
6-
The ArangoDB Platform is a scalable architecture that gets you all features
6+
The Arango Data Platform is a scalable architecture that gets you all features
77
of ArangoDB including graph-powered machine learning and GenAI as a single
88
solution with a unified interface
99
---
1010
## Architecture
1111

1212
- **Core Database**: The ArangoDB database system forms the solid core
13-
of the ArangoDB Platform.
13+
of the Arango Data Platform.
1414

1515
- **Kubernetes**: An open-source container orchestration system for automating
1616
software deployment, scaling, and management designed by Google. It is the
@@ -20,7 +20,7 @@ description: >-
2020
installations and version control.
2121

2222
- **Envoy**: A high-performance service proxy that acts as the gateway for the
23-
ArangoDB Platform for centralizing authentication and routing.
23+
Arango Data Platform for centralizing authentication and routing.
2424

2525
- **Web interface**: The Platform includes a unified, browser-based UI that lets
2626
you access its features in an intuitive way. Optional products like the
@@ -51,4 +51,4 @@ description: >-
5151

5252
- [**MLflow integration**](../../gen-ai/services/mlflow.md):
5353
Use the popular MLflow for machine learning practitioners as part of the
54-
ArangoDB Platform.
54+
Arango Data Platform.

site/content/data-platform/graph-visualizer.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ description: >-
66
Visually explore and interact with your ArangoDB graphs through an intuitive interface
77
---
88
{{< tip >}}
9-
The ArangoDB Platform & GenAI Suite is available as a pre-release. To get
9+
The Arango Data Platform & GenAI Suite is available as a pre-release. To get
1010
exclusive early access, [get in touch](https://arangodb.com/contact/) with
1111
the ArangoDB team.
1212
{{< /tip >}}
1313

1414
The **Graph Visualizer** is a browser-based tool integrated into the web interface
15-
of the ArangoDB Platform. It lets you explore the connections of your named graphs
15+
of the Arango Data Platform. It lets you explore the connections of your named graphs
1616
to visually understand the structure as well as to inspect and edit the attributes
1717
of individual nodes and edges. It also offers query capabilities and you can
1818
create new nodes (vertices) and edges (relations).
@@ -49,7 +49,7 @@ supported by the Graph Visualizer.
4949

5050
### Select and load a graph
5151

52-
1. In the ArangoDB Platform web interface, select the database your named graph
52+
1. In the Arango Data Platform web interface, select the database your named graph
5353
is stored in.
5454
2. Click **Graphs** in the main navigation.
5555
3. Select a graph from the list.

site/content/data-platform/release-notes.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
---
2-
title: What's new in the ArangoDB Platform
2+
title: What's new in the Arango Data Platform
33
menuTitle: Release notes
44
weight: 50
55
description: >-
6-
Features and improvements in the ArangoDB Platform
6+
Features and improvements in the Arango Data Platform
77
---
88
{{< tip >}}
9-
The ArangoDB Platform & GenAI Suite is available as a pre-release. To get
9+
The Arango Data Platform & GenAI Suite is available as a pre-release. To get
1010
exclusive early access, [get in touch](https://arangodb.com/contact/) with
1111
the ArangoDB team.
1212
{{< /tip >}}
1313

14-
## ArangoDB Platform
14+
## Arango Data Platform
1515

1616
<small>Introduced in: v3.12.5</small>
1717

18-
The ArangoDB Platform is a scalable architecture that offers you all features
18+
The Arango Data Platform is a scalable architecture that offers you all features
1919
of the core ArangoDB database system along with graph-powered machine learning
2020
and GenAI capabilities as a single solution with a unified interface. Deploy the
2121
Platform on-premise or in the cloud on top of Kubernetes.
2222

23-
To get started, see [Self-host the ArangoDB Platform](about/_index.md#self-host-the-arangodb-platform).
23+
To get started, see [Self-host the Arango Data Platform](about/_index.md#self-host-the-arango-data-platform).
2424

2525
### GenAI Suite
2626

27-
The ArangoDB Platform features a dedicated GenAI and data science suite, built upon
27+
The Arango Data Platform features a dedicated GenAI and data science suite, built upon
2828
the powerful ArangoDB database core.
2929

3030
The GenAI suite consists of the following components, each featuring an intuitive,
31-
user-friendly interface seamlessly integrated into the ArangoDB Platform web interface:
31+
user-friendly interface seamlessly integrated into the Arango Data Platform web interface:
3232
- GraphRAG
3333
- GraphML
3434
- Jupyter Notebooks

site/content/gen-ai/graph-analytics.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and network flow analysis.
1717
ArangoDB offers a feature for running algorithms on your graph data,
1818
called Graph Analytics Engines (GAEs). It is available on request for the
1919
[Arango Managed Platform (AMP)](https://dashboard.arangodb.cloud/home?utm_source=docs&utm_medium=cluster_pages&utm_campaign=docs_traffic)
20-
and included in the [ArangoDB Platform](../data-platform/about/_index.md).
20+
and included in the [Arango Data Platform](../data-platform/about/_index.md).
2121

2222
Key features:
2323

@@ -40,7 +40,7 @@ How to perform the steps is detailed in the subsequent sections.
4040

4141
{{< tabs "platforms" >}}
4242

43-
{{< tab "ArangoDB Platform" >}}
43+
{{< tab "Arango Data Platform" >}}
4444
1. Determine the approximate size of the data that you will load into the GAE
4545
and ensure the machine to run the engine on has sufficient memory. The data as well as the
4646
temporarily needed space for computations and results needs to fit in memory.
@@ -88,8 +88,8 @@ Single server deployments using ArangoDB version 3.11 are not supported.
8888

8989
{{< tabs "platforms" >}}
9090

91-
{{< tab "ArangoDB Platform" >}}
92-
You can use any of the available authentication methods the ArangoDB Platform
91+
{{< tab "Arango Data Platform" >}}
92+
You can use any of the available authentication methods the Arango Data Platform
9393
supports to start and stop `graphanalytics` services via the GenAI service as
9494
well as to authenticate requests to the [Engine API](#engine-api).
9595

@@ -129,15 +129,15 @@ setting in ArangoGraph:
129129

130130
The interface for managing the engines depends on the environment you use:
131131

132-
- **ArangoDB Platform**: [GenAI service](#genai-service)
132+
- **Arango Data Platform**: [GenAI service](#genai-service)
133133
- **ArangoGraph**: [Management API](#management-api)
134134

135135
### GenAI service
136136

137137
{{< tag "GenAI Data Platform" >}}
138138

139139
GAEs are deployed and deleted via the [GenAI service](services/gen-ai.md)
140-
in the ArangoDB Platform.
140+
in the Arango Data Platform.
141141

142142
If you use cURL, you need to use the `-k` / `--insecure` option for requests
143143
if the Platform deployment uses a self-signed certificate (default).
@@ -309,7 +309,7 @@ curl -H "Authorization: bearer $ARANGO_GRAPH_TOKEN" -X DELETE "$BASE_URL/engines
309309

310310
{{< tabs "platforms" >}}
311311

312-
{{< tab "ArangoDB Platform" >}}
312+
{{< tab "Arango Data Platform" >}}
313313
To determine the base URL of the engine API, use the base URL of the Platform
314314
deployment and append `/gral/<SERVICE_ID>`, e.g.
315315
`https://127.0.0.1:8529/gral/arangodb-gral-tqcge`.

site/content/gen-ai/graph-to-ai.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ aliases:
1111
- [Link to 3.12](../arangodb/3.12/aql/_index.md)
1212

1313
{{< tip >}}
14-
The ArangoDB Platform & GenAI Suite is available as a pre-release. To get
14+
The Arango Data Platform & GenAI Suite is available as a pre-release. To get
1515
exclusive early access, [get in touch](https://arangodb.com/contact/) with
1616
the ArangoDB team.
1717
{{< /tip >}}
@@ -44,7 +44,7 @@ The GenAI Suite is comprised of two major components:
4444
classification, and similar tasks.
4545

4646
Each component has an intuitive graphical user interface integrated into the
47-
ArangoDB Platform web interface, guiding you through the process.
47+
Arango Data Platform web interface, guiding you through the process.
4848

4949
Alongside these components, you also get the following additional features:
5050

@@ -56,7 +56,7 @@ Alongside these components, you also get the following additional features:
5656
- **Public and private LLM support**: Use public LLMs such as OpenAI
5757
or private LLMs with [Triton Inference Server](services/triton-inference-server.md).
5858
- [**MLflow integration**](services/mlflow.md): Use the popular MLflow as a model registry for private LLMs
59-
or to run machine learning experiments as part of the ArangoDB Platform.
59+
or to run machine learning experiments as part of the Arango Data Platform.
6060
- [**Adapters**](../ecosystem/adapters/_index.md): Use ArangoDB together with cuGraph, NetworkX,
6161
and other data science tools.
6262
- **Application Programming Interfaces**: Use the underlying APIs of the
@@ -66,7 +66,7 @@ Alongside these components, you also get the following additional features:
6666

6767
## Other tools and features
6868

69-
The ArangoDB Platform includes the following features independent of the
69+
The Arango Data Platform includes the following features independent of the
7070
GenAI Suite:
7171

7272
- [**Graph Analytics**](graph-analytics.md): Run graph algorithms such as PageRank

site/content/gen-ai/graphml/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ aliases:
88
- arangographml
99
---
1010
{{< tip >}}
11-
The ArangoDB Platform & GenAI Suite is available as a pre-release. To get
11+
The Arango Data Platform & GenAI Suite is available as a pre-release. To get
1212
exclusive early access, [get in touch](https://arangodb.com/contact/) with
1313
the ArangoDB team.
1414
{{< /tip >}}

site/content/gen-ai/graphml/notebooks-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ aliases:
99
- ../arangographml/getting-started
1010
- ../arangographml-getting-started-with-arangographml
1111
---
12-
The ArangoDB Platform provides an easy-to-use & scalable interface to run
12+
The Arango Data Platform provides an easy-to-use & scalable interface to run
1313
Graph Machine Learning on ArangoDB data. Since all the orchestration and Machine Learning logic is
1414
managed by ArangoDB, all that is typically required are JSON specifications outlining
1515
individual processes to solve a Machine Learning task.
@@ -80,7 +80,7 @@ news sources, and locations are interconnected into a large graph.
8080
![Example Event](../../images/ArangoML_open_intelligence_visualization.png)
8181

8282
The [`arango-datasets`](../../arangodb/3.12/components/tools/arango-datasets.md) Python package
83-
allows you to load pre-defined datasets into ArangoDB Platform. It comes pre-installed in the
83+
allows you to load pre-defined datasets into Arango Data Platform. It comes pre-installed in the
8484
GraphML notebook environment.
8585

8686
```py

site/content/gen-ai/graphml/quickstart.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ title: How to get started with GraphML
33
menuTitle: Quickstart
44
weight: 5
55
description: >-
6-
You can use GraphML straight within the ArangoDB Platform, via the web interface
6+
You can use GraphML straight within the Arango Data Platform, via the web interface
77
or via Notebooks
88
aliases:
99
- ../arangographml/deploy
1010
---
1111
## Web interface versus Jupyter Notebooks
1212

13-
The ArangoDB Platform provides enterprise-ready Graph Machine Learning in two options,
13+
The Arango Data Platform provides enterprise-ready Graph Machine Learning in two options,
1414
tailored to suit diverse requirements and preferences:
1515
- Using the web interface
1616
- In a scriptable manner, using the integrated Jupyter Notebooks and the HTTP API for GraphML
@@ -20,7 +20,7 @@ tailored to suit diverse requirements and preferences:
2020
{{< tabs "graphml-setup" >}}
2121

2222
{{< tab "Web Interface" >}}
23-
The web interface of the ArangoDB Platform allows you to create, configure, and
23+
The web interface of the Arango Data Platform allows you to create, configure, and
2424
run a full machine learning workflow for GraphML. To get started, see the
2525
[Web interface for GraphML](ui.md) page.
2626
{{< /tab >}}

0 commit comments

Comments
 (0)