DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von solid IT

DBMS > Google Cloud Bigtable vs. Graph Engine vs. IBM Db2 Event Store vs. KeyDB vs. Sqrrl

Vergleich der Systemeigenschaften Google Cloud Bigtable vs. Graph Engine vs. IBM Db2 Event Store vs. KeyDB vs. Sqrrl

Redaktionelle Informationen bereitgestellt von DB-Engines
NameGoogle Cloud Bigtable  Xaus Vergleich ausschliessenGraph Engine infoformer name: Trinity  Xaus Vergleich ausschliessenIBM Db2 Event Store  Xaus Vergleich ausschliessenKeyDB  Xaus Vergleich ausschliessenSqrrl  Xaus Vergleich ausschliessen
Sqrrl has been acquired by Amazon and became a part of Amazon Web Services. It has been removed from the DB-Engines ranking.
KurzbeschreibungGoogle's NoSQL Big Data database service. It's the same database that powers many core Google services, including Search, Analytics, Maps, and Gmail.A distributed in-memory data processing engine, underpinned by a strongly-typed RAM store and a general distributed computation engineDistributed Event Store optimized for Internet of Things use casesAn ultra-fast, open source Key-value store fully compatible with Redis API, modules, and protocolsAdaptable, secure NoSQL built on Apache Accumulo
Primäres DatenbankmodellKey-Value Store
Wide Column Store
Graph DBMS
Key-Value Store
Event Store
Time Series DBMS
Key-Value StoreDocument Store
Graph DBMS
Key-Value Store
Wide Column Store
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte3,86
Rang#90  Overall
#13  Key-Value Stores
#7  Wide Column Stores
Punkte0,64
Rang#241  Overall
#21  Graph DBMS
#35  Key-Value Stores
Punkte0,25
Rang#320  Overall
#2  Event Stores
#28  Time Series DBMS
Punkte0,94
Rang#205  Overall
#30  Key-Value Stores
Websitecloud.google.com/­bigtablewww.graphengine.iowww.ibm.com/­products/­db2-event-storegithub.com/­Snapchat/­KeyDB
keydb.dev
sqrrl.com
Technische Dokumentationcloud.google.com/­bigtable/­docswww.graphengine.io/­docs/­manualwww.ibm.com/­docs/­en/­db2-event-storedocs.keydb.dev
EntwicklerGoogleMicrosoftIBMEQ Alpha Technology Ltd.Amazon infoursprünglich Sqrrl Data, Inc.
Erscheinungsjahr20152010201720192012
Aktuelle Version2.0
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoMIT Licensekommerziell infofree developer edition availableOpen Source infoBSD-3kommerziell
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarjaneinneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementierungssprache.NET and CC und C++C++Java
Server Betriebssystemegehostet.NETLinux infoLinux, macOS, Windows for the developer additionLinuxLinux
Datenschemaschemafreijajaschemafreischemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder dateneinjajateilweise 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ärindizesneinneinja infoby using the Redis Search moduleja
SQL infoSupport of SQLneinneinja infothrough the embedded Spark runtimeneinnein
APIs und andere ZugriffskonzeptegRPC (using protocol buffers) API
HappyBase (Python library)
HBase compatible API (Java)
RESTful HTTP APIADO.NET
DB2 Connect
JDBC
ODBC
RESTful HTTP API
Proprietäres Protokoll infoRESP - REdis Serialization ProtocoAccumulo Shell
Java API
JDBC
ODBC
RESTful HTTP API
Thrift
Unterstützte ProgrammiersprachenC#
C++
Go
Java
JavaScript (Node.js)
Python
C#
C++
F#
Visual Basic
C
C#
C++
Cobol
Delphi
Fortran
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Scala
Visual Basic
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
Actionscript
C infousing GLib
C#
C++
Cocoa
Delphi
Erlang
Go
Haskell
Java
JavaScript
OCaml
Perl
PHP
Python
Ruby
Smalltalk
Server-seitige Scripts infoStored ProceduresneinjajaLuanein
Triggersneinneinneinneinnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardinghorizontale PartitionierungShardingShardingSharding infoBasierend auf Hadoop
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenInternal replication in Colossus, and regional replication between two clusters in different zonesActive-active shard replicationMulti-Source Replikation
Source-Replica Replikation
frei wählbarer Replikationsfaktor infobasierend auf Hadoop
MapReduce infoBietet ein API für Map/Reduce Operationenjaneinneinja
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate consistency (for a single cluster), Eventual consistency (for two or more replicated clusters)Eventual ConsistencyEventual Consistency
Strong eventual consistency with CRDTs
Immediate Consistency infoDocument store kept consistent with combination of global timestamping, row-level transactions, and server-side consistency resolution.
Fremdschlüssel inforeferenzielle Integritätneinneinneinneinnein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenAtomic single-row operationsneinneinOptimistic locking, atomic execution of commands blocks and scriptsAtomic updates per row, document, or graph entity
Concurrency infoUnterstützung von gleichzeitig ausgeführten DatenmanipulationenjajaNo - written data is immutablejaja
Durability infoDauerhafte Speicherung der Datenjaoptional: either by committing a write-ahead log (WAL) to the local persistent storage or by dumping the memory to a persistent storageYes - Synchronous writes to local disk combined with replication and asynchronous writes in parquet format to permanent shared storageja infoConfigurable mechanisms for persistency via snapshots and/or operations logsja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinjajaja
Berechtigungskonzept infoZugriffskontrolleAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Benutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standardeinfacher Passwort-basierter Zugriffsschutz und ACLCell-level Security, Data-Centric Security, Role-Based Access Control (RBAC), Attribute-Based Access Control (ABAC)

