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

DBMS > Firebase Realtime Database vs. MongoDB vs. Snowflake vs. Splice Machine vs. SurrealDB

System Properties Comparison Firebase Realtime Database vs. MongoDB vs. Snowflake vs. Splice Machine vs. SurrealDB

Editorial information provided by DB-Engines
NameFirebase Realtime Database  Xexclude from comparisonMongoDB  Xexclude from comparisonSnowflake  Xexclude from comparisonSplice Machine  Xexclude from comparisonSurrealDB  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 infrastructureCloud-based data warehousing service for structured and semi-structured dataOpen-Source SQL RDBMS for Operational and Analytical use cases with native Machine Learning, powered by Hadoop and SparkA fully ACID transactional, developer-friendly, multi-model DBMS
Primary database modelDocument storeDocument storeRelational DBMSRelational DBMSDocument store
Graph 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
Score14.29
Rank#39  Overall
#6  Document stores
Score421.65
Rank#5  Overall
#1  Document stores
Score121.33
Rank#9  Overall
#6  Relational DBMS
Score0.54
Rank#250  Overall
#114  Relational DBMS
Score0.86
Rank#203  Overall
#34  Document stores
#18  Graph DBMS
Websitefirebase.google.com/­products/­realtime-databasewww.mongodb.comwww.snowflake.comsplicemachine.comsurrealdb.com
Technical documentationfirebase.google.com/­docs/­databasewww.mongodb.com/­docs/­manualdocs.snowflake.net/­manuals/­index.htmlsplicemachine.com/­how-it-workssurrealdb.com/­docs
DeveloperGoogle infoacquired by Google 2014MongoDB, IncSnowflake Computing Inc.Splice MachineSurrealDB Ltd
Initial release20122009201420142022
Current release6.0.7, June 20233.1, March 2021v1.5.0, May 2024
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.commercialOpen Source infoAGPL 3.0, commercial license availableOpen Source
Cloud-based only infoOnly available as a cloud serviceyesno infoMongoDB available as DBaaS (MongoDB Atlas)yesnono
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.
  • MongoDB Flex @ STACKIT offers managed MongoDB Instances with adjustable CPU, RAM, storage amount and speed, in enterprise grade to perfectly match all application requirements. All services are 100% GDPR-compliant.
Implementation languageC++JavaRust
Server operating systemshostedLinux
OS X
Solaris
Windows
hostedLinux
OS X
Solaris
Windows
Linux
macOS
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.yes infosupport of semi-structured data formats (JSON, XML, Avro)yesschema-free
Typing infopredefined data types such as float or dateyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyesyesyes
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.noyes
Secondary indexesyesyesyes
SQL infoSupport of SQLnoRead-only SQL queries via the MongoDB Atlas SQL InterfaceyesyesSQL-like query language
APIs and other access methodsAndroid
iOS
JavaScript API
RESTful HTTP API
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
CLI Client
JDBC
ODBC
JDBC
Native Spark Datasource
ODBC
GraphQL
RESTful HTTP API
WebSocket
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
JavaScript (Node.js)
Python
C#
C++
Java
JavaScript (Node.js)
Python
R
Scala
Deno
Go
JavaScript (Node.js)
Rust
Server-side scripts infoStored procedureslimited functionality with using 'rules'JavaScriptuser defined functionsyes infoJava
TriggersCallbacks are triggered when data changesyes infoin MongoDB Atlas onlyno infosimilar concept for controling cloud resourcesyes
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.yesShared Nothhing Auto-Sharding, Columnar Partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
yesMulti-source replication
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnoYes, via Full Spark Integrationno
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 possibleyesyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesMulti-document ACID Transactions with snapshot isolationACIDACIDACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes, multi-version concurrency control (MVCC)yes
Durability infoSupport for making data persistentyesyes infooptional, enabled by defaultyesyesyes
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.2noyes
User concepts infoAccess controlyes, based on authentication and database rulesAccess rights for users and rolesUsers with fine-grained authorization concept, user roles and pluggable authenticationAccess rights for users, groups and roles according to SQL-standardyes, based on authentication and database rules
More information provided by the system vendor
Firebase Realtime DatabaseMongoDBSnowflakeSplice MachineSurrealDB
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

CData: Connect to Big Data & NoSQL through standard Drivers.
» 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 DatabaseMongoDBSnowflakeSplice MachineSurrealDB
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

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

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

show all

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 launches Firebase Genkit, a new open source framework for building AI-powered apps
14 May 2024, TechCrunch

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

provided by Google News

Principal Securities Inc. Takes Position in MongoDB, Inc. (NASDAQ:MDB)
21 May 2024, Defense World

Build RAG applications with MongoDB Atlas, now available in Knowledge Bases for Amazon Bedrock | Amazon Web ...
2 May 2024, AWS Blog

A Closer Look at 27 Analyst Recommendations For MongoDB
17 May 2024, Markets Insider

MongoDB CEO Dev Ittycheria talks AI hype and the database evolution as he crosses 10-year mark
28 April 2024, TechCrunch

MongoDB CEO Ittycheria: AI Has Reached 'A Crucible Moment' In Its Development.
9 May 2024, CRN

provided by Google News

Mendix & Snowflake: Unleashing the Power of Enterprise Data
21 May 2024, Technology Magazine

Mendix and Snowflake to drive low-code data value for enterprises
21 May 2024, ERP Today

Snowflake Ventures invests in Metaplane to ensure trust in data across the Data Cloud
15 May 2024, PR Newswire

Data's New Sheriff: Snowflake's Quest to Bring Order to the AI Frontier
20 May 2024, CDOTrends

Snowflake invests in Metaplane to solve data quality issues plaguing AI development
16 May 2024, VentureBeat

provided by Google News

Machine learning data pipeline outfit Splice Machine files for insolvency
26 August 2021, The Register

Splice Machine Launches the Splice Machine Feature Store to Simplify Feature Engineering and Democratize Machine ...
19 January 2021, PR Newswire

Splice Machine Launches Feature Store to Simplify Feature Engineering
19 January 2021, Datanami

How Splice Machine's Data Platform for Intelligent Apps Works
29 September 2020, eWeek

Distributed SQL System Review: Snowflake vs Splice Machine
18 September 2019, Towards Data Science

provided by Google News

SD Times Open-Source Project of the Week: SurrealDB
10 May 2024, SDTimes.com

Meet Tobie Morgan Hitchcock, CEO & Co-Founder Of SurrealDB
25 April 2024, TechRound

Cloud, privacy and AI: Trends defining the future of data and databases
27 September 2023, Sifted

SurrealDB raises $6M for its database-as-a-service offering
4 January 2023, TechCrunch

Introducing SurrealDB: A Quantum Leap in Database Technology
11 September 2023, TechRound

provided by Google News



Share this page

Featured Products

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Present your product here