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 > Neo4j vs. Oracle vs. Tarantool vs. Tkrzw

Vergleich der Systemeigenschaften Neo4j vs. Oracle vs. Tarantool vs. Tkrzw

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameNeo4j  Xaus Vergleich ausschliessenOracle  Xaus Vergleich ausschliessenTarantool  Xaus Vergleich ausschliessenTkrzw infoSuccessor of Tokyo Cabinet and Kyoto Cabinet  Xaus Vergleich ausschliessen
KurzbeschreibungScalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offeringsWeit verbreitetes, allgemein einsetzbares RDBMSIn-memory computing platform with a flexible data schema for efficiently building high-performance applicationsA concept of libraries, allowing an application program to store and query key-value pairs in a file. Successor of Tokyo Cabinet and Kyoto Cabinet
Primäres DatenbankmodellGraph DBMSRelational DBMSDocument Store
Key-Value Store
Relational DBMS
Key-Value Store
Sekundäre DatenbankmodelleDocument Store
Graph DBMS infowith Oracle Spatial and Graph
RDF Store infowith Oracle Spatial and Graph
Spatial DBMS infowith Oracle Spatial and Graph
Vektor DBMS infosince Oracle 23
Spatial DBMS infowith Tarantool/GIS extension
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte44,36
Rang#23  Overall
#1  Graph DBMS
Punkte1221,06
Rang#1  Overall
#1  Relational DBMS
Punkte1,88
Rang#146  Overall
#24  Document Stores
#25  Key-Value Stores
#68  Relational DBMS
Punkte0,05
Rang#380  Overall
#59  Key-Value Stores
Websiteneo4j.comwww.oracle.com/­databasewww.tarantool.iodbmx.net/­tkrzw
Technische Dokumentationneo4j.com/­docsdocs.oracle.com/­en/­databasewww.tarantool.io/­en/­doc
EntwicklerNeo4j, Inc.OracleVKMikio Hirabayashi
Erscheinungsjahr2007198020082020
Aktuelle Version5.18.1, Maerz 202423c, September 20232.10.0, Mai 20220.9.3, August 2020
Lizenz infoCommercial or Open SourceOpen Source infoGPL Version3, kommerzielle Lizenzen verfügbar bei Bedarfkommerziell infoeingeschränkte kostenlose Version verfügbarOpen Source infoBSD-2, source-available extensions (modules), commercial licenses for Tarantool EnterpriseOpen Source infoApache Version 2.0
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinneinnein
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.
ImplementierungsspracheJava, ScalaC und C++C und C++C++
Server BetriebssystemeLinux infoKann auch Server-los als embedded Java Datenbank verwendet werden.
OS X
Solaris
Windows
AIX
HP-UX
Linux
OS X
Solaris
Windows
z/OS
BSD
Linux
macOS
Linux
macOS
Datenschemaschemafrei und schema-optionalja infoSchemaless in JSON and XML columnsFlexible data schema: relational definition for tables with ability to store json-like documents in columnsschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajastring, double, decimal, uuid, integer, blob, boolean, datetimenein
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTjaneinnein
Sekundärindizesja infoAustauschbares Index Subsystem, per Default Apache Lucenejaja
SQL infoSupport of SQLneinja infomit proprietären ErweiterungenFull-featured ANSI SQL supportnein
APIs und andere ZugriffskonzepteBolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Open binary protocol
Unterstützte Programmiersprachen.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
PHP
Python
Ruby
Scala
C
C#
C++
Clojure
Cobol
Delphi
Eiffel
Erlang
Fortran
Groovy
Haskell
Java
JavaScript
Lisp
Objective C
OCaml
Perl
PHP
Python
R
Ruby
Scala
Tcl
Visual Basic
C
C#
C++
Erlang
Go
Java
JavaScript
Lua
Perl
PHP
Python
Rust
C++
Java
Python
Ruby
Server-seitige Scripts infoStored Proceduresja infoUser defined Procedures and FunctionsPL/SQL infoauch Java stored procedures möglichLua, C and SQL stored proceduresnein
Triggersja infomittels Event Handlerjajanein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenja, mit Neo4j FabricSharding, horizontal partitioningSharding, partitioned with virtual buckets by user defined affinity key. Live resharding for scale up and scale down without maintenance downtime.keine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenCausal Clustering using Raft protocol infoavailable in in Enterprise Version onlyMulti-Source Replikation
Source-Replica Replikation
Asynchronous replication with multi-master option
Configurable replication topology (full-mesh, chain, star)
Synchronous quorum replication (with Raft)
keine
MapReduce infoBietet ein API für Map/Reduce Operationenneinnein infokann in PL/SQL realisiert werdennein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemCausal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Immediate ConsistencyCasual consistency across sharding partitions
Eventual consistency within replicaset partition infowhen using asyncronous replication
Immediate Consistency within single instance
Sequential consistency including linearizable read within replicaset partition infowhen using Raft
Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätja infoBeziehungen in Graphenjayesnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACID infomit parameterisierbarem isolation levelACID, with serializable isolation and linearizable read (within partition); Configurable MVCC (within partition); No cross-shard distributed transactions
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja
Durability infoDauerhafte Speicherung der Datenjajayes, write ahead loggingja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenja infoVersion 12c introduced the new option 'Oracle Database In-Memory'yes, full featured in-memory storage engine with persistenceja infousing specific database classes
Berechtigungskonzept infoZugriffskontrolleUsers, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)Benutzer mit feingranularem Berechtigungskonzept entsprechend SQL-StandardAccess Control Lists
Mutual TLS authentication for Tarantol Enterprise
Password based authentication
Role-based access control (RBAC) and LDAP for Tarantol Enterprise
Users and Roles
nein
Weitere Informationen bereitgestellt vom Systemhersteller
Neo4jOracleTarantoolTkrzw infoSuccessor of Tokyo Cabinet and Kyoto Cabinet
Specific characteristicsNeo4j delivers graph technology that has been battle tested for performance and scale...
» mehr
Competitive advantagesNeo4j is the market leader, graph database category creator, and the most widely...
» mehr
Typical application scenariosReal-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 modelsGPL 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
DrittanbieterDevart ODBC driver for Oracle accesses Oracle databases from ODBC-compliant reporting, analytics, BI, and ETL tools on both 32 and 64-bit Windows, macOS, and Linux.
» mehr

