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

DBMS > EsgynDB vs. FoundationDB vs. GeoMesa vs. MongoDB vs. Splunk

System Properties Comparison EsgynDB vs. FoundationDB vs. GeoMesa vs. MongoDB vs. Splunk

Editorial information provided by DB-Engines
NameEsgynDB  Xexclude from comparisonFoundationDB  Xexclude from comparisonGeoMesa  Xexclude from comparisonMongoDB  Xexclude from comparisonSplunk  Xexclude from comparison
Created as commercial project in 2013, FoundationDB has been acquired by Apple in March 2015 and was withdrawn from the market. As a consequence, the product was removed from the DB-Engines ranking. In April 2018, Apple open-sourced FoundationDB and it therefore reappears in the ranking.
DescriptionEnterprise-class SQL-on-Hadoop solution, powered by Apache TrafodionOrdered key-value store. Core features are complimented by layers.GeoMesa is a distributed spatio-temporal DBMS based on various systems as storage layer.One of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureAnalytics Platform for Big Data
Primary database modelRelational DBMSDocument store infosupported via specific layer
Key-value store
Relational DBMS infosupported via specific SQL-layer
Spatial DBMSDocument storeSearch engine
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.25
Rank#312  Overall
#138  Relational DBMS
Score1.06
Rank#185  Overall
#31  Document stores
#28  Key-value stores
#85  Relational DBMS
Score0.86
Rank#205  Overall
#4  Spatial DBMS
Score421.08
Rank#5  Overall
#1  Document stores
Score89.10
Rank#14  Overall
#2  Search engines
Websitewww.esgyn.cngithub.com/­apple/­foundationdbwww.geomesa.orgwww.mongodb.comwww.splunk.com
Technical documentationapple.github.io/­foundationdbwww.geomesa.org/­documentation/­stable/­user/­index.htmlwww.mongodb.com/­docs/­manualdocs.splunk.com/­Documentation/­Splunk
DeveloperEsgynFoundationDBCCRi and othersMongoDB, IncSplunk Inc.
Initial release20152013201420092003
Current release6.2.28, November 20205.0.0, May 20246.0.7, June 2023
License infoCommercial or Open SourcecommercialOpen Source infoApache 2.0Open Source infoApache License 2.0Open Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.commercial infoLimited free edition and free developer edition available
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 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.
  • 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++, JavaC++ScalaC++
Server operating systemsLinuxLinux
OS X
Windows
Linux
OS X
Solaris
Windows
Linux
OS X
Solaris
Windows
Data schemeyesschema-free infosome layers support schemasyesschema-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 dateyesno infosome layers support typingyesyes 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 indexesyesnoyesyesyes
SQL infoSupport of SQLyessupported in specific SQL layer onlynoRead-only SQL queries via the MongoDB Atlas SQL Interfaceno infoSplunk Search Processing Language for search commands
APIs and other access methodsADO.NET
JDBC
ODBC
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
HTTP REST
Supported programming languagesAll languages supporting JDBC/ODBC/ADO.Net.Net
C
C++
Go
Java
JavaScript infoNode.js
PHP
Python
Ruby
Swift
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#
Java
JavaScript
PHP
Python
Ruby
Server-side scripts infoStored proceduresJava Stored Proceduresin SQL-layer onlynoJavaScriptyes
Triggersnononoyes infoin MongoDB Atlas onlyyes
Partitioning methods infoMethods for storing different data on different nodesShardingShardingdepending on storage layerSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.Sharding
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication between multi datacentersyesdepending on storage layerMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Multi-source replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnoyesyesyes
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyLinearizable consistencydepending on storage layerEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Eventual Consistency
Foreign keys infoReferential integrityyesin SQL-layer onlynono infotypically not used, however similar functionality with DBRef possibleno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDnoMulti-document ACID Transactions with snapshot isolationno infoA 'Transaction' in Splunk has a different meaning: grouping related events into a single one for later searching
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infooptional, enabled by defaultyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nodepending on storage layeryes infoIn-memory storage engine introduced with MongoDB version 3.2no
User concepts infoAccess controlfine grained access rights according to SQL-standardnoyes infodepending on the DBMS used for storageAccess rights for users and rolesAccess rights for users and roles
More information provided by the system vendor
EsgynDBFoundationDBGeoMesaMongoDBSplunk
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

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

More resources
EsgynDBFoundationDBGeoMesaMongoDBSplunk
DB-Engines blog posts

Spatial database management systems
6 April 2021, 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

Enterprise Search Engines almost double their popularity in the last 12 months
2 July 2014, Paul Andlinger

show all

Recent citations in the news

FoundationDB Raises $17 Million Series A Financing
31 May 2024, Yahoo Movies UK

FoundationDB team's new venture, Antithesis, raises $47M to enhance software testing
13 February 2024, SiliconANGLE News

Stonebraker Seeks to Invert the Computing Paradigm with DBOS
12 March 2024, Datanami

Antithesis raises $47M to launch an automated testing platform for software
13 February 2024, TechCrunch

Antithesis Launches Out Of Stealth To Revolutionize Software Reliability
13 February 2024, Longview News-Journal

provided by Google News

Analysts retool MongoDB stock price target after earnings
2 June 2024, TheStreet

Why MongoDB Stock Plunged Today
31 May 2024, Yahoo Finance

MongoDB loses nearly a quarter of its value after adjusting revenue forecasts
31 May 2024, The Register

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

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

provided by Google News



Share this page

Featured Products

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.

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

Present your product here