DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > MongoDB vs. Neo4j vs. Prometheus vs. Snowflake

Vergleich der Systemeigenschaften MongoDB vs. Neo4j vs. Prometheus vs. Snowflake

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameMongoDB  Xaus Vergleich ausschliessenNeo4j  Xaus Vergleich ausschliessenPrometheus  Xaus Vergleich ausschliessenSnowflake  Xaus Vergleich ausschliessen
KurzbeschreibungEiner der meistverwendeten Document StoresScalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offeringsOpen Source Timeseries DBMS und Monitoring SystemData warehousing service aus der Cloud für strukturierte und semi-strukturierte Daten
Primäres DatenbankmodellDocument StoreGraph DBMSTime Series DBMSRelational 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
Vektor DBMS infocurrently available in the MongoDB Atlas cloud service only
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte424,53
Rang#5  Overall
#1  Document Stores
Punkte44,36
Rang#23  Overall
#1  Graph DBMS
Punkte8,00
Rang#51  Overall
#2  Time Series DBMS
Punkte125,38
Rang#9  Overall
#6  Relational DBMS
Websitewww.mongodb.comneo4j.comprometheus.iowww.snowflake.com
Technische Dokumentationwww.mongodb.com/­docs/­manualneo4j.com/­docsprometheus.io/­docsdocs.snowflake.net/­manuals/­index.html
EntwicklerMongoDB, IncNeo4j, Inc.Snowflake Computing Inc.
Erscheinungsjahr2009200720152014
Aktuelle Version6.0.7, Juni 20235.18.1, Maerz 2024
Lizenz infoCommercial or Open SourceOpen 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, kommerzielle Lizenzen verfügbar bei BedarfOpen Source infoApache 2.0kommerziell
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarnein infoMongoDB available as DBaaS (MongoDB Atlas)neinneinja
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.Neo4j Aura: Neo4j’s fully managed cloud service: The zero-admin, always-on graph database for cloud developers.
ImplementierungsspracheC++Java, ScalaGo
Server BetriebssystemeLinux
OS X
Solaris
Windows
Linux infoKann auch Server-los als embedded Java Datenbank verwendet werden.
OS X
Solaris
Windows
Linux
Windows
gehostet
Datenschemaschemafrei infoObwohl schemafrei haben Dokumente einer Collection dennoch häufig die selbe Strukturschemafrei und schema-optionaljaja infosupport of semi-structured data formats (JSON, XML, Avro)
Typisierung infovordefinierte Datentypen, z.B. float oder dateja infostring, integer, double, decimal, boolean, date, object_id, geospatialjaNumeric data onlyja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTnein infoImportieren von XML Daten möglichja
Sekundärindizesjaja infoAustauschbares Index Subsystem, per Default Apache Lucenenein
SQL infoSupport of SQLRead-only SQL queries via the MongoDB Atlas SQL Interfaceneinneinja
APIs und andere ZugriffskonzepteGraphQL
HTTP REST
Prisma
Proprietäres Protokoll basierend auf JSON
Bolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
RESTful HTTP/JSON APICLI Client
JDBC
ODBC
Unterstützte ProgrammiersprachenActionscript 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
.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
.Net
C++
Go
Haskell
Java
JavaScript (Node.js)
Python
Ruby
JavaScript (Node.js)
Python
Server-seitige Scripts infoStored ProceduresJavaScriptja infoUser defined Procedures and Functionsneinuser defined functions
Triggersja infoin MongoDB Atlas onlyja infomittels Event Handlerneinnein infosimilar concept for controling cloud resources
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.ja, mit Neo4j FabricShardingja
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-Source deployments with MongoDB Atlas Global Clusters
Source-Replica Replikation
Causal Clustering using Raft protocol infoavailable in in Enterprise Version onlyja infomittels Federationja
MapReduce infoBietet ein API für Map/Reduce Operationenjaneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual 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
keineImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätnein infoNormalerweise nicht gebraucht, abgeschwächte Variante mit DBRefja infoBeziehungen in Graphenneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenMulti-document ACID Transactions with snapshot isolationACIDneinACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja
Durability infoDauerhafte Speicherung der Datenja infooptional, enabled by defaultjajaja
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.2neinnein
Berechtigungskonzept infoZugriffskontrolleZugriffsrechte für Benutzer und RollenUsers, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)neinBenutzer mit feingranularem Berechtigungskonzept und Benutzerrollen
Weitere Informationen bereitgestellt vom Systemhersteller
MongoDBNeo4jPrometheusSnowflake
Specific characteristicsMongoDB provides an integrated suite of cloud database and data services to accelerate...
» mehr
Neo4j delivers graph technology that has been battle tested for performance and scale...
» mehr
Competitive advantagesBuilt around the flexible document data model and unified API, MongoDB is a developer...
» mehr
Neo4j is the market leader, graph database category creator, and the most widely...
» mehr
Typical application scenariosAI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» mehr
Real-Time Recommendations Master Data Management Identity and Access Management Network...
» mehr
Key customersADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» mehr
Over 800 commercial customers and over 4300 startups use Neo4j. Flagship customers...
» mehr
Market metricsHundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» mehr
Neo4j boasts the world's largest graph database ecosystem with more than 140 million...
» mehr
Licensing and pricing modelsMongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» mehr
GPL v3 license that can be used all the places where you might use MySQL. Neo4j Commercial...
» mehr
Neuigkeiten

