DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > etcd vs. GridDB vs. Microsoft Azure Cosmos DB vs. Redis vs. TinkerGraph

Vergleich der Systemeigenschaften etcd vs. GridDB vs. Microsoft Azure Cosmos DB vs. Redis vs. TinkerGraph

Redaktionelle Informationen bereitgestellt von DB-Engines
Nameetcd  Xaus Vergleich ausschliessenGridDB  Xaus Vergleich ausschliessenMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xaus Vergleich ausschliessenRedis  Xaus Vergleich ausschliessenTinkerGraph  Xaus Vergleich ausschliessen
KurzbeschreibungA distributed reliable key-value storeScalable in-memory time series database optimized for IoT and Big DataGlobally distributed, horizontally scalable, multi-model database servicePopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis legt höchsten Wert auf Performanz. Bei Designentscheidungen wird typischerweise Performanz der Vorzug vor Features oder Speicherbedarf gegeben.A lightweight, in-memory graph engine that serves as a reference implementation of the TinkerPop3 API
Primäres DatenbankmodellKey-Value StoreTime Series DBMSDocument Store
Graph DBMS
Key-Value Store
Wide Column Store
Key-Value Store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceGraph DBMS
Sekundäre DatenbankmodelleKey-Value Store
Relational DBMS
Spatial DBMSDocument Store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Suchmaschine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vektor DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte7,64
Rang#54  Overall
#5  Key-Value Stores
Punkte2,02
Rang#132  Overall
#11  Time Series DBMS
Punkte29,85
Rang#27  Overall
#4  Document Stores
#2  Graph DBMS
#3  Key-Value Stores
#3  Wide Column Stores
Punkte156,44
Rang#6  Overall
#1  Key-Value Stores
Punkte0,12
Rang#344  Overall
#34  Graph DBMS
Websiteetcd.io
github.com/­etcd-io/­etcd
griddb.netazure.microsoft.com/­services/­cosmos-dbredis.com
redis.io
tinkerpop.apache.org/­docs/­current/­reference/­#tinkergraph-gremlin
Technische Dokumentationetcd.io/­docs
github.com/­etcd-io/­etcd/­tree/­master/­Documentation
docs.griddb.netlearn.microsoft.com/­azure/­cosmos-dbdocs.redis.com/­latest/­index.html
redis.io/­docs
EntwicklerToshiba CorporationMicrosoftRedis project core team, inspired by Salvatore Sanfilippo infoEntwicklung von Redis Inc finanziert
Erscheinungsjahr2013201420092009
Aktuelle Version3.4, August 20195.1, August 20227.2.4, Jaenner 2024
Lizenz infoCommercial or Open SourceOpen Source infoApache Version 2.0Open Source infoAGPL version 3 and Apache License, version 2.0 , commercial license (standard and advanced editions) also availablekommerziellOpen Source infosource-available extensions (modules), commercial licenses for Redis EnterpriseOpen Source infoApache 2.0
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.
Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
ImplementierungsspracheGoC++CJava
Server BetriebssystemeFreeBSD
Linux
Windows infoexperimental
LinuxgehostetBSD
Linux
OS X
Windows infoportiert und gewartet durch Microsoft Open Technologies, Inc.
Datenschemaschemafreijaschemafreischemafreischemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinja infonumerical, string, blob, geometry, boolean, timestampja infoJSON typesteilweise infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinnein
Sekundärindizesneinjaja infoAll properties auto-indexed by defaultja infowith RediSearch modulenein
SQL infoSupport of SQLneinSQL92, SQL-like TQL (Toshiba Query Language)SQL-like query languagewith RediSQL modulenein
APIs und andere ZugriffskonzeptegRPC
JSON over HTTP
JDBC
ODBC
Proprietäres Protokoll
RESTful HTTP/JSON API
DocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
Proprietäres Protokoll infoRESP - REdis Serialization ProtocolTinkerPop 3
Unterstützte Programmiersprachen.Net
C
C++
Clojure
Erlang
Go
Haskell
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Rust
Scala
Tcl
C
C++
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Ruby
.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
C
C#
C++
Clojure
Crystal
D
Dart
Elixir
Erlang
Fancy
Go
Haskell
Haxe
Java
JavaScript (Node.js)
Lisp
Lua
MatLab
Objective-C
OCaml
Pascal
Perl
PHP
Prolog
Pure Data
Python
R
Rebol
Ruby
Rust
Scala
Scheme
Smalltalk
Swift
Tcl
Visual Basic
Groovy
Java
Server-seitige Scripts infoStored ProceduresneinneinJavaScriptLua; Redis Functions coming in Redis 7 (slides and Github)nein
Triggersyes, watching key changesjaJavaScriptpublish/subscribe channels provide some trigger functionality; RedisGearsnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardingSharding infoImplizit im Cloud ServiceSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingkeine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenUsing Raft consensus algorithm to ensure data replication with strong consistency among multiple replicas.Source-Replica Replikationja infoImplizit im Cloud ServiceMulti-Source Replikation infowith Redis Enterprise Pack
Source-Replica Replikation infoChained replication wird unterstützt
keine
MapReduce infoBietet ein API für Map/Reduce OperationenneinConnector for using GridDB as an input source and output destination for Hadoop MapReduce jobswith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*through RedisGearsnein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate consistency within container, eventual consistency across containersBounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Eventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
keine
Fremdschlüssel inforeferenzielle Integritätneinneinneinneinja infoRelationships in graphs
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenneinACID at container levelMulti-item ACID transactions with snapshot isolation within a partitionAtomic execution of command blocks and scripts and optimistic lockingnein
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajaja infoDatenzugriffe werden vom Server serialisiertnein
Durability infoDauerhafte Speicherung der Datenjajajaja infokonfigurierbare Persistenzmechanismen via snapshots oder logsoptional
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinjajaja
Berechtigungskonzept infoZugriffskontrolleneinAccess rights for users can be defined per databaseZugriffsrechte bis auf item level einstellbarAccess Control Lists (ACLs): redis.io/­docs/­management/­security/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­docs/­management/­security/­encryption
Password-based authentication
nein
Weitere Informationen bereitgestellt vom Systemhersteller
etcdGridDBMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBRedisTinkerGraph
Specific characteristicsGridDB is a highly scalable, in-memory time series database optimized for IoT and...
» mehr
Competitive advantages1. Optimized for IoT Equipped with Toshiba's proprietary key-container data model...
» mehr
Typical application scenariosFactory IoT, Automative Industry, Energy, BEMS, Smart Community, Monitoring system.
» mehr
Key customersDenso International [see use case ] An Electric Power company [see use case ] Ishinomaki...
» mehr
Market metricsGitHub trending repository
» mehr
Licensing and pricing modelsOpen Source license (AGPL v3 & Apache v2) Commercial license (subscription)
» 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
DrittanbieterCData: Connect to Big Data & NoSQL through standard Drivers.
» mehr
CData: Connect to Big Data & NoSQL through standard Drivers.
» mehr

Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
» mehr

