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. DolphinDB vs. Google Cloud Datastore vs. MaxDB vs. mSQL

Vergleich der Systemeigenschaften ArangoDB vs. DolphinDB vs. Google Cloud Datastore vs. MaxDB vs. mSQL

Redaktionelle Informationen bereitgestellt von DB-Engines
NameArangoDB  Xaus Vergleich ausschliessenDolphinDB  Xaus Vergleich ausschliessenGoogle Cloud Datastore  Xaus Vergleich ausschliessenMaxDB infoformerly named Adabas-D  Xaus Vergleich ausschliessenmSQL infoMini SQL  Xaus Vergleich ausschliessen
KurzbeschreibungNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.DolphinDB is a high performance Time Series DBMS. It is integrated with an easy-to-use fully featured programming language and a high-volume high-velocity streaming analytics system. It offers operational simplicity, scalability, fault tolerance, and concurrency.Selbst skalierendes NoSQL Datenbankservice in der Google Cloud PlattformA robust and reliable RDBMS optimized to run all major SAP solutionsmSQL (Mini SQL) is a simple and lightweight RDBMS
Primäres DatenbankmodellDocument Store
Graph DBMS
Key-Value Store
Suchmaschine
Time Series DBMSDocument StoreRelational DBMSRelational DBMS
Sekundäre DatenbankmodelleRelational DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte3,32
Rang#90  Overall
#15  Document Stores
#5  Graph DBMS
#12  Key-Value Stores
#10  Suchmaschinen
Punkte4,13
Rang#80  Overall
#6  Time Series DBMS
Punkte4,47
Rang#76  Overall
#12  Document Stores
Punkte2,32
Rang#112  Overall
#55  Relational DBMS
Punkte1,27
Rang#167  Overall
#77  Relational DBMS
Websitearangodb.comwww.dolphindb.comcloud.google.com/­datastoremaxdb.sap.comhughestech.com.au/­products/­msql
Technische Dokumentationdocs.arangodb.comdocs.dolphindb.cn/­en/­help200/­index.htmlcloud.google.com/­datastore/­docsmaxdb.sap.com/­documentation
Social network pagesLinkedInTwitterYouTubeFacebookInstagram
EntwicklerArangoDB Inc.DolphinDB, IncGoogleSAP, acquired from Software AG (Adabas-D) in 1997Hughes Technologies
Erscheinungsjahr20122018200819841994
Aktuelle Version3.11.5, November 2023v2.00.4, January 20227.9.10.12, Februar 20244.4, Oktober 2021
Lizenz infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availablekommerziell infofree community version availablekommerziellkommerziell infoLimitierte Community Edition gratiskommerziell infofree licenses can be provided
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinneinjaneinnein
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++C++C++C
Server BetriebssystemeLinux
OS X
Windows
Linux
Windows
gehostetAIX
HP-UX
Linux
Solaris
Windows
AIX
HP-UX
Linux
OS X
Solaris SPARC/x86
Windows
Datenschemaschemafrei infoInnerhalb einer Collection wird das Schema automatisch erkanntjaschemafreijaja
Typisierung infovordefinierte Datentypen, z.B. float oder dateja infostring, double, boolean, list, hashjaja, Details hierjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinnein
Sekundärindizesjajajajaja
SQL infoSupport of SQLneinSQL-like query languageSQL-like query language (GQL)jaA subset of ANSI SQL is implemented infono subqueries, aggregate functions, views, foreign keys, triggers
APIs und andere ZugriffskonzepteAQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
JDBC
JSON over HTTP
Kafka
MQTT (Message Queue Telemetry Transport)
ODBC
OPC DA
OPC UA
RabbitMQ
WebSocket
gRPC (using protocol buffers) API
RESTful HTTP/JSON API
ADO.NET
JDBC
ODBC
WebDAV
JDBC
ODBC
Unterstützte ProgrammiersprachenC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
C#
C++
Go
Java
JavaScript
MatLab
Python
R
Rust
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
.Net
C#
Java
Perl
PHP
Python
C
C++
Delphi
Java
Perl
PHP
Tcl
Server-seitige Scripts infoStored ProceduresJavaScriptjamit Google App Enginejanein
TriggersneinneinCallbacks mit Google Apps Enginejanein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoAb Version 2.0horizontale PartitionierungShardingkeinekeine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenSource-replica replication with configurable replication factorjaMulti-source replication using PaxosSource-Replica Replikationkeine
MapReduce infoBietet ein API für Map/Reduce Operationennein infoMöglich über stored procedures in JavaScriptjaja infomittels Google Cloud Dataflowneinnein
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 ConsistencyImmediate Consistency or Eventual Consistency depending on type of query and configuration infoStrong Consistency is default for entity lookups and queries within an Entity Group (but can instead be made eventually consistent). Other queries are always eventual consistent.Immediate Consistencykeine
Fremdschlüssel inforeferenzielle Integritätja inforelationships in graphsneinja infovia ReferenceProperties or Ancestor pathsjanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDjaACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsACIDnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajanein
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaneinneinnein
Berechtigungskonzept infoZugriffskontrollejaAdministrators, Users, GroupsAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Benutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standardnein
Weitere Informationen bereitgestellt vom Systemhersteller
ArangoDBDolphinDBGoogle Cloud DatastoreMaxDB infoformerly named Adabas-DmSQL infoMini SQL
Specific characteristicsGraph and Beyond. With more than 11,000 stargazers on GitHub, ArangoDB is the leading...
» mehr
Competitive advantagesConsolidation: As a native multi-model database, can be used as a full blown document...
» mehr
Typical application scenariosNative multi-model in ArangoDB is being used for a broad range of projects across...
» mehr
Key customersCisco, Barclays, Refinitive, Siemens Mentor, Kabbage, Liaison, Douglas, MakeMyTrip,...
» mehr
Market metricsArangoDB is the leading native multi-model database with over 11,000 stargazers on...
» mehr
Licensing and pricing modelsVery permissive Apache 2 License for Community Edition & commercial licenses are...
» 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

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

Weitere Ressourcen
ArangoDBDolphinDBGoogle Cloud DatastoreMaxDB infoformerly named Adabas-DmSQL infoMini SQL
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

ArangoGraphML: Simplifying the Power of Graph Machine Learning
11. Oktober 2023, Datanami

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

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

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

bereitgestellt von Google News

Best cloud storage of 2024
21. Mai 2024, TechRadar

Google Cloud Stops Exit Fees
12. Januar 2024, Spiceworks News and Insights

BigID Data Intelligence Platform Now Available on Google Cloud Marketplace
6. November 2023, PR Newswire

Google says it'll stop charging fees to transfer data out of Google Cloud
11. Januar 2024, TechCrunch

Why Google is waiving egress fees for disgruntled customers ditching GCP
11. Januar 2024, The Register

bereitgestellt von Google News

SAP Content Server High Availability using Amazon EFS and SUSE | Amazon Web Services
30. Dezember 2020, AWS Blog

SAP Aligns Mainstream Maintenance Commitments Across Its Enterprise Solutions
11. August 2020, SAP News

What is SAP S/4HANA?
21. März 2022, TechTarget

Dear SAP, Why Don't You Make Hana A Success?
28. Juli 2021, E3-Magazin

Alibaba Cloud Offers Access to SAP Software for Customers
5. Juni 2018, Alizila

bereitgestellt von Google News

Higher Education PS rules out ghost students before PAC
29. November 2018, diggers.news

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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

Neo4j logo

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

Milvus logo

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

Präsentieren Sie hier Ihr Produkt