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 > ArangoDB vs. GraphDB vs. OceanBase

Vergleich der Systemeigenschaften ArangoDB vs. GraphDB vs. OceanBase

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

Redaktionelle Informationen bereitgestellt von DB-Engines
NameArangoDB  Xaus Vergleich ausschliessenGraphDB infoUrsprünglicher Name: OWLIM  Xaus Vergleich ausschliessenOceanBase  Xaus Vergleich ausschliessen
KurzbeschreibungNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.Enterprise-ready RDF and graph database with efficient reasoning, cluster and external index synchronization support. It supports also SQL JDBC access to Knowledge Graph and GraphQL over SPARQL.A distributed, high available RDBMS compatible with Oracle and MySQL
Primäres DatenbankmodellDocument Store
Graph DBMS
Key-Value Store
Suchmaschine
Graph DBMS
RDF Store
Relational DBMS
Sekundäre DatenbankmodelleDocument Store
Wide Column Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte3,77
Rang#87  Overall
#15  Document Stores
#5  Graph DBMS
#12  Key-Value Stores
#10  Suchmaschinen
Punkte3,10
Rang#100  Overall
#7  Graph DBMS
#4  RDF Stores
Punkte1,56
Rang#153  Overall
#71  Relational DBMS
Websitearangodb.comwww.ontotext.comen.oceanbase.com
Technische Dokumentationdocs.arangodb.comgraphdb.ontotext.com/­documentationen.oceanbase.com/­docs/­oceanbase-database
Social network pagesLinkedInTwitterFacebookYouTubeInstagramLinkedInTwitterYouTubeGitHubMedium
EntwicklerArangoDB Inc.OntotextOceanBase infopreviously Alibaba and Ant Group
Erscheinungsjahr201220002011
Aktuelle Version3.11.5, November 202310.4, Oktober 20233.2.3, March 2022
Lizenz infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availablekommerziell infoSome plugins of GraphDB Workbench are open sourcedOpen Source infoCommercial license available
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ArangoDB Cloud –The Managed Cloud Service of ArangoDB. Provides fully managed, and monitored cluster deployments of any size, with enterprise-grade security. Get started for free and continue for as little as $0,21/hour.
ImplementierungsspracheC++JavaC++
Server BetriebssystemeLinux
OS X
Windows
Alle Betriebssysteme mit einer Java VM
Linux
OS X
Windows
Linux
Datenschemaschemafrei infoInnerhalb einer Collection wird das Schema automatisch erkanntschema-free and OWL/RDFS-schema support; RDF shapesja
Typisierung infovordefinierte Datentypen, z.B. float oder dateja infostring, double, boolean, list, hashjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinnein
Sekundärindizesjayes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexesja
SQL infoSupport of SQLneinstored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBCja
APIs und andere ZugriffskonzepteAQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
GeoSPARQL
GraphQL
GraphQL Federation
Java API
JDBC
RDF4J API
RDFS
RIO
Sail API
Sesame REST HTTP Protocol
SPARQL 1.1
JDBC
ODBC
ODP.NET
Oracle Call Interface (OCI)
Proprietäres native API
Table API
Unterstützte ProgrammiersprachenC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
.Net
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
Ada infoin MySQL-compatible model
C infoin Oracle- and MySQL- compatible models
C++ infoin Oracle- and MySQL- compatible models
D infoin MySQL-compatible model
Delphi infoin MySQL-compatible model
Eiffel infoin MySQL-compatible model
Erlang infoin MySQL-compatible model
Haskell infoin MySQL-compatible model
Java infoin Oracle- and MySQL- compatible models
JavaScript (Node.js) infoin MySQL-compatible model
Objective-C infoin MySQL-compatible model
OCaml infoin MySQL-compatible model
Perl infoin MySQL-compatible model
PHP infoin MySQL-compatible model
Python infoin MySQL-compatible model
Ruby infoin MySQL-compatible model
Scheme infoin MySQL-compatible model
Tcl infoin MySQL-compatible model
Server-seitige Scripts infoStored ProceduresJavaScriptwell-defined plugin interfaces; JavaScript server-side extensibilityPL/SQL in oracle-compatible mode, MySQL Stored Procedure in mysql-compatible mode
Triggersneinneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoAb Version 2.0keinehorizontal partitioning (by hash, key, range, range columns, list, and list columns)
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenSource-replica replication with configurable replication factorMulti-Source ReplikationMulti-source replication using Paxos
MapReduce infoBietet ein API für Map/Reduce Operationennein infoMöglich über stored procedures in JavaScriptneinnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemEventual Consistency infoEinstellbar per collection oder per Write
Immediate Consistency
OneShard (highly available, fault-tolerant deployment mode with ACID semantics)
Immediate Consistency, Eventual consistency (configurable in cluster mode per master or individual client request)Immediate Consistency
Fremdschlüssel inforeferenzielle Integritätja inforelationships in graphsja infoConstraint checkingja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACIDACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajaja
Durability infoDauerhafte Speicherung der Datenjajaja
Berechtigungskonzept infoZugriffskontrollejaDefault Basic authentication through RDF4J client, or via Java when run with cURL, default token-based in the Workbench or via Rest API, optional access through OpenID or Kerberos single sign-on.Access rights for users, groups and roles according to SQL-standard
Weitere Informationen bereitgestellt vom Systemhersteller
ArangoDBGraphDB infoUrsprünglicher Name: OWLIMOceanBase
Specific characteristicsGraph and Beyond. With more than 11,000 stargazers on GitHub, ArangoDB is the leading...
» mehr
Ontotext GraphDB is a semantic database engine that allows organizations to build...
» mehr
OceanBase Database is the world’s only native distributed database that has set new...
» mehr
Competitive advantagesConsolidation: As a native multi-model database, can be used as a full blown document...
» mehr
GraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
» mehr
High Availability : The five IDCs across three sites disaster recovery solution sets...
» mehr
Typical application scenariosNative multi-model in ArangoDB is being used for a broad range of projects across...
» mehr
Metadata enrichment and management, linked data publishing, semantic inferencing...
» mehr
Key customersCisco, Barclays, Refinitive, Siemens Mentor, Kabbage, Liaison, Douglas, MakeMyTrip,...
» mehr
​ GraphDB provides a platform for building next-generation AI and Knowledge Graph...
» mehr
OceanBase Database has helped over 400 customers across industries upgrade their...
» mehr
Market metricsArangoDB is the leading native multi-model database with over 11,000 stargazers on...
» mehr
GraphDB is the most utilized semantic triplestore for mission-critical enterprise...
» mehr
TPC-C No.1 Performance , achieved a result of 707.35 million tpmC in the TPC-C benchmark...
» mehr
Licensing and pricing modelsVery permissive Apache 2 License for Community Edition & commercial licenses are...
» mehr
GraphDB Free is a non-commercial version and is free to use. GraphDB Enterprise edition...
» mehr
Mulan PubL v2 license for open source community edition. Commercial license for enterprise...
» mehr
Neuigkeiten

