Skip to content

Commit 50ea476

Browse files
committed
rework data platform content, make kubernetes more prominent
1 parent 4249c4e commit 50ea476

File tree

6 files changed

+134
-112
lines changed

6 files changed

+134
-112
lines changed

site/content/data-platform/_index.md

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,50 @@
22
title: Arango Data Platform
33
menuTitle: Arango Data Platform
44
weight: 1
5-
layout: default
5+
description: >-
6+
The Arango Data Platform brings everything ArangoDB offers together to a single
7+
solution that you can deploy on-prem or use as a managed service
68
---
79

10+
{{< tip >}}
11+
The Arango Data Platform & GenAI Suite is available as a pre-release. To get
12+
exclusive early access, [get in touch](https://arangodb.com/contact/) with
13+
the ArangoDB team.
14+
{{< /tip >}}
15+
16+
The Arango Data Platform is a **Kubernetes-native** technical infrastructure that acts as the umbrella
17+
for hosting the entire ArangoDB offering of products. Built from the ground up for
18+
cloud-native orchestration, the platform leverages the power of Kubernetes to make it easy
19+
to deploy, scale, and operate the core ArangoDB database system along with any additional
20+
GenAI solutions for GraphRAG, graph machine learning, data explorations, and more. You can
21+
run it on-premises or in the cloud yourself on top of Kubernetes to access all
22+
of the platform features with enterprise-grade automation and reliability.
23+
824
{{< cards >}}
925

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
12-
of products, including GraphML and GraphRAG.
26+
{{% card title="Get started with the Arango Data Platform" link="get-started/" %}}
27+
Deploy the core ArangoDB database system with Kubernetes orchestration.
28+
Optionally add the GenAI Suite to turn data into an AI-powered knowledge engine.
29+
{{% /card %}}
30+
31+
{{% card title="Features and Architecture" link="features/" %}}
32+
Explore the Kubernetes-native architecture, unified interface, and enterprise-grade capabilities of the Arango Data Platform.
33+
{{% /card %}}
34+
35+
{{% card title="ArangoDB Kubernetes Operator" link="../../arangodb/3.12/deploy/kubernetes/" %}}
36+
Learn about the official ArangoDB Kubernetes Operator that powers the Arango Data Platform.
1337
{{% /card %}}
1438

1539
{{% card title="Graph Visualizer" link="graph-visualizer/" %}}
16-
Explore your graph data with an intuitive web interface.
40+
Explore your graph data with an intuitive web interface and sophisticated querying capabilities.
41+
{{% /card %}}
42+
43+
{{% card title="GenAI Suite" link="../../gen-ai/" %}}
44+
Supercharge your platform with GraphRAG, GraphML, and advanced analytics for AI-powered data insights.
45+
{{% /card %}}
46+
47+
{{% card title="ArangoDB Core Database" link="../../arangodb/3.12/" %}}
48+
Discover the multi-model database at the heart of the platform supporting graphs, documents, key-value, and vector search.
1749
{{% /card %}}
1850

1951
{{< /cards >}}

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

Lines changed: 0 additions & 54 deletions
This file was deleted.
Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
---
2+
title: Feature list of the Arango Data Platform
3+
menuTitle: Features
4+
weight: 5
5+
description: >-
6+
The Arango Data Platform is a scalable Kubernetes-native architecture that gets you all features
7+
of ArangoDB as a single solution with a unified interface
8+
---
9+
## Architecture
10+
11+
The Arango Data Platform is built on a modern, cloud-native foundation designed for enterprise scalability and reliability.
12+
13+
{{< tip >}}
14+
**Kubernetes-Native Architecture**: Built as a cloud-native platform that leverages
15+
[Kubernetes](https://kubernetes.io/) for container orchestration, automated deployment,
16+
scaling, and management. Powered by the official
17+
[ArangoDB Kubernetes Operator](https://arangodb.github.io/kube-arangodb/) for
18+
enterprise-grade database management and high availability.
19+
{{< /tip >}}
20+
21+
- **Core Database**: The ArangoDB database system forms the solid core
22+
of the Arango Data Platform.
23+
24+
- **Helm**: A package manager for Kubernetes that enables consistent, repeatable
25+
installations and version control.
26+
27+
- **Envoy**: A high-performance service proxy that acts as the gateway for the
28+
Arango Data Platform for centralizing authentication and routing.
29+
30+
- **Web interface**: The Platform includes a unified, browser-based UI that lets
31+
you access its features in an intuitive way. Optional products like the
32+
GenAI Suite seamlessly integrate into the UI if installed.
33+
34+
## Kubernetes Integration
35+
36+
At its core, the Arango Data Platform is purpose-built for Kubernetes environments, leveraging the
37+
[official ArangoDB Kubernetes Operator](https://arangodb.github.io/kube-arangodb/docs/)
38+
(`kube-arangodb`) to deliver enterprise-grade automation, scalability, and operational excellence.
39+
40+
## Features
41+
42+
The Arango Data Platform provides these core capabilities out of the box:
43+
44+
- [**ArangoDB Core**](../../arangodb/3.12/_index.md): The ArangoDB database system with support for
45+
graphs, documents, key-value, full-text search, and vector search.
46+
47+
- [**Graph Visualizer**](graph-visualizer.md):
48+
A web-based tool for exploring your graph data with an intuitive interface and
49+
sophisticated querying capabilities.
50+
51+
## Extend the Arango Data Platform with GenAI capabilities
52+
53+
Take your Arango Data Platform to the next level with the [**GenAI Suite**](../../gen-ai/_index.md) that offers advanced AI and machine learning capabilities that integrate seamlessly into the platform's unified web interface.
54+
55+
What you get with the GenAI Suite:
56+
57+
- [GraphRAG](../../gen-ai/graphrag/): Generate knowledge graphs from documents and enable
58+
conversational querying of your data.
59+
- [GraphML](../../gen-ai/graphml/): Apply machine learning algorithms that leverage graph
60+
structure for better predictions.
61+
- [Graph Analytics](../../gen-ai/graph-analytics/): Run advanced algorithms like PageRank
62+
to discover influential nodes and patterns.
63+
- [Jupyter notebooks](../../gen-ai/notebook-servers.md): Run Jupyter Notebooks to build and
64+
experiment with graph-powered data, GenAI, and machine learning workflows directly connected
65+
to ArangoDB databases.
66+
- Public and private LLM support: Use public LLMs such as OpenAI
67+
or private LLMs with [Triton Inference Server](../gen-ai/services/triton-inference-server.md).
68+
- [MLflow integration](../gen-ai/services/mlflow.md): Use the popular MLflow as a model registry
69+
for private LLMs or to run machine learning experiments as part of the Arango Data Platform.
70+
71+
{{< tip >}}
72+
The GenAI Suite integrates directly into the existing platform interface, no need for
73+
separate systems to manage or learn. A separate license is required.
74+
{{< /tip >}}
75+
76+
77+
78+
79+
80+
81+

site/content/data-platform/about/_index.md renamed to site/content/data-platform/get-started.md

Lines changed: 14 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
2-
title: The Arango Data Platform
3-
menuTitle: Platform
4-
weight: 5
2+
title: Get Started with the Arango Data Platform
3+
menuTitle: Get Started
4+
weight: 10
55
description: >-
66
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
@@ -19,62 +19,25 @@ 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 Arango Data Platform
23-
24-
- **Core database system**: The ArangoDB graph database system for storing
25-
interconnected data.{{< comment >}} You can use the free Community Edition or the commercial
26-
Enterprise Edition.{{< /comment >}}
27-
- **Graph Visualizer**: A web-based tool for exploring your graph data with an
28-
intuitive interface and sophisticated querying capabilities.
29-
- **Graph Analytics**: A suite of graph algorithms including PageRank,
30-
community detection, and centrality measures with support for GPU
31-
acceleration thanks to Nvidia cuGraph.
32-
- **GenAI Suite**: A set of machine learning services, APIs, and
33-
user interfaces that are available as a package as well as individual products.
34-
- **GraphML**: A turnkey solution for graph machine learning for prediction
35-
use cases such as fraud detection, supply chain, healthcare, retail, and
36-
cyber security.
37-
- **GraphRAG**: Leverage ArangoDB's graph, document, key-value,
38-
full-text search, and vector search features to streamline knowledge
39-
extraction and retrieval.
40-
{{< comment >}}TODO: Not available in prerelease version
41-
- **Txt2AQL**: Unlock natural language querying with a service that converts
42-
user input into ArangoDB Query Language (AQL), powered by fine-tuned
43-
private or public LLMs.
44-
{{< /comment >}}
45-
- **GraphRAG Importer**: Extract entities and relationships from large
46-
text-based files, converting unstructured data into a knowledge graph
47-
stored in ArangoDB.
48-
- **GraphRAG Retriever**: Perform semantic similarity searches or aggregate
49-
insights from graph communities with global and local queries.
50-
- **Public and private LLM support**: Use public LLMs such as OpenAI
51-
or private LLMs with [Triton Inference Server](../../gen-ai/services/triton-inference-server.md).
52-
- **MLflow integration**: Use the popular MLflow as a model registry for private LLMs
53-
or to run machine learning experiments as part of the Arango Data Platform.
54-
- **Jupyter notebooks**: Run a Jupyter kernel in the platform for hosting
55-
interactive notebooks for experimentation and development of applications
56-
that use ArangoDB as their backend.
57-
{{< comment >}}TODO: Mostly unrelated to Platform, vector index in core,
58-
- **Vector embeddings**: You can train machine learning models for later use
59-
in vector search in conjunction with the core database system's `vector`
60-
index type. It allows you to find similar items in your dataset.
61-
{{< /comment >}}
62-
63-
## Get started with the Arango Data Platform
64-
65-
### Use the Arango Data Platform as a managed service
22+
## Use the Arango Data Platform as a managed service
6623

6724
The Arango Data Platform is not available as a managed service yet, but it will
6825
become available for the [Arango Managed Platform (AMP)](../../amp/_index.md)
6926
in the future. Until then, you can request early access to the self-hosted
7027
Arango Data Platform for testing.
7128

72-
### Self-host the Arango Data Platform
29+
## Self-host the Arango Data Platform
7330

7431
You can set up and run the Arango Data Platform on-premises or in the cloud and
7532
manage this deployment yourself.
7633

77-
#### Requirements for self-hosting
34+
{{< info >}}
35+
**Kubernetes-Native**: The Arango Data Platform is built specifically for Kubernetes
36+
environments and relies on the official [ArangoDB Kubernetes Operator](https://arangodb.github.io/kube-arangodb/)
37+
to provide automated deployment, scaling, and management capabilities.
38+
{{< /info >}}
39+
40+
### Requirements for self-hosting
7841

7942
- **Early access to the Arango Data Platform**:
8043
[Get in touch](https://arangodb.com/contact/) with the ArangoDB team to get
@@ -109,7 +72,7 @@ manage this deployment yourself.
10972
respective packages.
11073
{{< /comment >}}
11174

112-
#### Setup
75+
### Setup
11376

11477
1. Obtain a zip package of the Arango Data Platform for the offline installation.
11578
It includes helm charts, manifests, and blobs of the container image layers.
@@ -142,7 +105,7 @@ manage this deployment yourself.
142105
--set crds.enabled=true
143106
```
144107

145-
4. Install the ArangoDB operator for Kubernetes `kube-arangodb` with helm,
108+
4. Install the [ArangoDB Kubernetes Operator](https://arangodb.github.io/kube-arangodb/) `kube-arangodb` with helm,
146109
with options to enable webhooks, certificates, and the gateway feature.
147110

148111
```sh

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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 Arango Data Platform](about/_index.md#self-host-the-arango-data-platform).
23+
To get started, see [Self-host the Arango Data Platform](./get-started.md#self-host-the-arango-data-platform).
2424

2525
### GenAI Suite
2626

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

Lines changed: 1 addition & 1 deletion
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 [Arango Data Platform](../data-platform/about/_index.md).
20+
and included in the [Arango Data Platform](../data-platform/_index.md).
2121

2222
Key features:
2323

0 commit comments

Comments
 (0)