DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von Redgate Software

DBMS > H2 vs. Memgraph vs. Neo4j vs. Sequoiadb vs. SurrealDB

Vergleich der Systemeigenschaften H2 vs. Memgraph vs. Neo4j vs. Sequoiadb vs. SurrealDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameH2  Xaus Vergleich ausschliessenMemgraph  Xaus Vergleich ausschliessenNeo4j  Xaus Vergleich ausschliessenSequoiadb  Xaus Vergleich ausschliessenSurrealDB  Xaus Vergleich ausschliessen
KurzbeschreibungFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.An open source graph database built for real-time streaming and compatible with Neo4jScalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offeringsNewSQL database with distributed OLTP and SQLA fully ACID transactional, developer-friendly, multi-model DBMS
Primäres DatenbankmodellRelational DBMSGraph DBMSGraph DBMSDocument Store
Relational DBMS
Document Store
Graph DBMS
Sekundäre DatenbankmodelleSpatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte7,10
Rang#47  Overall
#29  Relational DBMS
Punkte2,72
Rang#97  Overall
#8  Graph DBMS
Punkte42,70
Rang#21  Overall
#1  Graph DBMS
Punkte0,39
Rang#267  Overall
#42  Document Stores
#125  Relational DBMS
Punkte1,01
Rang#181  Overall
#30  Document Stores
#17  Graph DBMS
Websitewww.h2database.commemgraph.comneo4j.comwww.sequoiadb.comsurrealdb.com
Technische Dokumentationwww.h2database.com/­html/­main.htmlmemgraph.com/­docsneo4j.com/­docswww.sequoiadb.com/­en/­index.php?m=Files&a=indexsurrealdb.com/­docs
Social network pagesGitHubLinkedInTwitterDiscordFacebook
EntwicklerThomas MuellerMemgraph LtdNeo4j, Inc.Sequoiadb Ltd.SurrealDB Ltd
Erscheinungsjahr20052017200720132022
Aktuelle Version2.2.220, Juli 20235.23, August 2024v1.5.0, Mai 2024
Lizenz infoCommercial or Open SourceOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoBSL 1.1; commercial license for enterprise edition availableOpen Source infoGPL Version3, kommerzielle Lizenzen verfügbar bei BedarfOpen Source infoServer: AGPL; Client: Apache V2Open Source
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Neo4j Aura: Neo4j’s fully managed cloud service: The zero-admin, always-on graph database for cloud developers.
ImplementierungsspracheJavaC und C++Java, ScalaC++Rust
Server BetriebssystemeAlle Betriebssysteme mit einer Java VMLinuxLinux infoKann auch Server-los als embedded Java Datenbank verwendet werden.
OS X
Solaris
Windows
LinuxLinux
macOS
Windows
Datenschemajaschemafrei und schema-optionalschemafrei und schema-optionalschemafreischemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajajaja infooid, date, timestamp, binary, regexja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinnein
Sekundärindizesjaja infoAustauschbares Index Subsystem, per Default Apache Luceneja
SQL infoSupport of SQLjaneinneinSQL-like query languageSQL-like query language
APIs und andere ZugriffskonzepteJDBC
ODBC
Bolt protocol
Cypher query language
Bolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
Proprietäres Protokoll basierend auf JSONGraphQL
RESTful HTTP API
WebSocket
Unterstützte ProgrammiersprachenJava.Net
C
C++
Elixir
Go
Haskell
Java
JavaScript
PHP
Python
Ruby
Scala
.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
.Net
C++
Java
PHP
Python
Deno
Go
JavaScript (Node.js)
Rust
Server-seitige Scripts infoStored ProceduresJava Stored Procedures and User-Defined Functionsja infoUser defined Procedures and FunctionsJavaScript
Triggersjaja infomittels Event Handlernein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenkeineSharding infodynamic graph partitioningja, mit Neo4j FabricSharding
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenWith clustering: 2 database servers on different computers operate on identical copies of a databaseMulti-source replication using RAFTCausal Clustering using Raft protocol infoavailable in in Enterprise Version onlySource-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinneinneinneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyCausal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Eventual Consistency
Fremdschlüssel inforeferenzielle Integritätjaja inforelationships in graphsja infoBeziehungen in Graphennein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACID infowith snapshot isolationACIDwährend einer Transaktion wird das Dokument gesperrtACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenyes, multi-version concurrency control (MVCC)yes, multi-version concurrency control (MVCC)jajaja
Durability infoDauerhafte Speicherung der Datenjaja infowith periodic snapshot and write-ahead logging (WAL) of changesjajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjajanein
Berechtigungskonzept infoZugriffskontrolleBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardUsers, roles and permissionsUsers, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)einfacher Passwort-basierter Zugriffsschutzyes, based on authentication and database rules
Weitere Informationen bereitgestellt vom Systemhersteller
H2MemgraphNeo4jSequoiadbSurrealDB
Specific characteristicsMemgraph directly connects to your streaming infrastructure so you and your team...
» mehr
Neo4j delivers graph technology that has been battle tested for performance and scale...
» mehr
Competitive advantagesBusiness Source License ensures a future for the Memgraph community MAGE algorithm...
» mehr
Neo4j is the market leader, graph database category creator, and the most widely...
» mehr
Typical application scenariosGraph algorithms in bioinformatics Social network analysis Cryptocurrency network...
» mehr
Real-Time Recommendations Master Data Management Identity and Access Management Network...
» mehr
Key customersOver 800 commercial customers and over 4300 startups use Neo4j. Flagship customers...
» mehr
Market metricsNeo4j boasts the world's largest graph database ecosystem with more than 140 million...
» mehr
Licensing and pricing modelsYou can check out our pricing model and licenses on the company website .
» mehr
GPL v3 license that can be used all the places where you might use MySQL. Neo4j Commercial...
» mehr
Neuigkeiten

