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

DBMS > EJDB vs. MongoDB vs. mSQL vs. OrigoDB vs. Warp 10

System Properties Comparison EJDB vs. MongoDB vs. mSQL vs. OrigoDB vs. Warp 10

Editorial information provided by DB-Engines
NameEJDB  Xexclude from comparisonMongoDB  Xexclude from comparisonmSQL infoMini SQL  Xexclude from comparisonOrigoDB  Xexclude from comparisonWarp 10  Xexclude from comparison
DescriptionEmbeddable document-store database library with JSON representation of queries (in MongoDB style)One of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructuremSQL (Mini SQL) is a simple and lightweight RDBMSA fully ACID in-memory object graph databaseTimeSeries DBMS specialized on timestamped geo data based on LevelDB or HBase
Primary database modelDocument storeDocument storeRelational DBMSDocument store
Object oriented DBMS
Time Series 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
Score0.27
Rank#297  Overall
#44  Document stores
Score421.65
Rank#5  Overall
#1  Document stores
Score1.27
Rank#167  Overall
#77  Relational DBMS
Score0.00
Rank#383  Overall
#53  Document stores
#20  Object oriented DBMS
Score0.07
Rank#349  Overall
#32  Time Series DBMS
Websitegithub.com/­Softmotions/­ejdbwww.mongodb.comhughestech.com.au/­products/­msqlorigodb.comwww.warp10.io
Technical documentationgithub.com/­Softmotions/­ejdb/­blob/­master/­README.mdwww.mongodb.com/­docs/­manualorigodb.com/­docswww.warp10.io/­content/­02_Getting_started
DeveloperSoftmotionsMongoDB, IncHughes TechnologiesRobert Friberg et alSenX
Initial release2012200919942009 infounder the name LiveDB2015
Current release6.0.7, June 20234.4, October 2021
License infoCommercial or Open SourceOpen Source infoGPLv2Open Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.commercial infofree licenses can be providedOpen SourceOpen Source infoApache License 2.0
Cloud-based only infoOnly available as a cloud servicenono 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 languageCC++CC#Java
Server operating systemsserver-lessLinux
OS X
Solaris
Windows
AIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Linux
Windows
Linux
OS X
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.yesyesschema-free
Typing infopredefined data types such as float or dateyes infostring, integer, double, bool, date, object_idyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyesUser defined using .NET types and collectionsyes
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 .NETno
Secondary indexesnoyesyesyesno
SQL infoSupport of SQLnoRead-only SQL queries via the MongoDB Atlas SQL InterfaceA subset of ANSI SQL is implemented infono subqueries, aggregate functions, views, foreign keys, triggersnono
APIs and other access methodsin-process shared libraryGraphQL
HTTP REST
Prisma
proprietary protocol using JSON
JDBC
ODBC
.NET Client API
HTTP API
LINQ
HTTP API
Jupyter
WebSocket
Supported programming languagesActionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
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
C
C++
Delphi
Java
Perl
PHP
Tcl
.Net
Server-side scripts infoStored proceduresnoJavaScriptnoyesyes infoWarpScript
Triggersnoyes infoin MongoDB Atlas onlynoyes infoDomain Eventsno
Partitioning methods infoMethods for storing different data on different nodesnoneSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.nonehorizontal partitioning infoclient side managed; servers are not synchronizedSharding infobased on HBase
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
noneSource-replica replicationselectable replication factor infobased on HBase
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesnonono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
noneImmediate Consistency infobased on HBase
Foreign keys infoReferential integrityno infotypically not needed, however similar functionality with collection joins possibleno infotypically not used, however similar functionality with DBRef possiblenodepending on modelno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoMulti-document ACID Transactions with snapshot isolationnoACIDno
Concurrency infoSupport for concurrent manipulation of datayes infoRead/Write Lockingyesnoyesyes
Durability infoSupport for making data persistentyesyes infooptional, enabled by defaultyesyes infoWrite ahead logyes
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.2noyesyes
User concepts infoAccess controlnoAccess rights for users and rolesnoRole based authorizationMandatory use of cryptographic tokens, containing fine-grained authorizations
More information provided by the system vendor
EJDBMongoDBmSQL infoMini SQLOrigoDBWarp 10
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 partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more

Navicat 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

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

More resources
EJDBMongoDBmSQL infoMini SQLOrigoDBWarp 10
DB-Engines blog posts

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

Recent citations in the news

MongoDB Atlas Vector Search integration now GA with Amazon Bedrock
2 May 2024, VentureBeat

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

MongoDB aims to jumpstart AI app development with MAAP
1 May 2024, InfoWorld

Digital media partnership: MongoDB and Arc XP redefine storytelling
2 May 2024, SiliconANGLE News

Stocks With Rising Relative Strength: MongoDB
2 May 2024, Investor's Business Daily

provided by Google News

Make Your MySQL Server More Secure With These 7 Steps - MUO
1 December 2022, MakeUseOf

Writing a Web Service in Perl
9 July 2003, PCQuest

Higher Education PS rules out ghost students before PAC - Zambia
29 November 2018, diggers.news

provided by Google News

Time Series Databases Software Market - A comprehensive study by Key Players | Warp 10, Amazon Timestream ...
6 February 2020, openPR

Launched Just A Year Ago, Open-Source Scality S3 Server Gains Extraordinary Momentum As It Simplifies The Life Of ...
28 June 2017, PR Newswire UK

Time Series Databases Software market latest trends, CAGR, and forecast till 2026 | eSherpa Market Reports
13 April 2020, openPR

Time Series Intelligence Software Market Business Insights, Key Trend Analysis | Google, SAP, Azure Time Series ...
24 April 2024, Amoré

provided by Google News



Share this page

Featured Products

SingleStore logo

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

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.

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here