StackShareStackShare
Follow on
StackShare

Discover and share technology stacks from companies around the world.

Follow on

© 2025 StackShare. All rights reserved.

Product

  • Stacks
  • Tools
  • Feed

Company

  • About
  • Contact

Legal

  • Privacy Policy
  • Terms of Service
  1. Stackups
  2. Application & Data
  3. NoSQL Databases
  4. NOSQL Database As A Service
  5. ArangoDB vs Azure Cosmos DB

ArangoDB vs Azure Cosmos DB

OverviewComparisonAlternatives

Overview

Azure Cosmos DB
Azure Cosmos DB
Stacks594
Followers1.1K
Votes130
ArangoDB
ArangoDB
Stacks273
Followers442
Votes192

ArangoDB vs Azure Cosmos DB: What are the differences?

Key Differences between ArangoDB and Azure Cosmos DB

Introduction:

ArangoDB and Azure Cosmos DB are two popular distributed NoSQL databases that offer different features and functionalities. Understanding the key differences between them can help in choosing the right database for specific use cases.

  1. Data Models:

    • ArangoDB: ArangoDB uses a multi-model approach and supports document, key-value, and graph data models. It allows users to store and query data in a flexible manner according to their requirements.
    • Azure Cosmos DB: Azure Cosmos DB also supports multiple data models, including document, key-value, columnar, and graph data models. It provides the flexibility to choose the most suitable model for each workload or application.
  2. Scaling and Partitioning:

    • ArangoDB: ArangoDB supports horizontal scaling through sharding, where data is divided into multiple shards distributed across multiple servers. It allows users to scale their database as per their needs.
    • Azure Cosmos DB: Azure Cosmos DB offers horizontal scaling and partitioning at a global scale. It uses a partitioning strategy called "RU/s" (request units per second) to distribute data across multiple partitions automatically.
  3. Consistency Models:

    • ArangoDB: ArangoDB provides multiple consistency models, including strong (strict) consistency, monotonic read consistency, and asynchronous replication. Users can choose the appropriate level of consistency depending on their application requirements.
    • Azure Cosmos DB: Azure Cosmos DB supports five consistency levels, namely strong, bounded staleness, session, consistent prefix, and eventual consistency. It allows developers to configure the consistency level at the individual request level.
  4. Deployment Options:

    • ArangoDB: ArangoDB can be deployed both as a single-server instance and as a cluster across multiple servers. It provides flexibility in terms of deployment options, allowing users to choose the most suitable setup.
    • Azure Cosmos DB: Azure Cosmos DB is a fully managed database service provided by Microsoft. It is deployed on Microsoft Azure and offers global distribution and automatic scaling without the need for managing infrastructure.
  5. Query Language:

    • ArangoDB: ArangoDB uses a query language called AQL (ArangoDB Query Language) for accessing and manipulating data. AQL is a declarative query language similar to SQL and provides a powerful and expressive way to perform queries.
    • Azure Cosmos DB: Azure Cosmos DB supports multiple query APIs, including SQL (document model), MongoDB (document model), Gremlin (graph model), Cassandra (columnar model), and Table (key-value model). It allows users to choose the most appropriate query API based on their familiarity and requirements.
  6. Community and Ecosystem:

    • ArangoDB: ArangoDB has an active open-source community and a growing ecosystem of libraries, tools, and integrations. It benefits from community-driven contributions and has a strong developer community.
    • Azure Cosmos DB: Azure Cosmos DB is backed by Microsoft and has a large ecosystem of services, integrations, and support. It offers seamless integration with other Azure services, making it a preferred choice for developers already using the Azure platform.

In summary, ArangoDB and Azure Cosmos DB differ in their data models, scaling and partitioning capabilities, consistency models, deployment options, query languages, and community/ecosystem support. Understanding these differences is crucial in choosing the right database solution for specific use cases and requirements.

Share your Stack

Help developers discover the tools you use. Get visibility for your team's tech choices and contribute to the community's knowledge.

View Docs
CLI (Node.js)
or
Manual

Detailed Comparison

Azure Cosmos DB
Azure Cosmos DB
ArangoDB
ArangoDB

Azure DocumentDB is a fully managed NoSQL database service built for fast and predictable performance, high availability, elastic scaling, global distribution, and ease of development.

