You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data Platform | Add dedicated K8s page and detailed descriptions (architecture/components) (#814)
* data platform for amp is available upon request
* Add new Kubernetes page; Add detailed descriptions of Data Platform's architecture and components
* Apply suggestions from code review
Co-authored-by: Simran <[email protected]>
* apply review suggestions
* Apply suggestion from @nerpaula
* review
* Fix link
---------
Co-authored-by: Simran <[email protected]>
Co-authored-by: Simran Spiller <[email protected]>
-**Vector**: Vector embeddings and similarity search for AI applications
51
+
-**Search**: Full-text search and complex query capabilities
43
52
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.
53
+
### Graph Visualizer
46
54
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.
55
+
The [**Graph Visualizer**](graph-visualizer/) provides an intuitive web-based interface
56
+
that brings your data to life with:
50
57
51
-
## Extend the Arango Data Platform with AI capabilities
58
+
-**Interactive Graph Exploration**: Visualize named graphs with node expansion,
59
+
shortest path discovery, and AQL-powered queries including Canvas Actions that
60
+
work with your selection to discover related data
61
+
62
+
-**Visual Customization and Layouts**: Customize node colors, icons, and labels
63
+
with saveable themes, and apply automatic layout algorithms (force-directed,
64
+
hierarchical, circular) with zoom controls and minimap navigation
65
+
66
+
-**Direct Graph Editing**: Create, modify, and delete nodes and edges directly
67
+
from the canvas with an intuitive properties dialog supporting both form and
68
+
JSON editing modes
52
69
53
-
Take your Arango Data Platform to the next level with the [**AI Suite**](../ai-suite/_index.md) that offers advanced AI and machine learning capabilities that integrate seamlessly into the platform's unified web interface.
70
+
The Graph Visualizer seamlessly integrates with the ArangoDB database and provides the
71
+
primary interface for data exploration and analysis.
54
72
55
-
What you get with the AI Suite:
73
+
### Arango Platform Suite
56
74
57
-
-[GraphRAG](../ai-suite/graphrag/): Generate knowledge graphs from documents and enable
58
-
conversational querying of your data.
59
-
-[GraphML](../ai-suite/graphml/): Apply machine learning algorithms that leverage graph
60
-
structure for better predictions.
61
-
-[Graph Analytics](../ai-suite/graph-analytics/): Run advanced algorithms like PageRank
62
-
to discover influential nodes and patterns.
63
-
-[Jupyter notebooks](../ai-suite/notebook-servers.md): Run Jupyter Notebooks to build and
64
-
experiment with graph-powered data, AI, 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](../ai-suite/reference/triton-inference-server.md).
68
-
-[MLflow integration](../ai-suite/reference/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.
75
+
The **Arango Platform Suite** adds enterprise-grade capabilities such as:
70
76
71
-
{{< tip >}}
72
-
The AI Suite integrate directly into the existing platform interface, no need for
73
-
separate systems to manage or learn. A separate license is required.
74
-
{{< /tip >}}
77
+
-**High Availability and Monitoring**: Comprehensive health checks, metrics collection,
78
+
alerting, and automatic failover mechanisms ensure your data platform stays operational.
79
+
Real-time monitoring dashboards provide visibility into cluster performance,
80
+
resource utilization, and query patterns.
81
+
82
+
-**APIs, Drivers and Connectors**: Comprehensive programmatic access through
83
+
RESTful APIs, native drivers for popular programming languages (Java, Python,
84
+
JavaScript, Go, PHP, and more), and connectors for data integration tools
85
+
and BI platforms.
86
+
87
+
-**Centralized Orchestration and Resource Management**: Unified control plane
88
+
for managing all platform resources, deployments, and configurations.
89
+
Kubernetes-powered orchestration handles scaling, updates, and resource
90
+
allocation automatically across all components.
91
+
92
+
These enterprise features are orchestrated through Kubernetes and the ArangoDB
93
+
Kubernetes Operator, providing automated management and enterprise-grade reliability.
0 commit comments