Need advice about which tool to choose?Ask the StackShare community!

ArangoDB

276
442
+ 1
192
Azure Cosmos DB

589
1.1K
+ 1
130
Add tool

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.

Manage your open source components, licenses, and vulnerabilities
Learn More
Pros of ArangoDB
Pros of Azure Cosmos DB
  • 37
    Grahps and documents in one DB
  • 26
    Intuitive and rich query language
  • 25
    Good documentation
  • 25
    Open source
  • 21
    Joins for collections
  • 15
    Foxx is great platform
  • 14
    Great out of the box web interface with API playground
  • 6
    Good driver support
  • 6
    Low maintenance efforts
  • 6
    Clustering
  • 5
    Easy microservice creation with foxx
  • 4
    You can write true backendless apps
  • 2
    Managed solution available
  • 0
    Performance
  • 28
    Best-of-breed NoSQL features
  • 22
    High scalability
  • 15
    Globally distributed
  • 14
    Automatic indexing over flexible json data model
  • 10
    Tunable consistency
  • 10
    Always on with 99.99% availability sla
  • 7
    Javascript language integrated transactions and queries
  • 6
    Predictable performance
  • 5
    High performance
  • 5
    Analytics Store
  • 2
    Rapid Development
  • 2
    No Sql
  • 2
    Auto Indexing
  • 2
    Ease of use

Sign up to add or upvote prosMake informed product decisions

Cons of ArangoDB
Cons of Azure Cosmos DB
  • 3
    Web ui has still room for improvement
  • 2
    No support for blueprints standard, using custom AQL
  • 18
    Pricing
  • 4
    Poor No SQL query support

Sign up to add or upvote consMake informed product decisions

What is ArangoDB?

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.

What is Azure Cosmos DB?

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.

Need advice about which tool to choose?Ask the StackShare community!

What companies use ArangoDB?
What companies use Azure Cosmos DB?
Manage your open source components, licenses, and vulnerabilities
Learn More

Sign up to get full access to all the companiesMake informed product decisions

What tools integrate with ArangoDB?
What tools integrate with Azure Cosmos DB?

Sign up to get full access to all the tool integrationsMake informed product decisions

What are some alternatives to ArangoDB and Azure Cosmos DB?
Neo4j
Neo4j stores data in nodes connected by directed, typed relationships with properties on both, also known as a Property Graph. It is a high performance graph store with all the features expected of a mature and robust database, like a friendly query language and ACID transactions.
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.
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.
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.
OrientDB
It is an open source NoSQL database management system written in Java. It is a Multi-model database, supporting graph, document, key/value, and object models, but the relationships are managed as in graph databases with direct connections between records.
See all alternatives