DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > ArangoDB vs. Couchbase vs. Dgraph vs. EJDB vs. FoundationDB

System Properties Comparison ArangoDB vs. Couchbase vs. Dgraph vs. EJDB vs. FoundationDB

Editorial information provided by DB-Engines
NameArangoDB  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonDgraph  Xexclude from comparisonEJDB  Xexclude from comparisonFoundationDB  Xexclude from comparison
Created as commercial project in 2013, FoundationDB has been acquired by Apple in March 2015 and was withdrawn from the market. As a consequence, the product was removed from the DB-Engines ranking. In April 2018, Apple open-sourced FoundationDB and it therefore reappears in the ranking.
DescriptionNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.A distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseDistributed and scalable native Graph DBMSEmbeddable document-store database library with JSON representation of queries (in MongoDB style)Ordered key-value store. Core features are complimented by layers.
Primary database modelDocument store
Graph DBMS
Key-value store
Search engine
Document storeGraph DBMSDocument storeDocument store infosupported via specific layer
Key-value store
Relational DBMS infosupported via specific SQL-layer
Secondary database modelsKey-value store infooriginating from the former Membase product and supporting the Memcached protocol
Spatial DBMS infousing the Geocouch extension
Search engine
Time Series DBMS
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score3.30
Rank#82  Overall
#14  Document stores
#5  Graph DBMS
#10  Key-value stores
#10  Search engines
Score16.74
Rank#33  Overall
#5  Document stores
Score1.39
Rank#155  Overall
#15  Graph DBMS
Score0.13
Rank#331  Overall
#46  Document stores
Score0.97
Rank#191  Overall
#32  Document stores
#28  Key-value stores
#87  Relational DBMS
Websitearangodb.comwww.couchbase.comdgraph.iogithub.com/­Softmotions/­ejdbgithub.com/­apple/­foundationdb
Technical documentationdocs.arangodb.comdocs.couchbase.comdgraph.io/­docsgithub.com/­Softmotions/­ejdb/­blob/­master/­README.mdapple.github.io/­foundationdb
Social network pagesLinkedInTwitterFacebookYouTubeInstagram
DeveloperArangoDB Inc.Couchbase, Inc.Dgraph Labs, Inc.SoftmotionsFoundationDB
Initial release20122011201620122013
Current release3.11.5, November 2023Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 20236.2.28, November 2020
License infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availableOpen Source infoBusiness Source License (BSL 1.1); Commercial licenses also availableOpen Source infoApache 2.0Open Source infoGPLv2Open Source infoApache 2.0
Cloud-based only infoOnly available as a cloud servicenonononono
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++C, C++, Go and ErlangGoCC++
Server operating systemsLinux
OS X
Windows
Linux
OS X
Windows
Linux
OS X
Windows
server-lessLinux
OS X
Windows
Data schemeschema-free infoautomatically recognizes schema within a collectionschema-freeschema-freeschema-freeschema-free infosome layers support schemas
Typing infopredefined data types such as float or dateyes infostring, double, boolean, list, hashyesyesyes infostring, integer, double, bool, date, object_idno infosome layers support typing
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.no
Secondary indexesyesyesyesnono
SQL infoSupport of SQLnoSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesnonosupported in specific SQL layer only
APIs and other access methodsAQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
CLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
GraphQL query language
gRPC (using protocol buffers) API
HTTP API
in-process shared library
Supported programming languagesC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Actionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
.Net
C
C++
Go
Java
JavaScript infoNode.js
PHP
Python
Ruby
Swift
Server-side scripts infoStored proceduresJavaScriptFunctions and timers in JavaScript and UDFs in Java, Python, SQL++nonoin SQL-layer only
Triggersnoyes infovia the TAP protocolnonono
Partitioning methods infoMethods for storing different data on different nodesSharding infosince version 2.0Automatic ShardingyesnoneSharding
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replication with configurable replication factorMulti-source replication infoincluding cross data center replication
Source-replica replication
Synchronous replication via Raftnoneyes
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infocan be done with stored procedures in JavaScriptyesnonono
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)
Eventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Immediate ConsistencyLinearizable consistency
Foreign keys infoReferential integrityyes inforelationships in graphsnonono infotypically not needed, however similar functionality with collection joins possiblein SQL-layer only
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACIDnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoRead/Write Lockingyes
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.yes infoEphemeral buckets
User concepts infoAccess controlyesUser and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.no infoPlanned for future releasesnono
More information provided by the system vendor
ArangoDBCouchbase infoOriginally called MembaseDgraphEJDBFoundationDB
Specific characteristicsGraph and Beyond. With more than 11,000 stargazers on GitHub, ArangoDB is the leading...
» more
Competitive advantagesConsolidation: As a native multi-model database, can be used as a full blown document...
» more
Typical application scenariosNative multi-model in ArangoDB is being used for a broad range of projects across...
» more
Key customersCisco, Barclays, Refinitive, Siemens Mentor, Kabbage, Liaison, Douglas, MakeMyTrip,...
» more
Market metricsArangoDB is the leading native multi-model database with over 11,000 stargazers on...
» more
Licensing and pricing modelsVery permissive Apache 2 License for Community Edition & commercial licenses are...
» more

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
ArangoDBCouchbase infoOriginally called MembaseDgraphEJDBFoundationDB
DB-Engines blog posts

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

