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. BigchainDB vs. Google Cloud Datastore vs. Hive vs. Microsoft SQL Server

Vergleich der Systemeigenschaften ArangoDB vs. BigchainDB vs. Google Cloud Datastore vs. Hive vs. Microsoft SQL Server

Redaktionelle Informationen bereitgestellt von DB-Engines
NameArangoDB  Xaus Vergleich ausschliessenBigchainDB  Xaus Vergleich ausschliessenGoogle Cloud Datastore  Xaus Vergleich ausschliessenHive  Xaus Vergleich ausschliessenMicrosoft SQL Server  Xaus Vergleich ausschliessen
KurzbeschreibungNative multi-model DBMS for graph, document, key/value and search. All in one engine and accessible with one query language.BigchainDB is scalable blockchain database offering decentralization, immutability and native assetsSelbst skalierendes NoSQL Datenbankservice in der Google Cloud PlattformData Warehouse Software zum Abfragen und Verwalten großer verteilter Datenmengen beispielsweise in HadoopRelationales DBMS von Microsoft
Primäres DatenbankmodellDocument Store
Graph DBMS
Key-Value Store
Suchmaschine
Document StoreDocument StoreRelational DBMSRelational DBMS
Sekundäre DatenbankmodelleDocument Store
Graph DBMS
Spatial 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
Punkte0,79
Rang#212  Overall
#36  Document Stores
Punkte4,47
Rang#76  Overall
#12  Document Stores
Punkte61,17
Rang#18  Overall
#12  Relational DBMS
Punkte824,29
Rang#3  Overall
#3  Relational DBMS
Websitearangodb.comwww.bigchaindb.comcloud.google.com/­datastorehive.apache.orgwww.microsoft.com/­en-us/­sql-server
Technische Dokumentationdocs.arangodb.combigchaindb.readthedocs.io/­en/­latestcloud.google.com/­datastore/­docscwiki.apache.org/­confluence/­display/­Hive/­Homelearn.microsoft.com/­en-US/­sql/­sql-server
Social network pagesLinkedInTwitterFacebookYouTubeInstagram
EntwicklerArangoDB Inc.GoogleApache Software Foundation infoUrsprünglich von Facebook entwickeltMicrosoft
Erscheinungsjahr20122016200820121989
Aktuelle Version3.11.5, November 20233.1.3, April 2022SQL Server 2022, November 2022
Lizenz infoCommercial or Open SourceOpen Source infoApache Version 2; Commercial license (Enterprise) availableOpen Source infoAGPL v3kommerziellOpen Source infoApache Version 2kommerziell infoeingeschränkte kostenlose Version verfügbar
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++PythonJavaC++
Server BetriebssystemeLinux
OS X
Windows
LinuxgehostetAlle Betriebssysteme mit einer Java VMLinux
Windows
Datenschemaschemafrei infoInnerhalb einer Collection wird das Schema automatisch erkanntschemafreischemafreijaja
Typisierung infovordefinierte Datentypen, z.B. float oder dateja infostring, double, boolean, list, hashneinja, Details hierjaja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinja
Sekundärindizesjajajaja
SQL infoSupport of SQLneinneinSQL-like query language (GQL)SQL-like DML and DDL statementsja
APIs und andere ZugriffskonzepteAQL
Foxx Framework
Graph API (Gremlin)
GraphQL query language
HTTP API
Java & SpringData
JSON style queries
VelocyPack/VelocyStream
CLI Client
RESTful HTTP API
gRPC (using protocol buffers) API
RESTful HTTP/JSON API
JDBC
ODBC
Thrift
ADO.NET
JDBC
ODBC
OLE DB
Tabular Data Stream (TDS)
Unterstützte ProgrammiersprachenC#
C++
Clojure
Elixir
Go
Java
JavaScript (Node.js)
PHP
Python
R
Rust
Go
Haskell
Java
JavaScript
Python
Ruby
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
C++
Java
PHP
Python
C#
C++
Delphi
Go
Java
JavaScript (Node.js)
PHP
Python
R
Ruby
Visual Basic
Server-seitige Scripts infoStored ProceduresJavaScriptmit Google App Engineja infoBenutzerdefinierte Funktion und Map-Reduce IntegrationTransact SQL, .NET languages, R, Python and (with SQL Server 2019) Java
TriggersneinCallbacks mit Google Apps Engineneinja
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenSharding infoAb Version 2.0ShardingShardingShardingTabellen können auf mehrere Files aufgeteilt werden (horizontale Partitionierung), sharding möglich (mittels federation)
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenSource-replica replication with configurable replication factorfrei wählbarer ReplikationsfaktorMulti-source replication using Paxosfrei wählbarer Replikationsfaktorja, aber abhängig von der SQL-Server Edition
MapReduce infoBietet ein API für Map/Reduce Operationennein infoMöglich über stored procedures in JavaScriptneinja infomittels Google Cloud Dataflowja infoAbfragen werden als MapReduce Jobs behandeltnein
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 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.Eventual ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätja inforelationships in graphsneinja infovia ReferenceProperties or Ancestor pathsneinja
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsneinACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja
Durability infoDauerhafte Speicherung der Datenjayes,with MongoDB ord RethinkDBjajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinja
Berechtigungskonzept infoZugriffskontrollejayesAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Zugriffsrechte für Benutzer, Gruppen und RollenBenutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standard
Weitere Informationen bereitgestellt vom Systemhersteller
ArangoDBBigchainDBGoogle Cloud DatastoreHiveMicrosoft SQL Server
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
DrittanbieterNavicat Monitor is a safe, simple and agentless remote server monitoring tool for SQL Server and many other database management systems.
» mehr

