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

DBMS > JanusGraph vs. NuoDB vs. OceanBase vs. Percona Server for MongoDB vs. Riak TS

System Properties Comparison JanusGraph vs. NuoDB vs. OceanBase vs. Percona Server for MongoDB vs. Riak TS

Editorial information provided by DB-Engines
NameJanusGraph infosuccessor of Titan  Xexclude from comparisonNuoDB  Xexclude from comparisonOceanBase  Xexclude from comparisonPercona Server for MongoDB  Xexclude from comparisonRiak TS  Xexclude from comparison
DescriptionA Graph DBMS optimized for distributed clusters infoIt was forked from the latest code base of Titan in January 2017NuoDB is a webscale distributed database that supports SQL and ACID transactionsA distributed, high available RDBMS compatible with Oracle and MySQLA drop-in replacement for MongoDB Community Edition with enterprise-grade features.Riak TS is a distributed NoSQL database optimized for time series data and based on Riak KV
Primary database modelGraph DBMSRelational DBMSRelational DBMSDocument storeTime Series DBMS
Secondary database modelsDocument store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score2.02
Rank#125  Overall
#12  Graph DBMS
Score0.94
Rank#197  Overall
#92  Relational DBMS
Score1.57
Rank#149  Overall
#69  Relational DBMS
Score0.60
Rank#246  Overall
#39  Document stores
Score0.28
Rank#307  Overall
#27  Time Series DBMS
Websitejanusgraph.orgwww.3ds.com/­nuodb-distributed-sql-databaseen.oceanbase.comwww.percona.com/­mongodb/­software/­percona-server-for-mongodb
Technical documentationdocs.janusgraph.orgdoc.nuodb.comen.oceanbase.com/­docs/­oceanbase-databasedocs.percona.com/­percona-distribution-for-mongodbwww.tiot.jp/­riak-docs/­riak/­ts/­latest
DeveloperLinux Foundation; originally developed as Titan by AureliusDassault Systèmes infooriginally NuoDB, Inc.OceanBase infopreviously Alibaba and Ant GroupPerconaOpen Source, formerly Basho Technologies
Initial release20172013201020152015
Current release0.6.3, February 20234.3.0, April 20243.4.10-2.10, November 20173.0.0, September 2022
License infoCommercial or Open SourceOpen Source infoApache 2.0commercial infolimited edition freeOpen Source infoCommercial license availableOpen Source infoGPL Version 2Open Source
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.
Implementation languageJavaC++C++C++Erlang
Server operating systemsLinux
OS X
Unix
Windows
hosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
LinuxLinuxLinux
OS X
Data schemeyesyesyesschema-freeschema-free
Typing infopredefined data types such as float or dateyesyesyesyesno
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.nonoyesnono
Secondary indexesyesyesyesyesrestricted
SQL infoSupport of SQLnoyesyesnoyes, limited
APIs and other access methodsJava API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
ADO.NET
JDBC
ODBC
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Proprietary native API
Table API
proprietary protocol using JSONHTTP API
Native Erlang Interface
Supported programming languagesClojure
Java
Python
.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Ada infoin MySQL-compatible model
C infoin Oracle- and MySQL- compatible models
C++ infoin Oracle- and MySQL- compatible models
D infoin MySQL-compatible model
Delphi infoin MySQL-compatible model
Eiffel infoin MySQL-compatible model
Erlang infoin MySQL-compatible model
Haskell infoin MySQL-compatible model
Java infoin Oracle- and MySQL- compatible models
JavaScript (Node.js) infoin MySQL-compatible model
Objective-C infoin MySQL-compatible model
OCaml infoin MySQL-compatible model
Perl infoin MySQL-compatible model
PHP infoin MySQL-compatible model
Python infoin MySQL-compatible model
Ruby infoin MySQL-compatible model
Scheme infoin MySQL-compatible model
Tcl infoin MySQL-compatible model
Actionscript
C
C#
C++
Clojure
ColdFusion
D
Dart
Delphi
Erlang
Go
Groovy
Haskell
Java
JavaScript
Lisp
Lua
MatLab
Perl
PHP
PowerShell
Prolog
Python
R
Ruby
Scala
Smalltalk
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
Server-side scripts infoStored proceduresyesJava, SQLPL/SQL in oracle-compatible mode, MySQL Stored Procedure in mysql-compatible modeJavaScriptErlang
Triggersyesyesyesnoyes infopre-commit hooks and post-commit hooks
Partitioning methods infoMethods for storing different data on different nodesyes infodepending on the used storage backend (e.g. Cassandra, HBase, BerkeleyDB)data is dynamically stored/cached on the nodes where it is read/writtenhorizontal partitioning (by hash, key, range, range columns, list, and list columns)ShardingSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesyes infoManaged transparently by NuoDBMulti-source replication using PaxosSource-replica replicationselectable replication factor
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infovia Faunus, a graph analytics enginenonoyesyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency
Immediate ConsistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Eventual Consistency
Foreign keys infoReferential integrityyes infoRelationships in graphsyesyesnono infolinks between datasets can be stored
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACID infotunable commit protocolACIDnono
Concurrency infoSupport for concurrent manipulation of datayesyes infoMVCCyesyesyes
Durability infoSupport for making data persistentyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcastyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoTemporary tableyes infovia In-Memory Engine
User concepts infoAccess controlUser authentification and security via Rexster Graph ServerStandard SQL roles/ privileges, Administrative UsersAccess rights for users, groups and roles according to SQL-standardAccess rights for users and rolesno

