DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Apache Cassandra vs. FoundationDB vs. MongoDB

System Properties Comparison Apache Cassandra vs. FoundationDB vs. MongoDB

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameApache Cassandra  Xexclude from comparisonFoundationDB  Xexclude from comparisonMongoDB  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.
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessOrdered key-value store. Core features are complimented by layers.One of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructure
Primary database modelWide column storeDocument store infosupported via specific layer
Key-value store
Relational DBMS infosupported via specific SQL-layer
Document store
Secondary database modelsVector DBMS infostarting with release V5Spatial 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
Score97.94
Rank#11  Overall
#1  Wide column stores
Score0.92
Rank#196  Overall
#33  Document stores
#29  Key-value stores
#91  Relational DBMS
Score400.39
Rank#5  Overall
#1  Document stores
Websitecassandra.apache.orggithub.com/­apple/­foundationdbwww.mongodb.com
Technical documentationcassandra.apache.org/­doc/­latestapple.github.io/­foundationdbwww.mongodb.com/­docs/­manual
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookFoundationDBMongoDB, Inc
Initial release200820132009
Current release5.0-rc1, July 20246.2.28, November 20207.0.5, January 2024
License infoCommercial or Open SourceOpen Source infoApache version 2Open Source infoApache 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.
Cloud-based only infoOnly available as a cloud servicenonono infoMongoDB available as DBaaS (MongoDB Atlas)
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.
  • 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 languageJavaC++C++
Server operating systemsBSD
Linux
OS X
Windows
Linux
OS X
Windows
Linux
OS X
Solaris
Windows
Data schemeschema-freeschema-free infosome layers support schemasschema-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.
Typing infopredefined data types such as float or dateyesno infosome layers support typingyes infostring, integer, double, decimal, boolean, date, object_id, geospatial
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.no
Secondary indexesrestricted infoonly equality queries, not always the best performing solutionnoyes
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)supported in specific SQL layer onlyRead-only SQL queries via the MongoDB Atlas SQL Interface
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
.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
Server-side scripts infoStored proceduresnoin SQL-layer onlyJavaScript
Triggersyesnoyes infoin MongoDB Atlas only
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"ShardingSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possibleyesMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesnoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Linearizable consistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Foreign keys infoReferential integritynoin SQL-layer onlyno infotypically not used, however similar functionality with DBRef possible
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsACIDMulti-document ACID Transactions with snapshot isolation
Concurrency infoSupport for concurrent manipulation of datayesyesyes
Durability infoSupport for making data persistentyesyesyes infooptional, enabled by default
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infoIn-memory storage engine introduced with MongoDB version 3.2
User concepts infoAccess controlAccess rights for users can be defined per objectnoAccess rights for users and roles
More information provided by the system vendor
Apache CassandraFoundationDBMongoDB
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» more
MongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» more
Built around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» more
AI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» more
ADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Market metricsApache Cassandra is used by 40% of the Fortune 100.
» more
Hundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» more
MongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» more
News

Build Equitable and Validated Generative AI with Wikidata and DataStax Leveraging NVIDIA Technologies
3 December 2024

Securely Connecting to Astra DB with AWS
2 December 2024

AWS and DataStax: A Year of Transformative Innovation in GenAI and Real-Time Data
26 November 2024

Streamlining Data Queries with Amazon Q and Cassandra Query Language
25 November 2024

Agents Love Astra DB: Field-tested, Mission-Critical Infrastructure for Agentic AI Applications
22 November 2024

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

Cassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» 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
Apache CassandraFoundationDBMongoDB
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

Apache Cassandra survey highlights growing adoption for AI workloads
11 November 2024, Blocks and Files

New Apache Cassandra 5.0 gives open source NoSQL database a scalability and performance boost
6 September 2024, VentureBeat

Use Amazon ElastiCache as a cache for Amazon Keyspaces (for Apache Cassandra)
12 November 2024, AWS Blog

Apache Cassandra introduces version 5.0 of open-source NoSQL database
9 September 2024, Techzine Europe

Apache Software Foundation Announces Apache Cassandra® 5.0,
7 October 2024, GlobeNewswire

provided by Google News

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

Apple Acquires Durable Database Company FoundationDB
24 March 2015, TechCrunch

Apple Acquires FoundationDB
24 March 2015, blogs.wsj.com

A Cautionary Open Source Tale, Apple Buys And Shutters FoundationDB
25 March 2015, Forbes

IBM Cloudant pulls plan to fund new foundational layer for CouchDB
15 March 2022, The Register

provided by Google News

The future of AI's data infrastructure: Unlocking the power of GenAI with MongoDB and Capgemini
7 December 2024, TechCrunch

MongoDB Announces Expansion of the MongoDB AI Applications Program
2 December 2024, PR Newswire

MongoDB price target raised to $380 from $305 at Baird
5 December 2024, Yahoo Finance

Insights Ahead: MongoDB's Quarterly Earnings
6 December 2024, Benzinga

Getting Started with MongoDB: Installation and Setup Guide
4 December 2024, KDnuggets

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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

RaimaDB logo

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

Present your product here