DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Badger vs. EJDB vs. Faircom DB vs. MaxDB vs. RethinkDB

System Properties Comparison Badger vs. EJDB vs. Faircom DB vs. MaxDB vs. RethinkDB

Editorial information provided by DB-Engines
NameBadger  Xexclude from comparisonEJDB  Xexclude from comparisonFaircom DB infoformerly c-treeACE  Xexclude from comparisonMaxDB infoformerly named Adabas-D  Xexclude from comparisonRethinkDB  Xexclude from comparison
DescriptionAn embeddable, persistent, simple and fast Key-Value Store, written purely in Go.Embeddable document-store database library with JSON representation of queries (in MongoDB style)Native high-speed multi-model DBMS for relational and key-value store data simultaneously accessible through SQL and NoSQL APIs.A robust and reliable RDBMS optimized to run all major SAP solutionsDBMS for the Web with a mechanism to push updated query results to applications in realtime.
Primary database modelKey-value storeDocument storeKey-value store
Relational DBMS
Relational DBMSDocument store
Secondary database modelsSpatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.20
Rank#325  Overall
#49  Key-value stores
Score0.30
Rank#294  Overall
#44  Document stores
Score0.24
Rank#311  Overall
#44  Key-value stores
#140  Relational DBMS
Score2.65
Rank#111  Overall
#55  Relational DBMS
Score2.84
Rank#106  Overall
#19  Document stores
Websitegithub.com/­dgraph-io/­badgergithub.com/­Softmotions/­ejdbwww.faircom.com/­products/­faircom-dbmaxdb.sap.comrethinkdb.com
Technical documentationgodoc.org/­github.com/­dgraph-io/­badgergithub.com/­Softmotions/­ejdb/­blob/­master/­README.mddocs.faircom.com/­docs/­en/­UUID-7446ae34-a1a7-c843-c894-d5322e395184.htmlmaxdb.sap.com/­documentationrethinkdb.com/­docs
DeveloperDGraph LabsSoftmotionsFairCom CorporationSAP, acquired from Software AG (Adabas-D) in 1997The Linux Foundation infosince July 2017
Initial release20172012197919842009
Current releaseV12, November 20207.9.10.12, February 20242.4.1, August 2020
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoGPLv2commercial infoRestricted, free version availablecommercial infoLimited community edition freeOpen 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 languageGoCANSI C, C++C++C++
Server operating systemsBSD
Linux
OS X
Solaris
Windows
server-lessAIX
FreeBSD
HP-UX
Linux
NetBSD
OS X
QNX
SCO
Solaris
VxWorks
Windows infoeasily portable to other OSs
AIX
HP-UX
Linux
Solaris
Windows
Linux
OS X
Windows
Data schemeschema-freeschema-freeschema free, schema optional, schema required, partial schema,yesschema-free
Typing infopredefined data types such as float or datenoyes infostring, integer, double, bool, date, object_idyes, ANSI SQL Types, JSON, typed binary structuresyesyes infostring, binary, float, bool, date, geometry
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.nononono
Secondary indexesnonoyesyesyes
SQL infoSupport of SQLnonoyes, ANSI SQL with proprietary extensionsyesno
APIs and other access methodsin-process shared libraryADO.NET
Direct SQL
JDBC
JPA
ODBC
RESTful HTTP/JSON API
RESTful MQTT/JSON API
RPC
ADO.NET
JDBC
ODBC
WebDAV
Supported programming languagesGoActionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
.Net
C
C#
C++
Java
JavaScript (Node.js and browser)
PHP
Python
Visual Basic
.Net
C#
Java
Perl
PHP
Python
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
Server-side scripts infoStored proceduresnonoyes info.Net, JavaScript, C/C++yes
TriggersnonoyesyesClient-side triggers through changefeeds
Partitioning methods infoMethods for storing different data on different nodesnonenoneFile partitioning, horizontal partitioning, sharding infoCustomizable business rules for table partitioningnoneSharding inforange based
Replication methods infoMethods for redundantly storing data on multiple nodesnonenoneyes, configurable to be parallel or serial, synchronous or asynchronous, uni-directional or bi-directional, ACID-consistent or eventually consistent (with custom conflict resolution).Source-replica replicationSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneEventual Consistency
Immediate Consistency
Tunable consistency per server, database, table, and transaction
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynono infotypically not needed, however similar functionality with collection joins possibleyesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonotunable from ACID to Eventually ConsistentACIDAtomic single-document operations
Concurrency infoSupport for concurrent manipulation of datayesyes infoRead/Write Lockingyesyesyes infoMVCC based
Durability infoSupport for making data persistentyesyesYes, tunable from durable to delayed durability to in-memoryyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesnono
User concepts infoAccess controlnonoFine grained access rights according to SQL-standard with additional protections for filesfine grained access rights according to SQL-standardyes infousers and table-level permissions

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
BadgerEJDBFaircom DB infoformerly c-treeACEMaxDB infoformerly named Adabas-DRethinkDB
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

FairCom kicks off new era of database technology USA - English
10 November 2020, PR Newswire

provided by Google News

SAP Content Server High Availability using Amazon EFS and SUSE | Amazon Web Services
30 December 2020, AWS Blog

SAP Aligns Mainstream Maintenance Commitments Across Its Enterprise Solutions
11 August 2020, SAP News

SIOS looks to boost SAP HANA automated replication
29 March 2023, TechTarget

Remotely Exploitable Vulnerabilities in SAP Compression Algorithms
13 May 2015, Threatpost

Alibaba Cloud Offers Access to SAP Software for Customers
5 June 2018, Alizila

provided by Google News

MongoDB: The Popular Database for IoT
15 August 2023, Open Source For You

How to Use RethinkDB with Node.js Applications — SitePoint
16 December 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

RethinkDB is dead, and MongoDB isn't what killed it
24 January 2017, TechRepublic

How to deploy RethinkDB using Docker
14 February 2018, Packt Hub

provided by Google News



Share this page

Featured Products

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

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

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.

Present your product here