DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > ArangoDB vs. Couchbase vs. dBASE vs. HugeGraph vs. KairosDB

System Properties Comparison ArangoDB vs. Couchbase vs. dBASE vs. HugeGraph vs. KairosDB

Editorial information provided by DB-Engines
NameArangoDB  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisondBASE  Xexclude from comparisonHugeGraph  Xexclude from comparisonKairosDB  Xexclude from comparison
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 databasedBase was one of the first databases with a development environment on PC's. Its latest version dBase V is still sold as dBase classic, which needs a DOS Emulation. The up-to-date product is dBase plus.A fast-speed and highly-scalable Graph DBMSDistributed Time Series DBMS based on Cassandra or H2
Primary database modelDocument store
Graph DBMS
Key-value store
Search engine
Document storeRelational DBMSGraph DBMSTime Series DBMS
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.32
Rank#90  Overall
#15  Document stores
#5  Graph DBMS
#12  Key-value stores
#10  Search engines
Score17.30
Rank#36  Overall
#5  Document stores
Score10.34
Rank#44  Overall
#28  Relational DBMS
Score0.13
Rank#336  Overall
#32  Graph DBMS
Score0.62
Rank#239  Overall
#20  Time Series DBMS
Websitearangodb.comwww.couchbase.comwww.dbase.comgithub.com/­hugegraph
hugegraph.apache.org
github.com/­kairosdb/­kairosdb
Technical documentationdocs.arangodb.comdocs.couchbase.comwww.dbase.com/­support/­knowledgebasehugegraph.apache.org/­docskairosdb.github.io
Social network pagesLinkedInTwitterFacebookYouTubeInstagram
DeveloperArangoDB Inc.Couchbase, Inc.Asthon TateBaidu
Initial release20122011197920182013
Current release3.11.5, November 2023Server: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 2023dBASE 2019, 20190.91.2.2, November 2018
License infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availableOpen Source infoBusiness Source License (BSL 1.1); Commercial licenses also availablecommercialOpen Source infoApache Version 2.0Open 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 ErlangJavaJava
Server operating systemsLinux
OS X
Windows
Linux
OS X
Windows
DOS infodBase Classic
Windows infodBase Pro
Linux
macOS
Unix
Linux
OS X
Windows
Data schemeschema-free infoautomatically recognizes schema within a collectionschema-freeyesyesschema-free
Typing infopredefined data types such as float or dateyes infostring, double, boolean, list, hashyesyesyesyes
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 indexesyesyesyesyes infoalso supports composite index and range indexno
SQL infoSupport of SQLnoSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesnonono
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
none infoThe IDE can access other DBMS or ODBC-sources.Java API
RESTful HTTP API
TinkerPop Gremlin
Graphite protocol
HTTP REST
Telnet API
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
dBase proprietary IDEGroovy
Java
Python
Java
JavaScript infoNode.js
PHP
Python
Server-side scripts infoStored proceduresJavaScriptFunctions and timers in JavaScript and UDFs in Java, Python, SQL++no infoThe IDE can access stored procedures in other database systems.asynchronous Gremlin script jobsno
Triggersnoyes infovia the TAP protocolnonono
Partitioning methods infoMethods for storing different data on different nodesSharding infosince version 2.0Automatic Shardingnoneyes infodepending on used storage backend, e.g. Cassandra and HBaseSharding infobased on Cassandra
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
noneyes infodepending on used storage backend, e.g. Cassandra and HBaseselectable replication factor infobased on Cassandra
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infocan be done with stored procedures in JavaScriptyesnovia hugegraph-sparkno
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
Eventual ConsistencyEventual Consistency infobased on Cassandra
Immediate Consistency infobased on Cassandra
Foreign keys infoReferential integrityyes inforelationships in graphsnoyesyes infoedges in graphno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDno infonot for dBase internal data, but IDE does support transactions when accessing external DBMSACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
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 bucketsyesno
User concepts infoAccess controlyesUser and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.Access rights for users and rolesUsers, roles and permissionssimple password-based access control
More information provided by the system vendor
ArangoDBCouchbase infoOriginally called MembasedBASEHugeGraphKairosDB
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 MembasedBASEHugeGraphKairosDB
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

DB-Engines Ranking coverage expanded to 169 database management systems
3 June 2013, Paul Andlinger

show all

Recent citations in the news

ArangoGraphML: Simplifying the Power of Graph Machine Learning
11 October 2023, Datanami

GQL: A New ISO Standard for Querying Graph Databases
29 April 2024, The New Stack

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 expands scope of graph database platform
6 October 2022, TechTarget

provided by Google News

Baird Maintains Couchbase (BASE) Outperform Recommendation
17 May 2024, MSN

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

Jump Financial LLC Buys Shares of 60,985 Couchbase, Inc. (NASDAQ:BASE)
16 May 2024, MarketBeat

Couchbase's database gets support for vector search and retrieval-augmented generation
29 February 2024, SiliconANGLE News

Couchbase Server and Capella to gain vector support
1 March 2024, InfoWorld

provided by Google News

30 Years Ago: The Rise, Fall and Survival of Ashton-Tate's dBASE
19 September 2013, eWeek

Microsoft Access 2016 Now Supports dBase Database Format
7 September 2016, redmondmag.com

A malicious document could lead to RCE in Apache OpenOffice (CVE-2021-33035)
22 September 2021, Help Net Security

Liam Brady's wife and their family life with three children
20 October 2023, Irish Mirror

dBase, LLC. is excited to announce the NEW version of dBASE® 2019 Optimized Edition
19 July 2019, MENAFN.COM

provided by Google News

Critical Apache HugeGraph Flaw Let Attackers Execute Remote Code
23 April 2024, GBHackers

provided by Google News

Real-Time Performance and Health Monitoring Using Netdata
2 September 2019, CNX Software

Expo: Real Time A/B Testing and Monitoring with Spark Streaming and Kafka at Walmart Labs
24 May 2019, InfoQ.com

provided by Google News



Share this page

Featured Products

RaimaDB logo

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

Milvus logo

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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

Neo4j logo

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

Present your product here