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

DBMS > ArcadeDB vs. Bangdb vs. JanusGraph vs. OceanBase vs. OrientDB

System Properties Comparison ArcadeDB vs. Bangdb vs. JanusGraph vs. OceanBase vs. OrientDB

Editorial information provided by DB-Engines
NameArcadeDB  Xexclude from comparisonBangdb  Xexclude from comparisonJanusGraph infosuccessor of Titan  Xexclude from comparisonOceanBase  Xexclude from comparisonOrientDB  Xexclude from comparison
DescriptionFast and scalable multi-model DBMS, originally forked from OrientDB but most of the code has been rewrittenConverged and high performance database for device data, events, time series, document and graphA Graph DBMS optimized for distributed clusters infoIt was forked from the latest code base of Titan in January 2017A distributed, high available RDBMS compatible with Oracle and MySQLMulti-model DBMS (Document, Graph, Key/Value)
Primary database modelDocument store
Graph DBMS
Key-value store
Time Series DBMS infoin next version
Document store
Graph DBMS
Time Series DBMS
Graph DBMSRelational DBMSDocument store
Graph DBMS
Key-value store
Secondary database modelsSpatial DBMSDocument store
Wide column store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.10
Rank#358  Overall
#48  Document stores
#38  Graph DBMS
#52  Key-value stores
#35  Time Series DBMS
Score0.16
Rank#338  Overall
#47  Document stores
#32  Graph DBMS
#31  Time Series DBMS
Score2.02
Rank#125  Overall
#12  Graph DBMS
Score1.57
Rank#149  Overall
#69  Relational DBMS
Score3.25
Rank#89  Overall
#16  Document stores
#6  Graph DBMS
#13  Key-value stores
Websitearcadedb.combangdb.comjanusgraph.orgen.oceanbase.comorientdb.org
Technical documentationdocs.arcadedb.comdocs.bangdb.comdocs.janusgraph.orgen.oceanbase.com/­docs/­oceanbase-databasewww.orientdb.com/­docs/­last/­index.html
DeveloperArcade DataSachin Sinha, BangDBLinux Foundation; originally developed as Titan by AureliusOceanBase infopreviously Alibaba and Ant GroupOrientDB LTD; CallidusCloud; SAP
Initial release20212012201720102010
Current releaseSeptember 2021BangDB 2.0, October 20210.6.3, February 20234.3.0, April 20243.2.29, March 2024
License infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoBSD 3Open Source infoApache 2.0Open Source infoCommercial license availableOpen Source infoApache version 2
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++JavaC++Java
Server operating systemsAll OS with a Java VMLinuxLinux
OS X
Unix
Windows
LinuxAll OS with a Java JDK (>= JDK 6)
Data schemeschema-freeschema-freeyesyesschema-free infoSchema can be enforced for whole record ("schema-full") or for some fields only ("schema-hybrid")
Typing infopredefined data types such as float or dateyesyes: string, long, double, int, geospatial, stream, eventsyesyesyes
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.nononoyesno
Secondary indexesyesyes infosecondary, composite, nested, reverse, geospatialyesyesyes
SQL infoSupport of SQLSQL-like query language, no joinsSQL like support with command line toolnoyesSQL-like query language, no joins
APIs and other access methodsJDBC
MongoDB API
OpenCypher
PostgreSQL wire protocol
Redis API
RESTful HTTP/JSON API
TinkerPop Gremlin
Proprietary protocol
RESTful HTTP API
Java API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Proprietary native API
Table API
Tinkerpop technology stack with Blueprints, Gremlin, Pipes
Java API
RESTful HTTP/JSON API
Supported programming languagesJavaC
C#
C++
Java
Python
Clojure
Java
Python
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
.Net
C
C#
C++
Clojure
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Scala
Server-side scripts infoStored proceduresnoyesPL/SQL in oracle-compatible mode, MySQL Stored Procedure in mysql-compatible modeJava, Javascript
Triggersyes, Notifications (with Streaming only)yesyesHooks
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmyes infodepending on the used storage backend (e.g. Cassandra, HBase, BerkeleyDB)horizontal partitioning (by hash, key, range, range columns, list, and list columns)Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationselectable replication factor, Knob for CAP (enterprise version only)yesMulti-source replication using PaxosMulti-source replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyes infovia Faunus, a graph analytics enginenono infocould be achieved with distributed queries
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyTunable consistency, set CAP knob accordinglyEventual Consistency
Immediate Consistency
Immediate Consistency
Foreign keys infoReferential integrityyes inforelationship in graphsnoyes infoRelationships in graphsyesyes inforelationship in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyes, optimistic concurrency controlyesyesyes
Durability infoSupport for making data persistentyesyes, implements WAL (Write ahead log) as wellyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcastyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes, run db with in-memory only mode
User concepts infoAccess controlyes (enterprise version only)User authentification and security via Rexster Graph ServerAccess rights for users, groups and roles according to SQL-standardAccess rights for users and roles; record level security configurable

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
ArcadeDBBangdbJanusGraph infosuccessor of TitanOceanBaseOrientDB
DB-Engines blog posts

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Recent citations in the news

Database Deep Dives: JanusGraph
8 August 2019, ibm.com

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.com

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, Thailand Business News

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

OrientDB: A Flexible and Scalable Multi-Model NoSQL DBMS
21 January 2022, Open Source For You

Comparing Graph Databases II. Part 2: ArangoDB, OrientDB, and… | by Sam Bell
20 September 2019, Towards Data Science

The 12 Best Graph Databases to Consider for 2024
22 October 2023, Solutions Review

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

Introducing Gremlin The Graph Database
14 August 2013, iProgrammer

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

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.

Present your product here