https://store-images.s-microsoft.com/image/apps.60369.ab1ac0c0-db76-4019-8cb6-93133b6a7e01.7e9820d9-5c4e-4b85-9f1f-63c5568d3d6d.75010e37-82c2-4106-8251-fd97dabf6751

ArangoDB

kCloudHub

ArangoDB

kCloudHub

Version 3.11.5 + Free Support on Debian 11

ArangoDB is a multi-model, open-source NoSQL database that supports document, key-value, and graph data models. It is designed for scalability, performance, and ease of use, making it a powerful choice for modern applications requiring flexible data storage.

Features of ArangoDB:

  • Multi-Model Support: Enables the use of document, graph, and key-value data models within a single database engine.
  • Scalability: Supports horizontal scaling with sharding and replication to handle large-scale applications efficiently.
  • AQL (ArangoDB Query Language): A powerful, SQL-like query language optimized for working with complex data relationships.
  • High Performance: Designed with a high-performance core, optimizing queries and transactions for speed and efficiency.
  • Flexible Deployment: Can be deployed on-premise, in the cloud, or as a managed service, providing flexibility for different use cases.
  • Security: Offers authentication, role-based access control, and encryption features to ensure data protection.

To check the version of ArangoDB: arangod --version

To Access ArangoDB web interface run http://your-domain-ip:8529

Disclaimer: ArangoDB is an open-source technology released under the Apache License 2.0, maintained by the ArangoDB community and contributors.