11---
2- title : The ArangoDB Platform
2+ title : The Arango Data Platform
33menuTitle : Platform
44weight : 5
55description : >-
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
1111exclusive early access, [ get in touch] ( https://arangodb.com/contact/ ) with
1212the 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
1616for hosting the entire ArangoDB offering of products. The Platform makes it easy
1717to deploy and operate the core ArangoDB database system along with any additional
1818ArangoDB products for machine learning, data explorations, and more. You can
1919run it on-premises or in the cloud yourself on top of Kubernetes to access all
2020of 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
6868become available for the [ Arango Managed Platform (AMP)] ( ../../amp/_index.md )
6969in 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
7575manage 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
235235single port at the external address of the deployment. For a local deployment,
236236the 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
0 commit comments