Skip to content

Commit f098711

Browse files
committed
WIP: Add platform overview content from #671
1 parent 5685e23 commit f098711

File tree

2 files changed

+80
-0
lines changed

2 files changed

+80
-0
lines changed
Lines changed: 71 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,71 @@
1+
---
2+
title: The ArangoDB Platform
3+
menuTitle: Platform
4+
weight: 169
5+
description: >-
6+
The ArangoDB Platform brings everything ArangoDB offers together to a single
7+
solution that you can deploy on-prem or use as a managed service
8+
---
9+
The ArangoDB Platform is a technical infrastructure that acts as the umbrella
10+
for hosting the entire ArangoDB offering of products. The Platform makes it easy
11+
to deploy and operate the core ArangoDB database system along with any additional
12+
ArangoDB products for machine learning, data explorations, and more. You can
13+
run it on-premise or in the cloud yourself on top of Kubernetes, as well as use
14+
ArangoDB's managed service, the [ArangoGraph Insights Platform](../arangograph/_index.md)
15+
to access all of the platform features.
16+
17+
## Requirements for self-hosting
18+
19+
- **Kubernetes**: Orchestrates the selected services that comprise the
20+
ArangoDB Platform, running them in containers for safety and scalability.
21+
- **Licenses**: If you want to use any paid features, you need to purchase the
22+
respective packages.
23+
24+
## Products available in the ArangoDB Platform
25+
26+
- **Core database system**: The ArangoDB graph database system for storing
27+
interconnected data. You can use the free Community Edition or the commercial
28+
Enterprise Edition.
29+
- **Graph visualizer**: A web-based tool for exploring your graph data with an
30+
intuitive interface and sophisticated querying capabilities.
31+
- **Data-science suite**: A set of paid machine learning services, APIs, and
32+
user interfaces that are available as a package as well as individual products.
33+
- **Vector embeddings**: You can train machine learning models for later use
34+
in vector search in conjunction with the core database system's `vector`
35+
index type. It allows you to find similar items in your dataset. <!-- TODO: GraphRAG importer/retriever -->
36+
- **GraphRAG solutions**: Leverage ArangoDB's Graph, Document, Key-Value,
37+
Full-Text Search, and Vector Search features to streamline knowledge
38+
extraction and retrieval.
39+
- **Txt2AQL**: Unlock natural language querying with a service that converts
40+
user input into ArangoDB Query Language (AQL), powered by fine-tuned
41+
private or public LLMs. <!-- TODO: GenAI -->
42+
- **GraphRAG Importer**: Extract entities and relationships from large
43+
text-based files, converting unstructured data into a knowledge graph
44+
stored in ArangoDB.
45+
- **GraphRAG Retriever**: Perform semantic similarity searches or aggregate
46+
insights from graph communities with global and local queries.
47+
- **GraphML**: A turnkey solution for graph machine learning for prediction
48+
use cases such as fraud detection, supply chain, healthcare, retail, and
49+
cyber security.
50+
- **Graph Analytics**: A suite of graph algorithms including PageRank,
51+
community detection, and centrality measures with support for GPU
52+
acceleration thanks to Nvidia cuGraph.
53+
- **Jupyter notebooks**: Run a Jupyter kernel in the platform for hosting
54+
interactive notebooks for experimentation and development of applications
55+
that use ArangoDB as their backend.
56+
57+
<!-- TODO: Which product requires what license, free trial -->
58+
59+
## Get started with the ArangoDB Platform
60+
61+
### Use the ArangoDB Platform as a managed service
62+
63+
<!-- TODO: Sign up at https://dashboard.arangodb.cloud -->
64+
65+
### Self-host the ArangoDB Platform
66+
67+
<!-- TODO: Adam's installer -->
68+
69+
## Interfaces
70+
71+
<!-- TODO: UIs, APIs (with links to generated docs) -->

site/content/3.13/deploy/_index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ on a single DB-Server node for better performance and with transactional
4545
guarantees similar to a single server deployment. OneShard is primarily intended
4646
for multi-tenant use cases.
4747

48+
### ArangoDB Platform
49+
50+
The ArangoDB Platform is the umbrella for deploying and operating the entire
51+
ArangoDB product offering with a unified interface in a Kubernetes cluster.
52+
It is offered for self-hosting on-prem or in the cloud and as a managed service,
53+
superseding the ArangoGraph Insights Platform.
54+
55+
See [The ArangoDB Platform](../components/platform.md) for details.
56+
4857
## How to deploy
4958

5059
There are different ways to set up and operate ArangoDB.

0 commit comments

Comments
 (0)