DB-EnginesExtremeDB: the mission critical dbmsEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Cassandra vs. MongoDB vs. OpenSearch

Vergleich der Systemeigenschaften Cassandra vs. MongoDB vs. OpenSearch

Bitte wählen Sie ein weiteres System aus, um es in den Vergleich aufzunehmen.

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCassandra  Xaus Vergleich ausschliessenMongoDB  Xaus Vergleich ausschliessenOpenSearch  Xaus Vergleich ausschliessen
KurzbeschreibungWide-Column Store basierend auf Ideen von BigTable und DynamoDB infoOptimiert für schreibende ZugriffeEiner der meistverwendeten Document StoresA distributed, RESTful search and analytics engine forked from Elasticsearch and based on Apache Lucene
Primäres DatenbankmodellWide Column StoreDocument StoreSuchmaschine
Sekundäre DatenbankmodelleSpatial DBMS
Suchmaschine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
Vektor DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte108,55
Rang#12  Overall
#1  Wide Column Stores
Punkte425,36
Rang#5  Overall
#1  Document Stores
Punkte12,17
Rang#46  Overall
#4  Suchmaschinen
Websitecassandra.apache.orgwww.mongodb.comgithub.com/­opensearch-project
opensearch.org
Technische Dokumentationcassandra.apache.org/­doc/­latestdocs.mongodb.com/­manualopensearch.org/­docs/­latest
EntwicklerApache Software Foundation infoApache Top Level Projekt, ursprünglich von Facebook entwickeltMongoDB, IncAmazon Web Services
Erscheinungsjahr200820092021
Aktuelle Version4.1.2, Mai 20236.0.5, Maerz 20232.5.0, Jänner 2023
Lizenz 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 infoApache Version 2.0
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinnein infoMongoDB available as DBaaS (MongoDB Atlas)nein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • Astra DB: Multi-cloud DBaaS built on Apache Cassandra.
  • Aiven for Apache Cassandra: Fully managed, open source NoSQL database specifically designed to be highly available, performant, and scalable.
  • 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.
  • ScaleGrid for MongoDB Database: Fully managed hosting for MongoDB Database on a wide variety of cloud providers and On-Premises. Automate your management, scaling and backups through one centralized platform.