Weitere Informationen bereitgestellt vom Systemhersteller

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
Google Cloud BigtableGraph Engine infoformer name: TrinityIBM Db2 Event StoreKeyDBSqrrl
Erwähnungen in aktuellen Nachrichten

What is Google Bigtable? | Definition from TechTarget
1. März 2022, TechTarget

Review: Google Bigtable scales with ease
7. September 2016, InfoWorld

Google Introduces Autoscaling for Cloud Bigtable for Optimizing Costs
31. Januar 2022, InfoQ.com

Fire, water, knock out Google Cloud in Paris
27. April 2023, The Stack

Google introduces Cloud Bigtable managed NoSQL database to process data at scale
6. Mai 2015, VentureBeat

bereitgestellt von Google News

Trinity
2. Juni 2023, Microsoft

Open source Microsoft Graph Engine takes on Neo4j
13. Februar 2017, InfoWorld

IBM releases Graph, a service that can outperform SQL databases
27. Juli 2016, GeekWire

How Google and Microsoft taught search to "understand" the Web
6. Juni 2012, Ars Technica

The graph analytics landscape 2019 - DataScienceCentral.com
27. Februar 2019, Data Science Central

bereitgestellt von Google News

Capture and Analyze XXL Data Streams with IBM Db2 Event Store 2.0
22. August 2019, IBM

IBM releases Cloud Private for Data
29. Mai 2018, ZDNet

IBM Builds New Ultra-Fast Platform for Hoovering Up and Analyzing Data from Anywhere
31. Mai 2018, Data Center Knowledge

Top Milvus Alternatives in 2024
4. Oktober 2023, Slashdot

Best cloud databases of 2022
4. Oktober 2022, ITPro

bereitgestellt von Google News

Snap snaps up database developer KeyDB to make its infrastructure more snappy
12. Mai 2022, TechCrunch

Garnet–open-source faster cache-store speeds up applications, services
18. März 2024, Microsoft

Snap Acquires KeyDB for Open-Source Services
17. Mai 2022, XR Today

Snap snaps up database developer KeyDB to make its infrastructure more snappy
12. Mai 2022, Yahoo Movies UK

Dragonfly 1.0 Released For What Claims To Be The World's Fastest In-Memory Data Store
20. März 2023, Phoronix

bereitgestellt von Google News

Amazon acquires cybersecurity startup Sqrrl
8. Juni 2023, CISO MAG

Millennials possess the advantage of time for wealth creation, says Yashoraj Tyagi of Sqrrl
18. September 2023, MintGenie

Amazon's cloud business acquires Sqrrl, a security start-up with NSA roots
23. Januar 2018, CNBC

AWS beefs up threat detection with Sqrrl acquisition
24. Januar 2018, TechCrunch

Will Amazon Buy Cybersecurity Firm Sqrrl?
18. Dezember 2017, PYMNTS.com

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for 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

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.

Milvus logo

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

Präsentieren Sie hier Ihr Produkt