DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > BaseX vs. MongoDB vs. YugabyteDB

Vergleich der Systemeigenschaften BaseX vs. MongoDB vs. YugabyteDB

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameBaseX  Xaus Vergleich ausschliessenMongoDB  Xaus Vergleich ausschliessenYugabyteDB  Xaus Vergleich ausschliessen
KurzbeschreibungLeichtgewichtiges Native XML DBMS mit Unterstützung für XQuery 3.0 und mit interactiver GUI.Einer der meistverwendeten Document StoresHigh-performance distributed SQL database for global, internet-scale applications. Wire and feature compatible with PostgreSQL.
Primäres DatenbankmodellNative XML DBMSDocument StoreRelational DBMS
Sekundäre DatenbankmodelleSpatial DBMS
Suchmaschine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
Document Store
Wide Column Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte2,38
Rang#141  Overall
#4  Native XML DBMS
Punkte425,36
Rang#5  Overall
#1  Document Stores
Punkte3,94
Rang#98  Overall
#49  Relational DBMS
Websitebasex.orgwww.mongodb.comwww.yugabyte.com
Technische Dokumentationdocs.basex.orgdocs.mongodb.com/­manualdocs.yugabyte.com
github.com/­yugabyte/­yugabyte-db
EntwicklerBaseX GmbHMongoDB, IncYugabyte Inc.
Erscheinungsjahr200720092017
Aktuelle Version10.6, Mai 20236.0.5, Maerz 20232.18, Mai 2023
Lizenz infoCommercial or Open SourceOpen Source infoBSD LizenzOpen 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 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.
  • 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.
YugabyteDB Managed is the fully managed database-as-a-service offering of YugabyteDB. Get started quickly, and effortlessly ensure continuous availability and limitless scale of your cloud native applications.
ImplementierungsspracheJavaC++C und C++
Server BetriebssystemeLinux
OS X
Windows
Linux
OS X
Solaris
Windows
Linux
OS X
Datenschemaschemafreischemafrei infoObwohl schemafrei haben Dokumente einer Collection dennoch häufig die selbe Strukturdepending on used data model
Typisierung infovordefinierte Datentypen, z.B. float oder datenein infoXQuery unterstützt Typenja 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ärindizesjajaja
SQL infoSupport of SQLneinRead-only SQL queries via the MongoDB Connector for BIyes, PostgreSQL compatible
APIs und andere ZugriffskonzepteJava API
RESTful HTTP API
RESTXQ
WebDAV
XML:DB
XQJ
Proprietäres Protokoll basierend auf JSONJDBC
YCQL, an SQL-based flexible-schema API with its roots in Cassandra Query Language
YSQL - a fully relational SQL API that is wire compatible with the SQL language in PostgreSQL
Unterstützte ProgrammiersprachenActionscript
C
C#
Haskell
Java
JavaScript infoNode.js
Lisp
Perl
PHP
Python
Qt
Rebol
Ruby
Scala
Visual Basic
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
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
C
C#
C++
Go
Java
JavaScript (Node.js)
Python
Ruby
Server-seitige Scripts infoStored ProceduresjaJavaScriptja infosql, plpgsql, C
Triggersja infomittels Eventsja infoin MongoDB Atlas onlyja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.Hash and Range Sharding, row-level geo-partitioning
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenkeineMulti-Source deployments with MongoDB Atlas Global Clusters
Source-Replica Replikation
Based on Raft distributed consensus protocol, minimum 3 replicas for continuous availability
MapReduce infoBietet ein API für Map/Reduce Operationenneinjanein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency
Immediate Consistency infobei jedem Schreibvorgang individuell einstellbar
Strong consistency on writes and tunable consistency on reads
Fremdschlüssel inforeferenzielle Integritätneinnein infoNormalerweise nicht gebraucht, abgeschwächte Variante mit DBRefja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenMehrere Lese-, ein SchreibprozessMulti-document ACID Transactions with snapshot isolationDistributed ACID with Serializable & Snapshot Isolation. Inspired by Google Spanner architecture.
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajaja
Durability infoDauerhafte Speicherung der Datenjaja infooptional, enabled by defaultja infobased on RocksDB
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenja infoIn-memory storage engine introduced with MongoDB version 3.2nein
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem, 4-stufigem BerechtigungskonzeptZugriffsrechte für Benutzer und Rollenja
Weitere Informationen bereitgestellt vom Systemhersteller
BaseXMongoDBYugabyteDB
Specific characteristicsMongoDB provides an integrated suite of cloud database and data services to accelerate...
» mehr
YugabyteDB is an open source distributed SQL database for cloud native transactional...
» mehr
Competitive advantagesBuilt around the flexible document data model and unified API, MongoDB is a developer...
» mehr
PostgreSQL compatible: Get instantly productive with a PostgreSQL compatible RDBMS....
» mehr
Typical application scenariosInternet of Things and Time Series (Bosch, GE Healthcare, Jaguar Land Rover) Mobile...
» mehr
Systems of record and engagement for cloud native applications that require resilience,...
» mehr
Key customersADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» mehr
Market metrics365+ million downloads, over 150,000+ Atlas clusters provisioned every month handling...
» mehr
2 Million+ lifetime clusters deployed, 6.5K+ GitHub stars, 7K YugabyteDB Community...
» mehr
Licensing and pricing modelsMongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» mehr
Apache 2.0 license for the database
» mehr

