DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > ArangoDB vs. H2 vs. InfluxDB vs. Microsoft Azure Cosmos DB vs. Sqrrl

System Properties Comparison ArangoDB vs. H2 vs. InfluxDB vs. Microsoft Azure Cosmos DB vs. Sqrrl

Editorial information provided by DB-Engines
NameArangoDB  Xexclude from comparisonH2  Xexclude from comparisonInfluxDB  Xexclude from comparisonMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xexclude from comparisonSqrrl  Xexclude from comparison
Sqrrl has been acquired by Amazon and became a part of Amazon Web Services. It has been removed from the DB-Engines ranking.
DescriptionNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.Full-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.DBMS for storing time series, events and metricsGlobally distributed, horizontally scalable, multi-model database serviceAdaptable, secure NoSQL built on Apache Accumulo
Primary database modelDocument store
Graph DBMS
Key-value store
Search engine
Relational DBMSTime Series DBMSDocument store
Graph DBMS
Key-value store
Wide column store
Document store
Graph DBMS
Key-value store
Wide column store
Secondary database modelsSpatial DBMSSpatial DBMS infowith GEO packageSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.32
Rank#90  Overall
#15  Document stores
#5  Graph DBMS
#12  Key-value stores
#10  Search engines
Score8.13
Rank#49  Overall
#31  Relational DBMS
Score25.83
Rank#28  Overall
#1  Time Series DBMS
Score29.04
Rank#27  Overall
#4  Document stores
#2  Graph DBMS
#3  Key-value stores
#3  Wide column stores
Websitearangodb.comwww.h2database.comwww.influxdata.com/­products/­influxdb-overviewazure.microsoft.com/­services/­cosmos-dbsqrrl.com
Technical documentationdocs.arangodb.comwww.h2database.com/­html/­main.htmldocs.influxdata.com/­influxdblearn.microsoft.com/­azure/­cosmos-db
Social network pagesLinkedInTwitterFacebookYouTubeInstagram
DeveloperArangoDB Inc.Thomas MuellerMicrosoftAmazon infooriginally Sqrrl Data, Inc.
Initial release20122005201320142012
Current release3.11.5, November 20232.2.220, July 20232.7.6, April 2024
License infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availableOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoMIT-License; commercial enterprise version availablecommercialcommercial
Cloud-based only infoOnly available as a cloud servicenononoyesno
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ArangoDB Cloud –The Managed Cloud Service of ArangoDB. Provides fully managed, and monitored cluster deployments of any size, with enterprise-grade security. Get started for free and continue for as little as $0,21/hour.
Implementation languageC++JavaGoJava
Server operating systemsLinux
OS X
Windows
All OS with a Java VMLinux
OS X infothrough Homebrew
hostedLinux
Data schemeschema-free infoautomatically recognizes schema within a collectionyesschema-freeschema-freeschema-free
Typing infopredefined data types such as float or dateyes infostring, double, boolean, list, hashyesNumeric data and Stringsyes infoJSON typesyes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.nono
Secondary indexesyesyesnoyes infoAll properties auto-indexed by defaultyes
SQL infoSupport of SQLnoyesSQL-like query languageSQL-like query languageno
APIs and other access methodsAQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
JDBC
ODBC
HTTP API
JSON over UDP
DocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
Accumulo Shell
Java API
JDBC
ODBC
RESTful HTTP API
Thrift
Supported programming languagesC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
Java.Net
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Perl
PHP
Python
R
Ruby
Rust
Scala
.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
Actionscript
C infousing GLib
C#
C++
Cocoa
Delphi
Erlang
Go
Haskell
Java
JavaScript
OCaml
Perl
PHP
Python
Ruby
Smalltalk
Server-side scripts infoStored proceduresJavaScriptJava Stored Procedures and User-Defined FunctionsnoJavaScriptno
TriggersnoyesnoJavaScriptno
Partitioning methods infoMethods for storing different data on different nodesSharding infosince version 2.0noneSharding infoin enterprise version onlySharding infoImplicit feature of the cloud serviceSharding infomaking use of Hadoop
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replication with configurable replication factorWith clustering: 2 database servers on different computers operate on identical copies of a databaseselectable replication factor infoin enterprise version onlyyes infoImplicit feature of the cloud serviceselectable replication factor infomaking use of Hadoop
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infocan be done with stored procedures in JavaScriptnonowith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*yes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infoconfigurable per collection or per write
Immediate Consistency
OneShard (highly available, fault-tolerant deployment mode with ACID semantics)
Immediate ConsistencyBounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Immediate Consistency infoDocument store kept consistent with combination of global timestamping, row-level transactions, and server-side consistency resolution.
Foreign keys infoReferential integrityyes inforelationships in graphsyesnonono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnoMulti-item ACID transactions with snapshot isolation within a partitionAtomic updates per row, document, or graph entity
Concurrency infoSupport for concurrent manipulation of datayesyes, multi-version concurrency control (MVCC)yesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoDepending on used storage engine
User concepts infoAccess controlyesfine grained access rights according to SQL-standardsimple rights management via user accountsAccess rights can be defined down to the item levelCell-level Security, Data-Centric Security, Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC)
More information provided by the system vendor
ArangoDBH2InfluxDBMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBSqrrl
Specific characteristicsGraph and Beyond. With more than 11,000 stargazers on GitHub, ArangoDB is the leading...
» more
InfluxData is the creator of InfluxDB , the open source time series database. It...
» more
Competitive advantagesConsolidation: As a native multi-model database, can be used as a full blown document...
» more
Time to Value InfluxDB is available in all the popular languages and frameworks,...
» more
Typical application scenariosNative multi-model in ArangoDB is being used for a broad range of projects across...
» more
IoT & Sensor Monitoring Developers are witnessing the instrumentation of every available...
» more
Key customersCisco, Barclays, Refinitive, Siemens Mentor, Kabbage, Liaison, Douglas, MakeMyTrip,...
» more
InfluxData has more than 1,900 paying customers, including customers include MuleSoft,...
» more
Market metricsArangoDB is the leading native multi-model database with over 11,000 stargazers on...
» more
Fastest-growing database to drive 27,500 GitHub stars Over 750,000 daily active instances
» more
Licensing and pricing modelsVery permissive Apache 2 License for Community Edition & commercial licenses are...
» more
Open source core with closed source clustering available either on-premise or on...
» more
News

