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

DBMS > ArangoDB vs. NebulaGraph vs. Oracle NoSQL vs. YugabyteDB

System Properties Comparison ArangoDB vs. NebulaGraph vs. Oracle NoSQL vs. YugabyteDB

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameArangoDB  Xexclude from comparisonNebulaGraph  Xexclude from comparisonOracle NoSQL  Xexclude from comparisonYugabyteDB  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, linear scalable, high perfomant Graph DBMSA multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesHigh-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primary database modelDocument store
Graph DBMS
Key-value store
Search engine
Graph DBMSDocument store
Key-value store
Relational DBMS
Relational DBMS
Secondary database modelsDocument store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.22
Rank#84  Overall
#14  Document stores
#5  Graph DBMS
#11  Key-value stores
#10  Search engines
Score2.36
Rank#124  Overall
#10  Graph DBMS
Score3.26
Rank#101  Overall
#18  Document stores
#17  Key-value stores
#52  Relational DBMS
Score3.21
Rank#103  Overall
#53  Relational DBMS
Websitearangodb.comgithub.com/­vesoft-inc/­nebula
www.nebula-graph.io
www.oracle.com/­database/­nosql/­technologies/­nosqlwww.yugabyte.com
Technical documentationdocs.arangodb.comdocs.nebula-graph.iodocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmldocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
Social network pagesLinkedInTwitterFacebookYouTubeInstagram
DeveloperArangoDB Inc.Vesoft Inc.OracleYugabyte Inc.
Initial release2012201920112017
Current release3.11.5, November 202323.3, December 20232.19, September 2023
License infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availableOpen Source infoApache Version 2.0 + Common Clause 1.0Open Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source infoApache 2.0
Cloud-based only infoOnly available as a cloud servicenononono
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.YugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
Implementation languageC++C++JavaC and C++
Server operating systemsLinux
OS X
Windows
LinuxLinux
Solaris SPARC/x86
Linux
OS X
Data schemeschema-free infoautomatically recognizes schema within a collectionStrong typed schemaSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.depending on used data model
Typing infopredefined data types such as float or dateyes infostring, double, boolean, list, hashyesoptionalyes
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.nonono
Secondary indexesyesyes infoNebula Graph internally uses the Key-Value store RocksDB for persistency. The vertices, edges, and their properties are stored as Key while their values are stored as Value. The primary indexes are per Key and secondary indexes are per Value.yesyes
SQL infoSupport of SQLnoSQL-like query languageSQL-like DML and DDL statementsyes, PostgreSQL compatible
APIs and other access methodsAQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
Browser interface
console (shell)
Cypher Query Language
GO Object Graph Mapper
Java Object Graph Mapper
NGBatis infoORM framework for NebulaGraph and Spring-Boot
Proprietary native API
Python Object Graph Mapper
Query language nGQL
RESTful HTTP APIJDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Supported programming languagesC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
.Net
C++
Go
Java
PHP
Python
C
C#
Go
Java
JavaScript (Node.js)
Python
C
C#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
Scala
Server-side scripts infoStored proceduresJavaScriptuser defined functionsnoyes infosql, plpgsql, C
Triggersnonoyes
Partitioning methods infoMethods for storing different data on different nodesSharding infosince version 2.0ShardingShardingHash and Range Sharding, row-level geo-partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replication with configurable replication factorCausal Clustering using Raft protocolElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featureBased on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infocan be done with stored procedures in JavaScriptnowith Hadoop integrationno
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 ConsistencyEventual Consistency
Immediate Consistency infodepending on configuration
Strong consistency on writes and tunable consistency on reads
Foreign keys infoReferential integrityyes inforelationships in graphsyes infoRelationships in graphsnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDconfigurable infoACID within a storage node (=shard)Distributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyes infousing RocksDByesyes infobased on RocksDB
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infooff heap cacheno
User concepts infoAccess controlyesRole-based access controlAccess rights for users and rolesyes
More information provided by the system vendor
ArangoDBNebulaGraphOracle NoSQLYugabyteDB
Specific characteristicsGraph and Beyond. With more than 11,000 stargazers on GitHub, ArangoDB is the leading...
» more
NebulaGraph is a truly distributed, linearly scalable, lightning-fast graph database,...
» more
YugabyteDB is an open source distributed SQL database for cloud native transactional...
» more
Competitive advantagesConsolidation: As a native multi-model database, can be used as a full blown document...
» more
NebulaGraph boasts the world's only graph database solution that is able to host...
» more
PostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» more
Typical application scenariosNative multi-model in ArangoDB is being used for a broad range of projects across...
» more
Social networking Fraud detection Knowledge graph Data warehouse management Anti...
» more
Systems of record and engagement for cloud native applications that require resilience,...
» more
Key customersCisco, Barclays, Refinitive, Siemens Mentor, Kabbage, Liaison, Douglas, MakeMyTrip,...
» more
Companies from a variety of industries have implemented NebulaGraph Database in production,...
» more
Market metricsArangoDB is the leading native multi-model database with over 11,000 stargazers on...
» more
At our very early stage, NebulaGraph has already received over 10,000 stars on GitHub...
» more
2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» more
Licensing and pricing modelsVery permissive Apache 2 License for Community Edition & commercial licenses are...
» more
NebulaGraph is open source and free to use under Apache 2.0 license.
» more
Apache 2.0 license for the database
» 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

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

More resources
ArangoDBNebulaGraphOracle NoSQLYugabyteDB
DB-Engines blog posts

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

show all

Recent citations in the news

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

Meet DevOps Engineer Intern Jonathan Quesada Salas
31 October 2023, WIND

ArangoDB Boosts Performance and Usability Across Search, Graph, and Analytics with Release of ArangoDB 3.11
30 May 2023, PR Web

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

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a ...
7 August 2023, PR Newswire

provided by Google News

Celebrating 10,000 GitHub Stars for NebulaGraph
26 March 2024, PR Newswire

Vesoft (NebulaGraph) Recognized in the Gartner® Market Guide for Graph Database Management Systems
15 November 2023, PR Newswire

NebulaGraph reaps from China’s growing appetite for graph databases
16 September 2022, TechCrunch

NebulaGraph Completes Series A to Scale Its Distributed Graph Database
16 September 2022, Datanami

Nebula Graph an open source graph-oriented DBMS
18 July 2020, Desde Linux

provided by Google News

Oracle Cloud Infrastructure Attains Expanded FedRAMP Authorization
7 February 2024, Yahoo Finance

Blog Theme - Details
21 August 2023, blogs.oracle.com

Blog Theme - Details
4 April 2023, blogs.oracle.com

Oracle NoSQL database comes to the cloud
2 April 2020, TechTarget

Rubrik adds Oracle, NoSQL and SAP Hana data protection
14 November 2018, ComputerWeekly.com

provided by Google News

YugabyteDB Becomes First Distributed SQL Database Vendor to Complete CIS Benchmark
1 February 2024, Datanami

Yugabyte Achieves PCI DSS Level 1 Compliance, Validating Secure and Scalable Distributed PostgreSQL for ...
14 March 2024, Business Wire

Scout24 Selects YugabyteDB to Upscale Global Hospitality Management System with Global Distribution and High ...
6 February 2024, Yahoo Finance

Yugabyte adds multiregion Kubernetes support to YugabyteDB 2.18
24 May 2023, InfoWorld

vitagroup Selects Yugabyte to Underpin Patient Health Care Records System for Catalonian Population
22 August 2023, Silicon Canals

provided by Google News



Share this page

Featured Products

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.

Milvus logo

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

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

AllegroGraph logo

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

Present your product here