Navicat for SQL Server gives you a fully graphical approach to database management and development.
» 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
ArangoDBBigchainDBGoogle Cloud DatastoreHiveMicrosoft SQL Server
DB-Engines Blog Posts

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

alle anzeigen

Why is Hadoop not listed in the DB-Engines Ranking?
13. Mai 2013, Paul Andlinger

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

Microsoft SQL Server is the DBMS of the Year
4. Januar 2017, Matthias Gelbmann, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

GQL: A New ISO Standard for Querying Graph Databases
29. April 2024, The New Stack

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

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

bereitgestellt von Google News

An Introduction to BigchainDB, a Popular Blockchain Database
17. September 2020, Open Source For You

Exploring the 10 BEST Python Libraries for Blockchain Applications
9. September 2023, DataDrivenInvestor

Blockchain Database Startup BigchainDB Raises €3 Million
27. September 2016, CoinDesk

Using BigchainDB: A Database with Blockchain Characteristics
20. Januar 2022, Open Source For You

What is BigchainDB Technology & How it works and the Characteristics?
26. August 2017, Blockchain Council

bereitgestellt von Google News

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

Best cloud storage of 2024
29. April 2024, TechRadar

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

What is Google App Engine? | Definition from TechTarget
26. April 2024, TechTarget

What Is Google Cloud Platform?
28. August 2023, Simplilearn

bereitgestellt von Google News

Apache Software Foundation Announces Apache Hive 4.0
30. April 2024, Datanami

Run Apache Hive workloads using Spark SQL with Amazon EMR on EKS | Amazon Web Services
18. Oktober 2023, AWS Blog

ASF Unveils the Next Evolution of Big Data Processing With the Launch of Hive 4.0
2. Mai 2024, Datanami

Elevate Your Career with In-Demand Hadoop Skills in 2024
1. Mai 2024, Simplilearn

18 Top Big Data Tools and Technologies to Know About in 2024
24. Januar 2024, TechTarget

bereitgestellt von Google News

Why migrate Windows Server and SQL Server to Azure: ROI, innovation, and free offers
25. April 2024, Microsoft

RDS Custom for SQL Server supports SQL Server Developer Edition
17. November 2023, AWS Blog

SolarWinds upgrades free Plan Explorer tool for enhanced SQL Server analysis
5. Mai 2024, IT Brief New Zealand

How to Know When It's Time for a Microsoft SQL Server Upgrade
31. Oktober 2023, BizTech Magazine

Deploying a highly available Microsoft SQL Server database on Oracle Cloud Infrastructure (OCI) using AlwaysON ...
9. Oktober 2023, Oracle

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

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

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

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