Redisson PRO: The ultra-fast Redis Java Client.
» mehr

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» 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
etcdGridDBMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBRedisTinkerGraph
DB-Engines Blog Posts

PostgreSQL is the DBMS of the Year 2018
2. Januar 2019, Paul Andlinger, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2. März 2016, Paul Andlinger

MongoDB is the DBMS of the year, defending the title from last year
7. Januar 2015, Paul Andlinger, Matthias Gelbmann

alle anzeigen

Erwähnungen in aktuellen Nachrichten

ETCD directives don't go well with RBI's stellar reputation
14. April 2024, Business Standard

Monitor Amazon EKS Control Plane metrics using AWS Open Source monitoring services | Amazon Web Services
12. Oktober 2023, AWS Blog

Killing a market, softly: How an RBI communique could end India's thriving ETCD market
7. April 2024, The Economic Times

RBI holds firm on rupee derivatives stance, defers norm implementation to May 3
4. April 2024, The Hindu

RBI defers exchange traded currency derivatives norms
5. April 2024, The Indian Express

bereitgestellt von Google News

General Availability of GridDB® 5.5 Enterprise Edition ~Enhancing the efficiency of IoT system development and ...
16. Januar 2024, global.toshiba

General Availability of GridDB 5.3 Enterprise Edition ~ Major Enhancement in IoT and Time Series Data Analysis ...
16. Mai 2023, global.toshiba

Toshiba launches cloudy managed IoT database service running its own GridDB
8. April 2021, The Register

Toshiba's Distributed Database GridDB(R) Now Features Scale-Out and Scale-Up combo for Petabyte-scale Data ...
3. Dezember 2019, global.toshiba

General Availability of GridDB 5.1 Enterprise Edition ~ Continuous database usage in the event of data center failure ...
19. August 2022, global.toshiba

bereitgestellt von Google News

General availability: Microsoft Entra ID integration with Azure Cosmos DB for PostgreSQL | Azure updates
13. März 2024, Microsoft

Azure Synapse Link for Cosmos DB: New Analytics Capabilities
10. November 2023, InfoQ.com

Azure Cosmos DB Conf 2023 | Microsoft Learn
12. Januar 2024, learn.microsoft.com

Azure Cosmos DB joins the AI toolchain
23. Mai 2023, InfoWorld

How to Migrate Azure Cosmos DB Databases | by Arwin Lashawn
25. August 2023, DataDrivenInvestor

bereitgestellt von Google News

Valkey publishes release candidate and attracts new backer
18. April 2024, The Register

Redis switches licenses, acquires Speedb to go beyond its core in-memory database
21. März 2024, TechCrunch

Redis license update: What you need to know
20. März 2024, azure.microsoft.com

Redis expands data management capabilities with Speedb acquisition – Blocks and Files
22. März 2024, Blocks and Files

Deploy Amazon ElastiCache for Redis clusters using AWS CDK and TypeScript | Amazon Web Services
5. April 2024, AWS Blog

bereitgestellt von Google News

Automated testing of Amazon Neptune data access with Apache TinkerPop Gremlin | Amazon Web Services
28. September 2022, AWS Blog

Simple Deployment of a Graph Database: JanusGraph | by Edward Elson Kosasih
12. Oktober 2020, Towards Data Science

Why developers like Apache TinkerPop, an open source framework for graph computing | Amazon Web Services
27. September 2021, AWS Blog

InfiniteGraph Gets Support for Common Graph Database Language and More
21. Februar 2012, SiliconANGLE News

Introducing Gremlin query hints for Amazon Neptune | AWS Database Blog
26. Februar 2019, AWS Blog

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

Neo4j logo

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

SingleStore logo

Database for your real-time AI and Analytics Apps.
Try it today.

Milvus logo

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

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.

Präsentieren Sie hier Ihr Produkt