Neo4j Integrates with Microsoft to Evolve Data Analytics and Enhance GenAI
26. März 2024

This Week in Neo4j: Data Modeling, GenAI, GraphQL, App Development and more
23. März 2024

This Week in Neo4j: Cypher, GenAI, Podcast, Graph Databases and more
16. März 2024

This Week in Neo4j: GenAI, Python, SpringAI, PHP and more
9. März 2024

This Week in Neo4j: GraphAcademy, Algorithms, GenAI, Knowledge Graphs and more
2. März 2024

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
DrittanbieterNavicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» mehr

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

Studio 3T: The world's favorite IDE for working with MongoDB
» mehr
CData: Connect to Big Data & NoSQL through standard Drivers.
» 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
MongoDBNeo4jPrometheusSnowflake
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

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

MySQL, PostgreSQL and Redis are the winners of the March ranking
2. März 2016, Paul Andlinger

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

alle anzeigen

Snowflake is the DBMS of the Year 2022, defending the title from last year
3. Januar 2023, Matthias Gelbmann, Paul Andlinger

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

alle anzeigen

Erwähnungen in aktuellen Nachrichten

MongoDB, Inc.'s (NASDAQ:MDB) Popularity With Investors Is Clear
29. März 2024, Simply Wall St

MongoDB (NASDAQ:MDB) Given New $500.00 Price Target at Tigress Financial
29. März 2024, Defense World

Decoding 26 Analyst Evaluations For MongoDB - MongoDB (NASDAQ:MDB)
28. März 2024, Benzinga

How to Build Your Own RAG System With LlamaIndex and MongoDB
27. März 2024, Built In

Assenagon Asset Management S.A. Boosts Position in MongoDB, Inc. (NASDAQ:MDB)
29. März 2024, MarketBeat

bereitgestellt von Google News

Neo4j, Microsoft add graph features to Azure AI services
26. März 2024, SiliconANGLE News

Neo4j Announces Collaboration with Microsoft to Advance GenAI and Data Solutions
26. März 2024, PR Newswire

Neo4j collaborates with Microsoft to advance GenAI and data solutions
27. März 2024, Scientific Computing World

Neo4j combines with Microsoft for next generation generative AI solutions -
26. März 2024, Enterprise Times

Neo4j Is Planning IPO on Nasdaq, Largest Owner Greenbridge Says
15. Februar 2024, Bloomberg

bereitgestellt von Google News

VictoriaMetrics Offers Prometheus Replacement for Time Series Monitoring
17. Juli 2023, The New Stack

Linux System Monitoring with Prometheus, Grafana, and collectd
1. Februar 2024, Linux Journal

How to reduce Istio sidecar metric cardinality with Amazon Managed Service for Prometheus | Amazon Web Services
10. Oktober 2023, AWS Blog

Consider Grafana vs. Prometheus for your time-series tools
18. Oktober 2021, TechTarget

My Prometheus is Overwhelmed! Help!
24. Juli 2021, hackernoon.com

bereitgestellt von Google News

Snowflake’s Data Clean Room promises to ease analysis of PII data
28. März 2024, InfoWorld

Snowflake Revolutionizes Secure, Cross-Cloud Collaboration for High Value Business Outcomes with Snowflake Data ...
28. März 2024, Business Wire

Snowflake Expands Data Clean Rooms Across Clouds; CEO's Insider Buying Amid Databricks 'Competition' Buzz
28. März 2024, Benzinga

Observe, the data observability platform, raises $115M with Snowflake investing
27. März 2024, TechCrunch

Observe raises $115M from Sutter Hill, Snowflake Ventures to supercharge data cloud observability
27. März 2024, VentureBeat

bereitgestellt von Google News



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.

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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

Präsentieren Sie hier Ihr Produkt