|
| 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) --> |
0 commit comments