DB-EnginesExtremeDB: benchmark about the mission critical dbmsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Cassandra vs. MongoDB vs. Neo4j

System Properties Comparison Cassandra vs. MongoDB vs. Neo4j

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameCassandra  Xexclude from comparisonMongoDB  Xexclude from comparisonNeo4j  Xexclude from comparison
DescriptionWide-column store based on ideas of BigTable and DynamoDB infoOptimized for write accessOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureScalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offerings
Primary database modelWide column storeDocument storeGraph DBMS
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
Score112.20
Rank#12  Overall
#1  Wide column stores
Score419.15
Rank#5  Overall
#1  Document stores
Score49.99
Rank#22  Overall
#1  Graph DBMS
Websitecassandra.apache.orgwww.mongodb.comneo4j.com
Technical documentationcassandra.apache.org/­doc/­latestwww.mongodb.com/­docs/­manualneo4j.com/­docs
DeveloperApache Software Foundation infoApache top level project, originally developped by FacebookMongoDB, IncNeo4j, Inc.
Initial release200820092007
Current release4.1.3, July 20236.0.7, June 20235.14, November 2023
License infoCommercial or Open SourceOpen Source infoApache version 2Open 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 version3, commercial licenses available
Cloud-based only infoOnly available as a cloud servicenono 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.
Astra DB: Multi-cloud DBaaS built on Apache Cassandra.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.Neo4j Aura: Neo4j’s fully managed cloud service: The zero-admin, always-on graph database for cloud developers.
Implementation languageJavaC++Java, Scala
Server operating systemsBSD
Linux
OS X
Windows
Linux
OS X
Solaris
Windows
Linux infoCan also be used server-less as embedded Java database.
OS X
Solaris
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.schema-free and schema-optional
Typing infopredefined data types such as float or dateyesyes 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.no
Secondary indexesrestricted infoonly equality queries, not always the best performing solutionyesyes infopluggable indexing subsystem, by default Apache Lucene
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)Read-only SQL queries via the MongoDB Atlas SQL Interfaceno
APIs and other access methodsProprietary protocol infoCQL (Cassandra Query Language, an SQL-like language)
Thrift
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
Bolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
Supported programming languagesC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
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
.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
Server-side scripts infoStored proceduresnoJavaScriptyes infoUser defined Procedures and Functions
Triggersyesyes infoin MongoDB Atlas onlyyes infovia event handler
Partitioning methods infoMethods for storing different data on different nodesSharding infono "single point of failure"Sharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.yes using Neo4j Fabric
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor infoRepresentation of geographical distribution of servers is possibleMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Causal Clustering using Raft protocol infoavailable in in Enterprise Version only
MapReduce infoOffers an API for user-defined Map/Reduce methodsyesyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be individually decided for each write operation
Eventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Causal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Foreign keys infoReferential integritynono infotypically not used, however similar functionality with DBRef possibleyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datano infoAtomicity and isolation are supported for single operationsMulti-document ACID Transactions with snapshot isolationACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes
Durability infoSupport for making data persistentyesyes infooptional, enabled by defaultyes
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 objectAccess rights for users and rolesUsers, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)
More information provided by the system vendor
CassandraMongoDBNeo4j
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
Neo4j delivers graph technology that has been battle tested for performance and scale...
» 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
Neo4j is the market leader, graph database category creator, and the most widely...
» 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
Real-Time Recommendations Master Data Management Identity and Access Management Network...
» 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
Over 800 commercial customers and over 4300 startups use Neo4j. Flagship customers...
» more
Market metricsCassandra is used by 40% of the Fortune 100.
» more
Hundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Neo4j boasts the world's largest graph database ecosystem with more than 140 million...
» 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
GPL v3 license that can be used all the places where you might use MySQL. Neo4j Commercial...
» more
News

Getting Started with DataStax Astra DB and Amazon Bedrock
29 November 2023

Why You Can't Miss Cassandra Summit
28 November 2023

Restworld: Revolutionizing Hospitality Recruitment with Astra DB and Vector Search
27 November 2023

Mitigate the OpenAI Debacle with Open Source and Cloud
21 November 2023

Supercharge AI Assistants with Superagent and DataStax
21 November 2023