Wir laden Vertreter der Systemhersteller ein uns zu kontaktieren, um die Systeminformationen zu aktualisieren und zu ergänzen,
sowie um Herstellerinformationen wie Schlüsselkunden, Vorteile gegenüber Konkurrenten und Marktmetriken anzuzeigen.

Zugehörige Produkte und Dienstleistungen
DrittanbieterStudio 3T: The world's favorite IDE for working with MongoDB
» mehr

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

Navicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» 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
BaseXMongoDBYugabyteDB
DB-Engines Blog Posts

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

What Is the DGA Willing To Strike For?
23. Mai 2023, No Film School

Fuego Base x Benny the Butcher x OT the Real - THE WAREHOUSE ...
3. Mai 2023, SHOOT Online

The Tehrik-i-Taliban Pakistan After the Taliban's Afghanistan ...
18. Mai 2023, ctc.westpoint.edu

What a Directors Guild Deal Might Look Like
14. Mai 2023, Puck

All about making smart choices
4. Mai 2023, Borneo Bulletin

bereitgestellt von Google News

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

MongoDB Earnings: Pulls Forward Profitability By 12 Months (NASDAQ:MDB)
2. Juni 2023, Seeking Alpha

MongoDB vs. PostgreSQL vs. ScyllaDB: Tractian's Experience
31. Mai 2023, The New Stack

MongoDB, Inc. to Present at the William Blair 43rd Annual Growth Stock Conference
31. Mai 2023, Yahoo Finance

Stocks making the biggest moves after hours: Lululemon, MongoDB, Five Below and more
1. Juni 2023, CNBC

bereitgestellt von Google News

Yugabyte Is the First Distributed SQL Database to Be Named a CSA ...
11. Mai 2023, Business Wire

YugabyteDB 2.18 Powers Multi-Region Kubernetes at Scale and ...
23. Mai 2023, Business Wire

Obsidian Systems to host Yugabyte CTO
5. Mai 2023, ITWeb

Yugabyte Releases YugabyteDB Voyager to Accelerate Cloud ...
1. Februar 2023, Business Wire

Yugabyte Announces Speaker Lineup for Third Annual Distributed ...
21. März 2023, Business Wire

bereitgestellt von Google News

Jobangebote

Senior Node.js developer With MongoDB
Talent Hires, Remote

MongoDB Engineer
Alltech International, Remote

Middle Manual QA Engineer
Bitmedia Labs, Remote

Junior Developer
Wild Side Smoke Shop, Lansing, MI

MongoDB Engineer
United Business Solutions INC, Remote

Database Administrator - NoSQL
General Motors, Warren, MI

Azure Data Administrator
Intone Networks, Remote

Sales Engineer (Bay Area)
Aerospike, Mountain View, CA

Software Engineer, Database - Languages & Relational Technologies
YugabyteDB, Remote

Senior Product Manager, Core Database
YugabyteDB, Sunnyvale, CA

jobs by Indeed



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Neo4j logo

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

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

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!

Vertica logo

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

Redis logo

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

Präsentieren Sie hier Ihr Produkt