Skip to content

Commit 5a55fea

Browse files
committed
WIP
1 parent 8d02d03 commit 5a55fea

File tree

2 files changed

+32
-4
lines changed

2 files changed

+32
-4
lines changed

site/content/3.12/platform/_index.md

+11-4
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ run it on-premise or in the cloud yourself on top of Kubernetes, as well as use
1414
ArangoDB's managed service, the [ArangoGraph Insights Platform](../arangograph/_index.md)
1515
to access all of the platform features.
1616

17-
## Requirements
17+
## Requirements for self-hosting
1818

1919
- **Kubernetes**: Orchestrates the selected services that comprise the
2020
ArangoDB Platform, running them in containers for safety and scalability.
2121
- **Licenses**: If you want to use any paid features, you need to purchase the
22-
respective licenses.
22+
respective packages.
2323

24-
## Products
24+
## Products available in the ArangoDB Platform
2525

2626
- **Core database system**: The ArangoDB graph database system for storing
2727
interconnected data. You can use the free Community Edition or the commercial
@@ -54,11 +54,18 @@ to access all of the platform features.
5454
interactive notebooks for experimentation and development of applications
5555
that use ArangoDB as their backend.
5656

57-
## Setup
57+
<!-- TODO: Which product requires what license, free trial -->
58+
59+
## Get started with the ArangoDB Platform
5860

5961
### Use the ArangoDB Platform as a managed service
6062

63+
<!-- TODO: Sign up at https://dashboard.arangodb.cloud -->
64+
6165
### Self-host the ArangoDB Platform
6266

67+
<!-- TODO: Adam's installer -->
68+
6369
## Interfaces
6470

71+
<!-- TODO: UIs, APIs (with links to generated docs) -->
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
---
2+
title: The Graph Visualizer
3+
menuTitle: Graph Visualizer
4+
weight: 5
5+
description: >-
6+
The Graph Visualizer is a web-based tool for exploring graph data with an
7+
intuitive interface and sophisticated querying capabilities
8+
---
9+
{{< tag "ArangoDB Platform" >}}
10+
11+
## Features
12+
13+
- View nodes and edges of graphs
14+
- View the attributes of node and edge documents
15+
- Dynamically expand nodes to show more of their neighborhood
16+
- Filter based on attributes
17+
- ...
18+
19+
## Overview of the graphical interface
20+
21+
## Usage example

0 commit comments

Comments
 (0)