show all

Couchbase climbs up the DB-Engines Ranking, increasing its popularity by 10% every month
2 June 2014, Matthias Gelbmann

show all

Recent citations in the news

ArangoDB Announces Release of ArangoDB 3.11 for Search, Graph and Analytics
30 May 2023, insideHPC

ArangoDB raises $10 million for NoSQL database management
14 March 2019, VentureBeat

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

Here's the pitch deck a German software startup used to raise $10 million to move to San Francisco and take on Oracle
23 June 2019, Business Insider

ArangoDB 3.5 update improves multi-model database platform
22 August 2019, TechTarget

provided by Google News

Couchbase releases AI vector search and Capella Columnar on AWS
3 September 2024, Blocks & Files

Couchbase stock hits 52-week low at $14.1 amid market challenges
16 September 2024, Investing.com

Couchbase Announces New Features to Accelerate AI-Powered Adaptive Applications for Customers
29 February 2024, PR Newswire

Couchbase Capella gets columnar support on AWS
3 September 2024, InfoWorld

Couchbase (NASDAQ:BASE) Sets New 52-Week Low at $14.07
16 September 2024, MarketBeat

provided by Google News

Top Open Source Graph Databases
3 June 2024, MarkTechPost

Popular Open Source GraphQL Company Dgraph Secures $6M in Seed Round with New Leadership
20 July 2022, PR Newswire

Graph Database Market size to grow by USD 7.40 billion between 2022 - 2027 | Growth Driven by Lack of standardization and programming flexibility - Technavio
13 December 2023, Yahoo Finance

Dgraph on AWS: Setting up a horizontally scalable graph database
1 September 2020, AWS Blog

Dgraph raises $11.5 million for scalable graph database solutions
31 July 2019, VentureBeat

provided by Google News

FoundationDB team’s new venture, Antithesis, raises $47M to enhance software testing
13 February 2024, SiliconANGLE News

Antithesis Launches Out Of Stealth To Revolutionize Software Reliability
13 February 2024, PR Newswire

Antithesis raises $47M to launch an automated testing platform for software
13 February 2024, TechCrunch

Apple Acquires FoundationDB
24 March 2015, blogs.wsj.com

Apple's FoundationDB takes new Record Layer open source, confirms tech underpins CloudKit
14 January 2019, AppleInsider

provided by Google News



Share this page

Featured Products

SingleStore logo

The data platform to build your intelligent applications.
Try it 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

Milvus logo

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

RaimaDB logo

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

Neo4j logo

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

Present your product here