More information provided by the system vendor

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
JanusGraph infosuccessor of TitanNuoDBOceanBasePercona Server for MongoDBRiak TS
DB-Engines blog posts

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Recent citations in the news

Database Deep Dives: JanusGraph
8 August 2019, IBM

JanusGraph Picks Up Where TitanDB Left Off
13 January 2017, Datanami

From graph db to graph embedding. In 7 simple steps. | by Andy Greatorex
30 July 2020, Towards Data Science

Nordstrom Builds Flexible Backend Ops with Kubernetes, Spark and JanusGraph
3 October 2019, The New Stack

Compose for JanusGraph arrives on Bluemix
15 September 2017, IBM

provided by Google News

Dassault Systèmes Announces the Acquisition of NuoDB, a Cloud-Native Distributed SQL Database Leader
25 November 2020, Dassault Systèmes

Deploy the NuoDB Database in Docker Containers
16 October 2017, The New Stack

Big Data Product Watch 1/31/17: No-Cost NuoDB, GPU Analytics, Cloud Object Storage, More -- ADTmag
31 January 2017, ADT Magazine

NuoDB empowers distributed database users to optimize cloud and container resources with new graphical dashboard
10 April 2018, Daily Host News

Temenos Benchmarks Cloud-Native Digital Banking Software AWS
21 November 2019, Temenos

provided by Google News

OceanBase Inks Agreement with NTU Singapore in Database Optimization and Green Computing Advancements
31 January 2024, PR Newswire

OceanBase Recognized as an Asia/Pacific Customers' Choice in the Gartner® Peer Insights™ Voice of the Customer ...
5 June 2024, PR Newswire Asia

Ant Group Will Cut Foreign Investors Out of Fast-Growing Database Business
22 August 2023, The Information

How Southeast Asia's Leading e-Wallets Saved Up to 40% in Database Costs - Fintech Singapore
25 March 2024, Fintech News Singapore

Alibaba's OceanBase distributed database aims at markets outside China
16 August 2022, InfoWorld

provided by Google News

MongoDB Performance Tuning
23 May 2024, Database Trends and Applications

How to Plan Your MongoDB Upgrade
29 January 2024, The New Stack

Why Isn't the World Upgrading Its Databases?
25 March 2024, The New Stack

Percona launches management system aimed at open-source databases
17 May 2022, The Register

FerretDB goes GA: Gives you MongoDB, without the MongoDB...
15 May 2023, The Stack

provided by Google News



Share this page

Featured Products

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

Neo4j logo

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

Present your product here