A distributed free and open-source database with a flexible data model for documents, graphs, and key-values. Build high performance applications using a convenient SQL-like query language or JavaScript extensions.

Fully managed with 99.99% Availability SLA;Elastically and highly scalable (both throughput and storage);Predictable low latency: <10ms @ P99 reads and <15ms @ P99 fully-indexed writes;Globally distributed with multi-region replication;Rich SQL queries over schema-agnostic automatic indexing;JavaScript language integrated multi-record ACID transactions with snapshot isolation;Well-defined tunable consistency models: Strong, Bounded Staleness, Session, and Eventual
multi-model nosql db; acid; transactions; javascript; database; nosql; sharding; replication; query language; joins; aql; documents; graphs; key-values; graphdb
Statistics
Stacks
594
Stacks
273
Followers
1.1K
Followers
442
Votes
130
Votes
192
Pros & Cons
Pros
  • 28
    Best-of-breed NoSQL features
  • 22
    High scalability
  • 15
    Globally distributed
  • 14
    Automatic indexing over flexible json data model
  • 10
    Always on with 99.99% availability sla
Cons
  • 18
    Pricing
  • 4
    Poor No SQL query support
Pros
  • 37
    Grahps and documents in one DB
  • 26
    Intuitive and rich query language
  • 25
    Good documentation
  • 25
    Open source
  • 21
    Joins for collections
Cons
  • 3
    Web ui has still room for improvement
  • 2
    No support for blueprints standard, using custom AQL
Integrations
Azure Machine Learning
Azure Machine Learning
MongoDB
MongoDB
Hadoop
Hadoop
Java
Java
Azure Functions
Azure Functions
Azure Container Service
Azure Container Service
Azure Storage
Azure Storage
Azure Websites
Azure Websites
Apache Spark
Apache Spark
Python
Python
No integrations available

What are some alternatives to Azure Cosmos DB, ArangoDB?

MongoDB

MongoDB

MongoDB stores data in JSON-like documents that can vary in structure, offering a dynamic, flexible schema. MongoDB was also designed for high availability and scalability, with built-in replication and auto-sharding.

MySQL

MySQL

The MySQL software delivers a very fast, multi-threaded, multi-user, and robust SQL (Structured Query Language) database server. MySQL Server is intended for mission-critical, heavy-load production systems as well as for embedding into mass-deployed software.

PostgreSQL

PostgreSQL

PostgreSQL is an advanced object-relational database management system that supports an extended subset of the SQL standard, including transactions, foreign keys, subqueries, triggers, user-defined types and functions.

Microsoft SQL Server

Microsoft SQL Server

Microsoft® SQL Server is a database management and analysis system for e-commerce, line-of-business, and data warehousing solutions.

SQLite

SQLite

SQLite is an embedded SQL database engine. Unlike most other SQL databases, SQLite does not have a separate server process. SQLite reads and writes directly to ordinary disk files. A complete SQL database with multiple tables, indices, triggers, and views, is contained in a single disk file.

Cassandra

Cassandra

Partitioning means that Cassandra can distribute your data across multiple machines in an application-transparent matter. Cassandra will automatically repartition as machines are added and removed from the cluster. Row store means that like relational databases, Cassandra organizes data by rows and columns. The Cassandra Query Language (CQL) is a close relative of SQL.

Memcached

Memcached

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.

MariaDB

MariaDB

Started by core members of the original MySQL team, MariaDB actively works with outside developers to deliver the most featureful, stable, and sanely licensed open SQL server in the industry. MariaDB is designed as a drop-in replacement of MySQL(R) with more features, new storage engines, fewer bugs, and better performance.

RethinkDB

RethinkDB

RethinkDB is built to store JSON documents, and scale to multiple machines with very little effort. It has a pleasant query language that supports really useful queries like table joins and group by, and is easy to setup and learn.

Amazon DynamoDB

Amazon DynamoDB

With it , you can offload the administrative burden of operating and scaling a highly available distributed database cluster, while paying a low price for only what you use.

Related Comparisons

Bootstrap
Materialize

Bootstrap vs Materialize

Laravel
Django

Django vs Laravel vs Node.js

Bootstrap
Foundation

Bootstrap vs Foundation vs Material UI

Node.js
Spring Boot

Node.js vs Spring-Boot

Liquibase
Flyway

Flyway vs Liquibase