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 > Bangdb vs. Dolt vs. Firebase Realtime Database vs. Geode vs. NuoDB

System Properties Comparison Bangdb vs. Dolt vs. Firebase Realtime Database vs. Geode vs. NuoDB

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisonDolt  Xexclude from comparisonFirebase Realtime Database  Xexclude from comparisonGeode  Xexclude from comparisonNuoDB  Xexclude from comparison
DescriptionConverged and high performance database for device data, events, time series, document and graphA MySQL compatible DBMS with Git-like versioning of data and schemaCloud-hosted realtime document store. iOS, Android, and JavaScript clients share one Realtime Database instance and automatically receive updates with the newest data.Geode is a distributed data container, pooling memory, CPU, network resources, and optionally local disk across multiple processesNuoDB is a webscale distributed database that supports SQL and ACID transactions
Primary database modelDocument store
Graph DBMS
Time Series DBMS
Relational DBMSDocument storeKey-value storeRelational DBMS
Secondary database modelsSpatial DBMSDocument store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.16
Rank#338  Overall
#47  Document stores
#32  Graph DBMS
#31  Time Series DBMS
Score1.02
Rank#191  Overall
#89  Relational DBMS
Score13.64
Rank#39  Overall
#6  Document stores
Score1.86
Rank#134  Overall
#24  Key-value stores
Score0.94
Rank#197  Overall
#92  Relational DBMS
Websitebangdb.comgithub.com/­dolthub/­dolt
www.dolthub.com
firebase.google.com/­products/­realtime-databasegeode.apache.orgwww.3ds.com/­nuodb-distributed-sql-database
Technical documentationdocs.bangdb.comdocs.dolthub.comfirebase.google.com/­docs/­databasegeode.apache.org/­docsdoc.nuodb.com
DeveloperSachin Sinha, BangDBDoltHub IncGoogle infoacquired by Google 2014Originally developed by Gemstone. They outsourced the project to Apache in 2015 but still deliver a commercial version as Gemfire.Dassault Systèmes infooriginally NuoDB, Inc.
Initial release20122018201220022013
Current releaseBangDB 2.0, October 20211.1, February 2017
License infoCommercial or Open SourceOpen Source infoBSD 3Open Source infoApache Version 2.0commercialOpen Source infoApache Version 2; commercial licenses available as Gemfirecommercial infolimited edition free
Cloud-based only infoOnly available as a cloud servicenonoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC, C++GoJavaC++
Server operating systemsLinuxLinux
macOS
Windows
hostedAll OS with a Java VM infothe JDK (8 or later) is also requiredhosted infoAmazon EC2, Windows Azure, SoftLayer
Linux
OS X
Windows
Data schemeschema-freeyesschema-freeschema-freeyes
Typing infopredefined data types such as float or dateyes: string, long, double, int, geospatial, stream, eventsyesyesyesyes
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.nonononono
Secondary indexesyes infosecondary, composite, nested, reverse, geospatialyesyesnoyes
SQL infoSupport of SQLSQL like support with command line toolyesnoSQL-like query language (OQL)yes
APIs and other access methodsProprietary protocol
RESTful HTTP API
CLI Client
HTTP REST
Android
iOS
JavaScript API
RESTful HTTP API
Java Client API
Memcached protocol
RESTful HTTP API
ADO.NET
JDBC
ODBC
Supported programming languagesC
C#
C++
Java
Python
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Java
JavaScript
Objective-C
.Net
All JVM based languages
C++
Groovy
Java
Scala
.Net
C
C++
Go
Java
JavaScript
JavaScript (Node.js)
PHP
Python
Ruby
Server-side scripts infoStored proceduresnoyes infocurrently in alpha releaselimited functionality with using 'rules'user defined functionsJava, SQL
Triggersyes, Notifications (with Streaming only)yesCallbacks are triggered when data changesyes infoCache Event Listenersyes
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmnoneShardingdata is dynamically stored/cached on the nodes where it is read/written
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)A database can be cloned to multiple locations and be used there in isolation. Data/schema changes can be pushed/pulled explicitly between locations.Multi-source replicationyes infoManaged transparently by NuoDB
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononono
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglyEventual Consistency infoif the client is offline
Immediate Consistency infoif the client is online
Eventual ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyesnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDyesyes, on a single nodeACID infotunable commit protocol
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyesyesyesyes infoMVCC
Durability infoSupport for making data persistentyes, implements WAL (Write ahead log) as wellyesyesyesyes
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 modeyesyes infoTemporary table
User concepts infoAccess controlyes (enterprise version only)Only one user is configurable, and must be specified in the config file at startupyes, based on authentication and database rulesAccess rights per client and object definableStandard SQL roles/ privileges, Administrative Users

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
BangdbDoltFirebase Realtime DatabaseGeodeNuoDB
DB-Engines blog posts

Cloud-based DBMS's popularity grows at high rates
12 December 2019, Paul Andlinger

show all

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

Dolt- A Version Controlled Database
29 January 2024, iProgrammer

Top Data Version Control Tools for Machine Learning Research in 2023
24 July 2023, MarkTechPost

Dolt, a Relational Database with Git-Like Cloning Features
19 August 2020, The New Stack

Data Versioning at Scale: Chaos and Chaos Management
10 February 2023, InfoQ.com

Are you still not using Version Control for Data?
11 April 2020, Towards Data Science

provided by Google News

Realtime vs Cloud Firestore: Which Firebase Database to go?
8 March 2024, Appinventiv

Atos cybersecurity blog: Misconfigured Firebase: A real-time cyber threat
18 January 2024, Atos

Don't be like these 900+ websites and expose millions of passwords via Firebase
18 March 2024, The Register

Google Firebase may have exposed 125M records from misconfigurations
19 March 2024, SC Media

Hundreds of Google Firebase websites might have leaked data online
19 March 2024, TechRadar

provided by Google News

This is how much one of the most expensive gems costs at the Tucson gem show
11 February 2024, KGUN 9 Tucson News

Victor I. Cazares Wants NYTW to Call for Ceasefire in Gaza
22 February 2024, Vulture

Event-Driven Architectures with Apache Geode and Spring Integration
20 March 2019, InfoQ.com

1. Introduction to Pivotal GemFire In-Memory Data Grid and Apache Geode - Scaling Data Services with Pivotal ...
15 November 2018, O'Reilly Media

RDBMS and Apache Geode Data Movement: Low Latency ETL Pipeline by Using Cloud-Native Event Driven ...
30 June 2018, InfoQ.com

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

NuoDB has Microsoft SQL Server in its sights
8 May 2013, ZDNet

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

NuoDB bags $14.2M for distributed database technology
26 February 2014, VatorNews

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