Okay, RAG… We Have a Problem
26. April 2024

Scaling Understanding with the Help of Feedback Loops, Knowledge Graphs and NLP
19. April 2024

How Knowledge Graphs Power Data Mesh and Data Fabric
10. April 2024

Building Smarter Financial Services: The Role of Semantic Technologies, Knowledge Graphs and Generative AI
3. April 2024

Using GraphDB’s Natural Language Interface to Talk with Your Content
29. März 2024

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
ArangoDBGraphDB infoUrsprünglicher Name: OWLIMOceanBase
DB-Engines Blog Posts

The Weight of Relational Databases: Time for Multi-Model?
29. August 2017, Luca Olivari (guest author)

alle anzeigen

Erwähnungen in aktuellen Nachrichten

ArangoDB Announces Release of ArangoDB 3.11 for Search, Graph and Analytics - High-Performance Computing ...
30. Mai 2023, insideHPC

How to Build Knowledge Graph Enhanced Chatbot with ChatGPT and ArangoDB
30. Juni 2023, DataDrivenInvestor

ArangoDB brings yet more money into graph database market with $27.8M round
6. Oktober 2021, SiliconANGLE News

ArangoDB expands scope of graph database platform
6. Oktober 2022, TechTarget

Graph, machine learning, hype, and beyond: ArangoDB open source multi-model database releases version 3.7
27. August 2020, ZDNet

bereitgestellt von Google News

Ontotext's GraphDB Solution is Now Available on the Microsoft Azure Marketplace
16. Januar 2024, PR Newswire

Ontotext Unveils GraphDB 10.4 with Enhanced AWS Integration and ChatGPT Connector
24. Oktober 2023, Datanami

Ontotext GraphDB is available on Azure, delivers rich knowledge graph experience
23. Januar 2024, KMWorld Magazine

Ontotext Platform 3.0 for Enterprise Knowledge Graphs Released
18. Dezember 2019, KDnuggets

Ontotext's GraphDB 8.10 Makes Knowledge Graph Experience Faster and Richer
13. Juni 2019, Markets Insider

bereitgestellt von Google News

OceanBase Inks Agreement with NTU Singapore in Database Optimization and Green Computing Advancements
31. Januar 2024, PR Newswire

Ant Group Will Cut Foreign Investors Out of Fast-Growing Database Business
22. August 2023, The Information

How Southeast Asia's Leading e-Wallets Saved Up to 40% in Database Costs - Fintech Singapore
25. März 2024, Fintech News Singapore

Haidilao’s 6-step recipe for successful digital transformation with OceanBase
4. August 2023, Tech in Asia

Alibaba's OceanBase distributed database aims at markets outside China
16. August 2022, InfoWorld

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.

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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

Milvus logo

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

Neo4j logo

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

Präsentieren Sie hier Ihr Produkt