Navicat for Oracle improves the efficiency and productivity of Oracle developers and administrators with a streamlined working environment.
» 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
Neo4jOracleTarantoolTkrzw infoSuccessor of Tokyo Cabinet and Kyoto Cabinet
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

MySQL is the DBMS of the Year 2019
3. Januar 2020, Matthias Gelbmann, Paul Andlinger

The struggle for the hegemony in Oracle's database empire
2. Mai 2017, Paul Andlinger

Architecting eCommerce Platforms for Zero Downtime on Black Friday and Beyond
25. November 2016, Tony Branson (guest author)

alle anzeigen

Data processing speed and reliability: in-memory synchronous replication
9. November 2021,  Vladimir Perepelytsya, Tarantool (sponsor) 

alle anzeigen

Erwähnungen in aktuellen Nachrichten

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, Yahoo Finance

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 Announces Collaboration with Microsoft to Advance GenAI and Data Solutions
26. März 2024, Barchart

bereitgestellt von Google News

Blog Theme - Details
27. März 2024, blogs.oracle.com

Oracle readies its databases for the AI wave
26. März 2024, SiliconANGLE News

Oracle Database@Azure Expansion: Committing to the Cloud
14. März 2024, Technology Magazine

New Oracle Database Survey Shows Customers Satisfied with Current Releases but Concerned with Cost, Effort, and ...
21. März 2024, Yahoo Finance

Microsoft and Oracle announce that Oracle Database@Azure is now generally available
13. Dezember 2023, azure.microsoft.com

bereitgestellt von Google News

TaranHouse: New Big Data Warehouse Announced by Tarantool
4. April 2018, Newswire

In-Memory Showdown: Redis vs. Tarantool
1. September 2021, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 1)
16. Dezember 2019, Хабр

Deploying Tarantool Cartridge applications with zero effort (Part 2)
13. April 2020, Хабр

Тarantool Cartridge: Sharding Lua Backend in Three Lines
9. Oktober 2019, Хабр

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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.

Neo4j logo

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

Milvus logo

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

Präsentieren Sie hier Ihr Produkt