This Week in Neo4j: RAG, Dashboards, QGIS Plugins, Needle and more
2 December 2023

Top 10 Sessions From NODES 2023
28 November 2023

This Week in Neo4j: Py2Neo, Time Series, Data Clusters, Graph Database Internals and more
25 November 2023

AWS and Neo4j Join Forces to Solve LLM Hallucinations and Evolve GenAI
21 November 2023

This Week in Neo4j: RAG, Constraints, NODES 2023 Recap, CI/CD Pipeline Security and more
18 November 2023

Related products and services
3rd partiesCassandra 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
CData: 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
CassandraMongoDBNeo4j
DB-Engines blog posts

Cassandra keeps climbing the ranks of the DB-Engines Ranking
3 May 2016, Matthias Gelbmann

Oracle is the DBMS of the Year
5 January 2016, Paul Andlinger, Matthias Gelbmann

Winners, losers and an attractive newcomer in Novembers DB-Engines ranking
2 November 2015, Paul Andlinger

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

Applying Graph Analytics to Game of Thrones
12 June 2019, Amy Hodler & Mark Needham, Neo4j (guest author)

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

The openCypher Project: Help Shape the SQL for Graphs
22 December 2015, Emil Eifrem (guest author)

show all

Conferences, events and webinars

Cassandra Summit 2023
San Jose, California, USA, 12-13 December 2023

Recent citations in the news

Why a vector database is critical for your Generative AI strategy and ...
8 November 2023, ETCIO

NoSQL Market to Reach $86.3 Billion by 2032 at 28.1% CAGR ...
14 November 2023, Yahoo Finance

NoSQL Database Market Update – Emerging Segments to Drive ...
29 November 2023, Industry Today

10 Best Graph Databases to Consider for 2023
25 November 2023, Analytics Insight

Vector Search Is Coming to Apache Cassandra
12 May 2023, The New Stack

provided by Google News

MongoDB Announces Integration of MongoDB Atlas Vector Search ...
29 November 2023, PR Newswire

MongoDB looks to enable developers to do more sophisticated ...
29 November 2023, SiliconANGLE News

MongoDB Announces Atlas Vector Search Enhancement with ...
29 November 2023, Datanami

MongoDB (MDB) to Report Q3 Earnings: What's in the Offing?
1 December 2023, Yahoo Finance

Informatica and MongoDB Expand Global Partnership to Enable ...
29 November 2023, Yahoo Finance

provided by Google News

Neo4j Signs Strategic Collaboration Agreement with AWS to ...
21 November 2023, PR Newswire

Neo4j and AWS team up to enhance generative AI applications with ...
21 November 2023, SiliconANGLE News

Neo4j announces partnership with AWS to reduce AI hallucinations
21 November 2023, SDTimes.com

Every enterprise is thinking about GenAI: Laxman Singh, Neo4j
24 November 2023, ETCIO

Pharma boffins sharpen hunt for target molecules using graph DB
8 November 2023, The Register

provided by Google News

Job opportunities

Lead Database Engineer
Mastercard, O'Fallon, MO

DATABASE ADMINISTRATOR
Frost Bank, San Antonio, TX

Senior Cassandra Database Engineer
Wells Fargo, Westlake, TX

Database Engineer
Garmin International, Inc., Olathe, KS

Senior Cassandra Database Engineer
Wells Fargo, Minneapolis, MN

MongoDB with Azure Engineer
Ampstek LLC, Remote

MongoDB Data Engineer
Digital Plus Solutions, Remote

Remote Junior Backend Developer
We Inform LLC, Remote

Senior Vertica DBA
AgileEngine, Remote

MONGODB DEVELOPER/ADMIN
Averon Solutions, Edison, NJ

Account Executive - Federal Civilian Market
Neo4j, Washington, DC

Machine Learning Developer
Bullfrog Ai Management Llc, Remote

Backend Engineer (All Levels)
Current, New York, NY

Data Scientist (-)
DCI Solutions, Bethesda, MD

Sales Development Representative (Remote)
Neo4j, Chicago, IL

jobs by Indeed



Share this page

Featured Products

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Redis logo

The world’s most loved real‑time data platform.
Try free

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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

Neo4j logo

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

Present your product here