DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Firebase Realtime Database vs. MongoDB vs. OrigoDB vs. Realm vs. Sadas Engine

System Properties Comparison Firebase Realtime Database vs. MongoDB vs. OrigoDB vs. Realm vs. Sadas Engine

Editorial information provided by DB-Engines
NameFirebase Realtime Database  Xexclude from comparisonMongoDB  Xexclude from comparisonOrigoDB  Xexclude from comparisonRealm  Xexclude from comparisonSadas Engine  Xexclude from comparison
DescriptionCloud-hosted realtime document store. iOS, Android, and JavaScript clients share one Realtime Database instance and automatically receive updates with the newest data.One of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureA fully ACID in-memory object graph databaseA DBMS built for use on mobile devices that’s a fast, easy to use alternative to SQLite and Core DataSADAS Engine is a columnar DBMS specifically designed for high performance in data warehouse environments
Primary database modelDocument storeDocument storeDocument store
Object oriented DBMS
Document storeRelational DBMS
Secondary database modelsSpatial DBMS
Search engine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
Vector DBMS infocurrently available in the MongoDB Atlas cloud service only
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score15.00
Rank#39  Overall
#6  Document stores
Score423.96
Rank#5  Overall
#1  Document stores
Score0.03
Rank#378  Overall
#51  Document stores
#18  Object oriented DBMS
Score7.71
Rank#52  Overall
#9  Document stores
Score0.03
Rank#379  Overall
#156  Relational DBMS
Websitefirebase.google.com/­products/­realtime-databasewww.mongodb.comorigodb.comrealm.iowww.sadasengine.com
Technical documentationfirebase.google.com/­docs/­databasewww.mongodb.com/­docs/­manualorigodb.com/­docsrealm.io/­docswww.sadasengine.com/­en/­sadas-engine-download-free-trial-and-documentation/­#documentation
DeveloperGoogle infoacquired by Google 2014MongoDB, IncRobert Friberg et alRealm, acquired by MongoDB in May 2019SADAS s.r.l.
Initial release201220092009 infounder the name LiveDB20142006
Current release6.0.7, June 20238.0
License infoCommercial or Open SourcecommercialOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.Open SourceOpen Sourcecommercial infofree trial version available
Cloud-based only infoOnly available as a cloud serviceyesno infoMongoDB available as DBaaS (MongoDB Atlas)nonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
MongoDB Atlas: Global multi-cloud database with unmatched data distribution and mobility across AWS, Azure, and Google Cloud, built-in automation for resource and workload optimization, and so much more.
Implementation languageC++C#C++
Server operating systemshostedLinux
OS X
Solaris
Windows
Linux
Windows
Android
Backend: server-less
iOS
Windows
AIX
Linux
Windows
Data schemeschema-freeschema-free infoAlthough schema-free, documents of the same collection often follow the same structure. Optionally impose all or part of a schema by defining a JSON schema.yesyesyes
Typing infopredefined data types such as float or dateyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialUser defined using .NET types and collectionsyesyes
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.nono infocan be achieved using .NETnono
Secondary indexesyesyesyesyesyes
SQL infoSupport of SQLnoRead-only SQL queries via the MongoDB Atlas SQL Interfacenonoyes
APIs and other access methodsAndroid
iOS
JavaScript API
RESTful HTTP API
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
.NET Client API
HTTP API
LINQ
JDBC
ODBC
Proprietary protocol
Supported programming languagesJava
JavaScript
Objective-C
Actionscript infounofficial driver
C
C#
C++
Clojure infounofficial driver
ColdFusion infounofficial driver
D infounofficial driver
Dart infounofficial driver
Delphi infounofficial driver
Erlang
Go
Groovy infounofficial driver
Haskell
Java
JavaScript
Kotlin
Lisp infounofficial driver
Lua infounofficial driver
MatLab infounofficial driver
Perl
PHP
PowerShell infounofficial driver
Prolog infounofficial driver
Python
R infounofficial driver
Ruby
Rust
Scala
Smalltalk infounofficial driver
Swift
.Net.Net
Java infowith Android only
Objective-C
React Native
Swift
.Net
C
C#
C++
Groovy
Java
PHP
Python
Server-side scripts infoStored procedureslimited functionality with using 'rules'JavaScriptyesno inforuns within the applications so server-side scripts are unnecessaryno
TriggersCallbacks are triggered when data changesyes infoin MongoDB Atlas onlyyes infoDomain Eventsyes infoChange Listenersno
Partitioning methods infoMethods for storing different data on different nodesSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.horizontal partitioning infoclient side managed; servers are not synchronizednonehorizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replicationnonenone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infoif the client is offline
Immediate Consistency infoif the client is online
Eventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynono infotypically not used, however similar functionality with DBRef possibledepending on modelnoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesMulti-document ACID Transactions with snapshot isolationACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyes infooptional, enabled by defaultyes infoWrite ahead logyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoIn-memory storage engine introduced with MongoDB version 3.2yesyes infoIn-Memory realmyes infomanaged by 'Learn by Usage'
User concepts infoAccess controlyes, based on authentication and database rulesAccess rights for users and rolesRole based authorizationyesAccess rights for users, groups and roles according to SQL-standard
More information provided by the system vendor
Firebase Realtime DatabaseMongoDBOrigoDBRealmSadas Engine
Specific characteristicsMongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesBuilt around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosAI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
Key customersADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Market metricsHundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Licensing and pricing modelsMongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» 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
3rd partiesNavicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» more

Studio 3T: The world's favorite IDE for working with MongoDB
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

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

More resources
Firebase Realtime DatabaseMongoDBOrigoDBRealmSadas Engine
DB-Engines blog posts

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

show all

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2020
4 January 2021, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2018
2 January 2019, Paul Andlinger, Matthias Gelbmann

show all

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

show all

Conferences, events and webinars

Intro to MongoDB
Webinar, 11am ET, 1 May 2024

Recent citations in the 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

MongoDB, Inc. to Host Investor Session at MongoDB.local NYC 2024
18 April 2024, StreetInsider.com

MongoDB (NASDAQ:MDB) shareholders have earned a 23% CAGR over the last five years
14 April 2024, Yahoo Finance

MongoDB (NASDAQ:MDB) Price Target Cut to $440.00 by Analysts at KeyCorp
18 April 2024, MarketBeat

'Initial Wave Of AI Software Growth' To Spur Microsoft, Salesforce, Palantir, MongoDB, Oracle, Snowflake,
15 April 2024, Benzinga

Proper SQL comes to MongoDB applications .. with the Oracle Database!
2 April 2024, Oracle

provided by Google News

MongoDB aims to unify developer experience with launch of MongoDB Cloud
9 June 2020, diginomica

Kotlin Programming Language Will Surpass Java On Android Next Year
15 October 2017, Fossbytes

Is Swift the Future of Server-side Development?
12 September 2017, Solutions Review

A Quick Look at Open Source Databases for Mobile App Development
29 April 2018, Open Source For You

provided by Google News

L'azienda italiana Advanced System colpita dal ransomware. Lo avverte l'azienda con un comunicato stampa
29 December 2022, Red Hot Cyber

provided by Google News



Share this page

Featured Products

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.

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

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Present your product here