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

DBMS > BoltDB vs. Dragonfly vs. EJDB vs. MongoDB vs. TerminusDB

System Properties Comparison BoltDB vs. Dragonfly vs. EJDB vs. MongoDB vs. TerminusDB

Editorial information provided by DB-Engines
NameBoltDB  Xexclude from comparisonDragonfly  Xexclude from comparisonEJDB  Xexclude from comparisonMongoDB  Xexclude from comparisonTerminusDB infoformer name was DataChemist  Xexclude from comparison
DescriptionAn embedded key-value store for Go.A drop-in Redis replacement that scales vertically to support millions of operations per second and terabyte sized workloads, all on a single instanceEmbeddable 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 infrastructureScalable Graph Database platform making enterprise data available by exploiting inferred entities and relationships
Primary database modelKey-value storeKey-value storeDocument storeDocument storeGraph 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
Document store
RDF store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.74
Rank#220  Overall
#31  Key-value stores
Score0.41
Rank#266  Overall
#38  Key-value stores
Score0.27
Rank#297  Overall
#44  Document stores
Score421.65
Rank#5  Overall
#1  Document stores
Score0.17
Rank#325  Overall
#29  Graph DBMS
Websitegithub.com/­boltdb/­boltgithub.com/­dragonflydb/­dragonfly
www.dragonflydb.io
github.com/­Softmotions/­ejdbwww.mongodb.comterminusdb.com
Technical documentationwww.dragonflydb.io/­docsgithub.com/­Softmotions/­ejdb/­blob/­master/­README.mdwww.mongodb.com/­docs/­manualterminusdb.github.io/­terminusdb/­#
DeveloperDragonflyDB team and community contributorsSoftmotionsMongoDB, IncDataChemist Ltd.
Initial release20132023201220092018
Current release1.0, March 20236.0.7, June 202311.0.0, January 2023
License infoCommercial or Open SourceOpen Source infoMIT LicenseOpen Source infoBSL 1.1Open 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.Open Source infoGPL V3
Cloud-based only infoOnly available as a cloud servicenononono infoMongoDB available as DBaaS (MongoDB Atlas)no
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 languageGoC++CC++Prolog, Rust
Server operating systemsBSD
Linux
OS X
Solaris
Windows
Linuxserver-lessLinux
OS X
Solaris
Windows
Linux
Data schemeschema-freescheme-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
Typing infopredefined data types such as float or datenostrings, hashes, lists, sets, sorted sets, bit arraysyes infostring, integer, double, bool, date, object_idyes 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.nonono
Secondary indexesnononoyes
SQL infoSupport of SQLnononoRead-only SQL queries via the MongoDB Atlas SQL InterfaceSQL-like query language (WOQL)
APIs and other access methodsProprietary protocol infoRESP - REdis Serialization Protocolin-process shared libraryGraphQL
HTTP REST
Prisma
proprietary protocol using JSON
OWL
RESTful HTTP API
WOQL (Web Object Query Language)
Supported programming languagesGoC
C#
C++
Clojure
D
Dart
Elixir
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Lisp
Lua
Objective-C
Perl
PHP
Python
R
Ruby
Rust
Scala
Swift
Tcl
Actionscript
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
JavaScript
Python
Server-side scripts infoStored proceduresnoLuanoJavaScriptyes
Triggersnopublish/subscribe channels provide some trigger functionalitynoyes infoin MongoDB Atlas onlyyes
Partitioning methods infoMethods for storing different data on different nodesnonenoneSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.Graph Partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesnoneSource-replica replicationnoneMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Journaling Streams
MapReduce infoOffers an API for user-defined Map/Reduce methodsnononoyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneEventual ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Foreign keys infoReferential integritynonono infotypically not needed, however similar functionality with collection joins possibleno infotypically not used, however similar functionality with DBRef possibleyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesAtomic execution of command blocks and scriptsnoMulti-document ACID Transactions with snapshot isolationACID
Concurrency infoSupport for concurrent manipulation of datayesyes, strict serializability by the serveryes infoRead/Write Lockingyesyes
Durability infoSupport for making data persistentyesyesyesyes infooptional, enabled by defaultyes infoin-memory journaling
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes infoIn-memory storage engine introduced with MongoDB version 3.2
User concepts infoAccess controlnoPassword-based authenticationnoAccess rights for users and rolesRole-based access control
More information provided by the system vendor
BoltDBDragonflyEJDBMongoDBTerminusDB infoformer name was DataChemist
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 partiesStudio 3T: The world's favorite IDE for working with MongoDB
» more

Navicat 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

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

More resources
BoltDBDragonflyEJDBMongoDBTerminusDB infoformer name was DataChemist
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

What I learnt from building 3 high traffic web applications on an embedded key value store.
21 February 2018, hackernoon.com

4 Instructive Postmortems on Data Downtime and Loss
1 March 2024, The Hacker News

Roblox’s cloud-native catastrophe: A post mortem
31 January 2022, InfoWorld

How to Put a GUI on Ansible, Using Semaphore
22 April 2023, The New Stack

Grafana Loki: Architecture Summary and Running in Kubernetes
14 March 2023, hackernoon.com

provided by Google News

DragonflyDB Announces $21m in New Funding and General Availability
21 March 2023, Business Wire

DragonflyDB reels in $21M for its speedy in-memory database
21 March 2023, SiliconANGLE News

DragonflyDB Raises $21M in Funding
21 March 2023, FinSMEs

Dragonfly 1.0 Released For What Claims To Be The World's Fastest In-Memory Data Store
20 March 2023, Phoronix

Intel Linux Kernel Optimizations Show Huge Benefit For High Core Count Servers
29 March 2023, Phoronix

provided by Google News

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

Choosing the Best MongoDB Reporting Tool for Your Team
11 May 2024, Medium

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

MongoDB, Inc. Announces Date of First Quarter Fiscal 2025 Earnings Call
10 May 2024, StreetInsider.com

New York Life Investment Management LLC Grows Stock Holdings in MongoDB, Inc. (NASDAQ:MDB)
10 May 2024, Defense World

provided by Google News

How TerminusDB is commercializing its open source graph database
16 March 2021, VentureBeat

TerminusDB Takes on Data Collaboration with a git-Like Approach
1 December 2020, The New Stack

Dublin-based data collaboration tool TerminusDB raises €3.6 million in seed round
15 March 2021, Tech.eu

[MCR2030-CAMS-ARISE-UNDRR Webinar] Preventing cascading failures of critical assets: Using the Open-Source ...
12 April 2022, United Nations Office for Disaster Risk Reduction

Trinity College spinout TerminusDB secures €3.6m in investment
15 March 2021, The Irish Times

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

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

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