Aiven for OpenSearch: Fully managed open source search and analytics suite including search engine, NoSQL document database, and visualization interface.
ImplementierungsspracheJavaC++Java
Server BetriebssystemeBSD
Linux
OS X
Windows
Linux
OS X
Solaris
Windows
Alle Betriebssysteme mit einer Java VM
Datenschemaschemafreischemafrei infoObwohl schemafrei haben Dokumente einer Collection dennoch häufig die selbe Strukturschemafrei infoFlexible Typdefinitionen, die - sobald definiert - persistent bleiben.
Typisierung infovordefinierte Datentypen, z.B. float oder datejaja infostring, integer, double, decimal, boolean, date, object_id, geospatialja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTnein
Sekundärindizeseingeschränkt infoNur Gleichheitsabfragen, nicht immer die performanteste Lösungjaja infoAlle Suchfelder werden automatisch indiziert
SQL infoSupport of SQLSQL-like SELECT, DML and DDL statements (CQL)Read-only SQL queries via the MongoDB Atlas SQL InterfaceSQL-like query language
APIs und andere ZugriffskonzepteProprietäres Protokoll infoCQL (Cassandra Query Language, eine SQL-ähnliche Abfragesprache)
Thrift
GraphQL
HTTP REST
Prisma
Proprietäres Protokoll basierend auf JSON
Java API
RESTful HTTP/JSON API
Unterstützte ProgrammiersprachenC#
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript infoNode.js
Perl
PHP
Python
Ruby
Scala
Actionscript infoinoffizielle Driver
C
C#
C++
Clojure infoinoffizielle Driver
ColdFusion infoinoffizielle Driver
D infoinoffizielle Driver
Dart infoinoffizielle Driver
Delphi infoinoffizielle Driver
Erlang
Go
Groovy infoinoffizielle Driver
Haskell
Java
JavaScript
Kotlin
Lisp infoinoffizielle Driver
Lua infoinoffizielle Driver
MatLab infoinoffizielle Driver
Perl
PHP
PowerShell infoinoffizielle Driver
Prolog infoinoffizielle Driver
Python
R infoinoffizielle Driver
Ruby
Rust
Scala
Smalltalk infoinoffizielle Driver
Swift
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby infoElasticsearch client
Server-seitige Scripts infoStored ProceduresneinJavaScriptja
Triggersjaja infoin MongoDB Atlas onlyja infoMittels Verwendung des 'Percolation' features
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infokein "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.Sharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren Knotenfrei wählbarer Replikationsfaktor infoAbbildung von geographischer Verteilung der Server möglichMulti-Source deployments with MongoDB Atlas Global Clusters
Source-Replica Replikation
ja
MapReduce infoBietet ein API für Map/Reduce Operationenjaja
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency infobei jedem Schreibvorgang individuell einstellbar
Eventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Eventual Consistency infoSynchrone dokumentenbasierte Replikation. Write consistency konfigurierbar: one, quorum, all
Fremdschlüssel inforeferenzielle Integritätneinnein infoNormalerweise nicht gebraucht, abgeschwächte Variante mit DBRefnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren Datenmanipulationennein infoAtomizität und Isolation innerhalb einzelner Operationen werden unterstütztMulti-document ACID Transactions with snapshot isolationnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajaja
Durability infoDauerhafte Speicherung der Datenjaja infooptional, enabled by defaultja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinja infoIn-memory storage engine introduced with MongoDB version 3.2
Berechtigungskonzept infoZugriffskontrolleZugriffsrechte für Benutzer auf einzelne Objekte definierbarZugriffsrechte für Benutzer und Rollen
Weitere Informationen bereitgestellt vom Systemhersteller
CassandraMongoDBOpenSearch
Specific characteristicsApache Cassandra is the leading NoSQL, distributed database management system, well...
» mehr
MongoDB provides an integrated suite of cloud database and data services to accelerate...
» mehr
OpenSearch is a highly scalable and extensible open-source software suite for search,...
» mehr
Competitive advantagesNo single point of failure ensures 100% availability . Operational simplicity for...
» mehr
Built around the flexible document data model and unified API, MongoDB is a developer...
» mehr
Distributed as fully open source under Apache License, Version 2.0 (ALv2), OpenSearch...
» mehr
Typical application scenariosInternet of Things (IOT), fraud detection applications, recommendation engines, product...
» mehr
Internet of Things and Time Series (Bosch, GE Healthcare, Jaguar Land Rover) Mobile...
» mehr
OpenSearch is used across a broad range of search, analytics, and observability applications....
» mehr
Key customersApple, Netflix, Uber, ING,, Intuit,Fidelity, NY Times, Outbrain, BazaarVoice, Best...
» mehr
ADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» mehr
Market metricsCassandra is used by 40% of the Fortune 100.
» mehr
365+ million downloads, over 150,000+ Atlas clusters provisioned every month handling...
» mehr
Licensing and pricing modelsApache license  Pricing for commercial distributions provided by DataStax and available...
» mehr
MongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» mehr
The OpenSearch Project offers open source software licensed under Apache License...
» mehr
Neuigkeiten

Vector Search Is Coming to Apache Cassandra
30. Mai 2023

How 3 Digital Champions Rely on Astra DB for AI
22. Mai 2023

Is Your Data Ready for ChatGPT?
17. Mai 2023

3 Important AI/ML Tools You Can Deploy on Kubernetes
15. Mai 2023

Our Customers Have Spoken: DataStax Astra DB Wins TrustRadius Top Rated Awards in 4 Categories
10. Mai 2023

Zugehörige Produkte und Dienstleistungen
DrittanbieterAiven for Apache Cassandra: A truly distributed database that can handle large volumes of writes.
» mehr

CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Instaclustr: Hosted & Managed Apache Cassandra as a Service
» mehr

Cassandra Forward event: Want to level up your Cassandra game? Watch now replays of the March 2023 sessions.
» mehr
CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Studio 3T: The world's favorite IDE for working with MongoDB
» mehr

Navicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» mehr
Aiven for OpenSearch comes with OpenSearch Dashboards included, giving a fully-featured user interface and visualization platform for your data.
» mehr

Wir laden Vertreter von Anbietern von zugehörigen Produkten ein uns zu kontaktieren, um hier Informationen über ihre Angebote zu präsentieren.

Weitere Ressourcen
CassandraMongoDBOpenSearch
DB-Engines Blog Posts

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

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

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

alle anzeigen

Snowflake is the DBMS of the Year 2021
3. Januar 2022, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2020
4. Januar 2021, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2018
2. Januar 2019, Paul Andlinger, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

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

DataStax taps ThirdAI to bring generative AI to its database offerings
24. Mai 2023, InfoWorld

DataStax Astra DB Recognized as Top Rated TrustRadius Award ...
10. Mai 2023, Business Wire

NoSQL Market Reach to USD 22,087 Billion by 2026 | Top Players Such as - Aerospike, MarkLogic and Neo
6. Juni 2023, EIN News

Couchbase courts developers with platform integration
5. Juni 2023, The Register

bereitgestellt von Google News

Canaccord Genuity Maintains MongoDB Inc - (MDB) Buy Recommendation
6. Juni 2023, msnNOW

Geode Capital Management LLC Increases Stake in MongoDB Inc. by 4.5% During Q4
6. Juni 2023, Best Stocks

MongoDB shares jump more than 20% after database company beats expectations and raises guidance
1. Juni 2023, CNBC

MongoDB, Inc. Announces First Quarter Fiscal 2024 Financial Results
1. Juni 2023, PR Newswire

MongoDB stock surges 28% for best day ever on big beat, forecast
2. Juni 2023, MarketWatch

bereitgestellt von Google News

Somehow OpenSearch has succeeded
8. Mai 2023, InfoWorld

AWS Adds Multi-AZ with Standby Support to OpenSearch Service
27. Mai 2023, InfoQ.com

How OpenSearch Visualizes Jaeger's Distributed Tracing
11. Mai 2023, The New Stack

Teleport releases Teleport 13 with automatic vulnerability patching, enhanced DevOps security
23. Mai 2023, CSO Online

SOC Prime Launches Integration with Amazon Security Lake to ...
30. Mai 2023, Business Wire

bereitgestellt von Google News

Jobangebote

Principal Database Engineer
Surescripts, LLC, Minneapolis, MN

Database Engineer I
Payscale, Seattle, WA

Database Senior Technology Engineer
Norfolk Southern Corp, Atlanta, GA

Contact Us
Tuskegee University, Tuskegee, AL

Senior Software Engineer - Database Team
Workday, Boulder, CO

MongoDB Engineer
Alltech International, Remote

MongoDB Administrator
Mican Technologies, Remote

DevOps Enigneer
Intone Networks, Remote

.NET Developer
Axabee, Remote

Junior Backend Developer
Actum Lab, Austin, TX

Technical Support Associate
Alloy, United States

Application DevOps Engineer
Global Payments, Alpharetta, GA

Developer React + Node JS
Intone Networks, Remote

BACKEND SOFTWARE ENGINEER
University of Washington, Seattle, WA

Fullstack DevOps Engineer
Intone Networks, Remote

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Cassandra Forward online event

Want to level up your Cassandra game?
If you missed the event or would like to re-watch a session, replays are available now. Watch now!

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Vertica logo

Vertica Accelerator. The fastest analytics and machine learning, delivered as SaaS, with automated setup, administration, and management. Free trial.

Neo4j logo

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

Redis logo

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

Präsentieren Sie hier Ihr Produkt