Forrester Wave: GraphRAG is a Game-Changer for GenAI Accuracy and Relevance
30. Oktober 2024

Boosting AuraDB Read Performance With Secondaries
21. Oktober 2024

GraphRAG Python Package: Accelerating GenAI With Knowledge Graphs
16. Oktober 2024

What Is Supply Chain Management? A Guide to Optimizing SCM
9. Oktober 2024

AI Ethics: What Is It and Why Should You Pay Attention?
8. Oktober 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

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

Weitere Ressourcen
H2MemgraphNeo4jSequoiadbSurrealDB
DB-Engines Blog Posts

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

Erwähnungen in aktuellen Nachrichten

Enhance Your Network Analysis with the Power of a Graph DB
4. Mai 2024, Towards Data Science

Top Open Source Graph Databases
3. Juni 2024, MarkTechPost

Memgraph Launches Streaming Graph Algorithms to the Masses; Announces $9.34MM Seed Funding Led by Microsoft’s M12
5. Oktober 2021, Business Wire

Graph Database Market to grow at a CAGR of 19.9% from 2022 to 2027|Increased demand for low-latency queries is a major trend _ Technavio
7. August 2023, PR Newswire

The untapped potential of HPC + graph computing
30. Oktober 2021, VentureBeat

bereitgestellt von Google News

Neo4j Transforms Its Cloud Database Portfolio to Accelerate Graph Adoption & GenAI for the Enterprise
4. September 2024, PR Newswire

Neo4j CTO: GQL is here: the evolution from Cypher & openCypher
1. November 2024, ComputerWeekly.com

Neo4j lowers barriers to graph technology with gen AI copilot, 15x read capacity
4. September 2024, VentureBeat

Neo4j charts upward course for GraphRAG in graph databases
4. September 2024, Techzine Europe

Implementing GraphReader with Neo4j and LangGraph | by Tomaz Bratanic | Sep, 2024
20. September 2024, Towards Data Science

bereitgestellt von Google News

SurrealDB Empowers Developers to Build Applications with the Launch of SurrealDB University
15. Oktober 2024, Business Wire

SurrealDB is helping developers consolidate their databases
18. Juni 2024, TechCrunch

SurrealDB Delivers Future-Ready Database Technology for Developers and Enterprises with Release of SurrealDB 2.0
17. September 2024, Business Wire

Meet Tobie Morgan Hitchcock, CEO & Co-Founder Of SurrealDB
25. April 2024, TechRound

Data Management News for the Week of September 20; Updates from Alcion, DataOps.Live, Veeam & More
20. September 2024, Solutions Review

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

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

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus for Free

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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