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

DBMS > Bangdb vs. LokiJS vs. MongoDB vs. OpenQM vs. PlanetScale

System Properties Comparison Bangdb vs. LokiJS vs. MongoDB vs. OpenQM vs. PlanetScale

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisonLokiJS  Xexclude from comparisonMongoDB  Xexclude from comparisonOpenQM infoalso called QM  Xexclude from comparisonPlanetScale  Xexclude from comparison
DescriptionConverged and high performance database for device data, events, time series, document and graphIn-memory JavaScript DBMSOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureQpenQM is a high-performance, self-tuning, multi-value DBMSScalable, distributed, serverless MySQL database platform built on top of Vitess
Primary database modelDocument store
Graph DBMS
Time Series DBMS
Document storeDocument storeMultivalue DBMSRelational DBMS
Secondary database modelsSpatial DBMSSpatial 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
Document store
Spatial DBMS
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
Score0.49
Rank#260  Overall
#42  Document stores
Score421.08
Rank#5  Overall
#1  Document stores
Score0.34
Rank#284  Overall
#10  Multivalue DBMS
Score1.49
Rank#155  Overall
#72  Relational DBMS
Websitebangdb.comgithub.com/­techfort/­LokiJSwww.mongodb.comwww.rocketsoftware.com/­products/­rocket-multivalue-application-development-platform/­rocket-open-qmplanetscale.com
Technical documentationdocs.bangdb.comtechfort.github.io/­LokiJSwww.mongodb.com/­docs/­manualplanetscale.com/­docs
DeveloperSachin Sinha, BangDBMongoDB, IncRocket Software, originally Martin PhillipsPlanetScale
Initial release20122014200919932020
Current releaseBangDB 2.0, October 20216.0.7, June 20233.4-12
License infoCommercial or Open SourceOpen Source infoBSD 3Open SourceOpen Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.Open Source infoGPLv2, extended commercial license availablecommercial
Cloud-based only infoOnly available as a cloud servicenonono infoMongoDB available as DBaaS (MongoDB Atlas)noyes
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, C++JavaScriptC++Go
Server operating systemsLinuxserver-less, requires a JavaScript environment (browser, Node.js)Linux
OS X
Solaris
Windows
AIX
FreeBSD
Linux
macOS
Raspberry Pi
Solaris
Windows
Docker
Linux
macOS
Data schemeschema-freeschema-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 infowith some exceptionsyes
Typing infopredefined data types such as float or dateyes: string, long, double, int, geospatial, stream, eventsnoyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyes
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.nonoyes
Secondary indexesyes infosecondary, composite, nested, reverse, geospatialyes infovia viewsyesyesyes
SQL infoSupport of SQLSQL like support with command line toolnoRead-only SQL queries via the MongoDB Atlas SQL Interfacenoyes infowith proprietary extensions
APIs and other access methodsProprietary protocol
RESTful HTTP API
JavaScript APIGraphQL
HTTP REST
Prisma
proprietary protocol using JSON
ADO.NET
JDBC
MySQL protocol
ODBC
Supported programming languagesC
C#
C++
Java
Python
JavaScriptActionscript 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
Basic
C
Java
Objective C
PHP
Python
Ada
C
C#
C++
D
Delphi
Eiffel
Erlang
Haskell
Java
JavaScript (Node.js)
Objective-C
OCaml
Perl
PHP
Python
Ruby
Scheme
Tcl
Server-side scripts infoStored proceduresnoView functions in JavaScriptJavaScriptyesyes infoproprietary syntax
Triggersyes, Notifications (with Streaming only)yesyes infoin MongoDB Atlas onlyyesyes
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmnoneSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.yesSharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)noneMulti-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 methodsnoyesyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglynoneEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate ConsistencyEventual Consistency across shards
Immediate Consistency within a shard
Foreign keys infoReferential integritynonono infotypically not used, however similar functionality with DBRef possiblenoyes infonot for MyISAM storage engine
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDno infoatomic operations within a single collection possibleMulti-document ACID Transactions with snapshot isolationACIDACID at shard level
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyesyesyes infotable locks or row locks depending on storage engine
Durability infoSupport for making data persistentyes, implements WAL (Write ahead log) as wellyes infoSerialization of a DB in a Node.JS/Cordova/PhoneGap environment. Usage of the IndexedDB-API in a browser.yes infooptional, enabled by defaultyesyes
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 infoIn-memory storage engine introduced with MongoDB version 3.2yes
User concepts infoAccess controlyes (enterprise version only)noAccess rights for users and rolesAccess rights can be defined down to the item levelUsers with fine-grained authorization concept infono user groups or roles
More information provided by the system vendor
BangdbLokiJSMongoDBOpenQM infoalso called QMPlanetScale
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
BangdbLokiJSMongoDBOpenQM infoalso called QMPlanetScale
DB-Engines blog posts

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

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

Recent citations in the news

LokiJS - A JavaScript Database
18 November 2014, iProgrammer

provided by Google News

MongoDB shares sink 23% after management trims guidance
30 May 2024, CNBC

Why MongoDB Stock Plunged Today
31 May 2024, The Motley Fool

MongoDB stock sinks after lowering full-year guidance
31 May 2024, Yahoo Finance

MongoDB stock dives 25% on skinny revenue beat, underwhelming guidance By Investing.com
30 May 2024, Investing.com

MongoDB Stock Plunges On Weak Guidance—Watch This Key Chart Level
31 May 2024, Investopedia

provided by Google News

PlanetScale ends free tier bid, sheds staff in profitability bid
11 March 2024, The Register

PlanetScale forks MySQL to add vector support
3 October 2023, TechCrunch

PlanetScale Named to Fortune 2023 Best Small Workplaces
31 August 2023, Business Wire

PlanetScale Ranked Number 188 Fastest-Growing Company in North America on the 2023 Deloitte Technology Fast ...
8 November 2023, FinTech Futures

PlanetScale forks MySQL to add vector support
3 October 2023, Yahoo Movies Canada

provided by Google News



Share this page

Featured Products

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

Neo4j logo

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

Present your product here