A Detailed Guide to C# TimeSpan
2 May 2024

The Final Frontier: Using InfluxDB on the International Space Station
30 April 2024

Getting the Current Time in C#: A Guide
26 April 2024

Sync Data from InfluxDB v2 to v3 With the Quix Template
8 April 2024

Infrastructure Monitoring Basics: Getting Started with Telegraf, InfluxDB, and Grafana
5 April 2024

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
ArangoDBH2InfluxDBMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBSqrrl
DB-Engines blog posts

The Weight of Relational Databases: Time for Multi-Model?
29 August 2017, Luca Olivari (guest author)

show all

Why Build a Time Series Data Platform?
20 July 2017, Paul Dix (guest author)

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

Recent citations in the news

ArangoDB Announces Release of ArangoDB 3.11 for Search, Graph and Analytics - High-Performance Computing ...
30 May 2023, insideHPC

How to Build Knowledge Graph Enhanced Chatbot with ChatGPT and ArangoDB
30 June 2023, DataDrivenInvestor

ArangoDB brings yet more money into graph database market with $27.8M round
6 October 2021, SiliconANGLE News

ArangoDB expands scope of graph database platform
6 October 2022, TechTarget

Graph, machine learning, hype, and beyond: ArangoDB open source multi-model database releases version 3.7
27 August 2020, ZDNet

provided by Google News

Run and manage open source InfluxDB databases with Amazon Timestream | Amazon Web Services
14 March 2024, AWS Blog

Amazon Timestream: Managed InfluxDB for Time Series Data
14 March 2024, The New Stack

InfluxData Collaborating with AWS to Bring InfluxDB and Time Series Analytics to Developers Around the World
14 March 2024, Business Wire

How the FDAP Stack Gives InfluxDB 3.0 Real-Time Speed, Efficiency
15 March 2024, Datanami

Time-series database startup InfluxData debuts self-managed version of InfluxDB
6 September 2023, SiliconANGLE News

provided by Google News

Public preview: Change partition key of a container in Azure Cosmos DB (NoSQL API) | Azure updates
27 March 2024, Microsoft

General availability: Microsoft Entra ID integration with Azure Cosmos DB for PostgreSQL | Azure updates
13 March 2024, Microsoft

Azure Synapse Link for Cosmos DB: New Analytics Capabilities
10 November 2023, InfoQ.com

How to Migrate Azure Cosmos DB Databases | by Arwin Lashawn
25 August 2023, DataDrivenInvestor

Azure Cosmos DB joins the AI toolchain
23 May 2023, InfoWorld

provided by Google News

Amazon acquires cybersecurity startup Sqrrl
8 June 2023, CISO Mag

Millennials possess the advantage of time for wealth creation, says Yashoraj Tyagi of Sqrrl | Mint
18 September 2023, Mint

Amazon's cloud business acquires Sqrrl, a security start-up with NSA roots
23 January 2018, CNBC

AWS beefs up threat detection with Sqrrl acquisition
24 January 2018, TechCrunch

Will Amazon Buy Cybersecurity Firm Sqrrl?
18 December 2017, PYMNTS.com

provided by Google News



Share this page

Featured Products

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Datastax Astra logo

Bring all your data to Generative AI applications with vector search enabled by the most scalable
vector database available.
Try for Free

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Present your product here