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 > Google Cloud Firestore vs. Graph Engine vs. H2 vs. Riak KV vs. XTDB

Vergleich der Systemeigenschaften Google Cloud Firestore vs. Graph Engine vs. H2 vs. Riak KV vs. XTDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameGoogle Cloud Firestore  Xaus Vergleich ausschliessenGraph Engine infoformer name: Trinity  Xaus Vergleich ausschliessenH2  Xaus Vergleich ausschliessenRiak KV  Xaus Vergleich ausschliessenXTDB infoformerly named Crux  Xaus Vergleich ausschliessen
KurzbeschreibungCloud Firestore is an auto-scaling document database for storing, syncing, and querying data for mobile and web apps. It offers seamless integration with other Firebase and Google Cloud Platform products.A distributed in-memory data processing engine, underpinned by a strongly-typed RAM store and a general distributed computation engineFull-featured RDBMS with a small footprint, either embedded into a Java application or used as a database server.Verteilter, fehlertoleranter Key-Value StoreA general purpose database with bitemporal SQL and Datalog and graph queries
Primäres DatenbankmodellDocument StoreGraph DBMS
Key-Value Store
Relational DBMSKey-Value Store infomit Links zwischen Datensätzen und mit Objekt-Tags zur Bildung von SekundärindizesDocument Store
Sekundäre DatenbankmodelleSpatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte7,85
Rang#51  Overall
#8  Document Stores
Punkte0,61
Rang#240  Overall
#21  Graph DBMS
#35  Key-Value Stores
Punkte8,13
Rang#49  Overall
#31  Relational DBMS
Punkte4,10
Rang#82  Overall
#9  Key-Value Stores
Punkte0,11
Rang#343  Overall
#46  Document Stores
Websitefirebase.google.com/­products/­firestorewww.graphengine.iowww.h2database.comgithub.com/­xtdb/­xtdb
www.xtdb.com
Technische Dokumentationfirebase.google.com/­docs/­firestorewww.graphengine.io/­docs/­manualwww.h2database.com/­html/­main.htmlwww.tiot.jp/­riak-docs/­riak/­kv/­latestwww.xtdb.com/­docs
EntwicklerGoogleMicrosoftThomas MuellerOpenSource, formerly Basho TechnologiesJuxt Ltd.
Erscheinungsjahr20172010200520092019
Aktuelle Version2.2.220, Juli 20233.2.0, Dezember 20221.19, September 2021
Lizenz infoCommercial or Open SourcekommerziellOpen Source infoMIT LicenseOpen Source infodual-licence (Mozilla public license, Eclipse public license)Open Source infoApache Version 2, kommerzielle Enterprise EditionOpen Source infoMIT License
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 CJavaErlangClojure
Server Betriebssystemegehostet.NETAlle Betriebssysteme mit einer Java VMLinux
OS X
Alle Betriebssysteme mit einer Java 8 (und höher) VM
Linux
Datenschemaschemafreijajaschemafreischemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejajajaneinja
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinnein
Sekundärindizesjajaeingeschränktja
SQL infoSupport of SQLneinneinjaneineingeschränktes SQL mittels Apache Calcite
APIs und andere ZugriffskonzepteAndroid
gRPC (using protocol buffers) API
iOS
JavaScript API
RESTful HTTP API
RESTful HTTP APIJDBC
ODBC
HTTP API
Native Erlang Interface
HTTP REST
JDBC
Unterstützte ProgrammiersprachenGo
Java
JavaScript
JavaScript (Node.js)
Objective-C
Python
C#
C++
F#
Visual Basic
JavaC infoinoffizielle Client Library
C#
C++ infoinoffizielle Client Library
Clojure infoinoffizielle Client Library
Dart infoinoffizielle Client Library
Erlang
Go infoinoffizielle Client Library
Groovy infoinoffizielle Client Library
Haskell infoinoffizielle Client Library
Java
JavaScript infoinoffizielle Client Library
Lisp infoinoffizielle Client Library
Perl infoinoffizielle Client Library
PHP
Python
Ruby
Scala infoinoffizielle Client Library
Smalltalk infoinoffizielle Client Library
Clojure
Java
Server-seitige Scripts infoStored Proceduresyes, Firebase Rules & Cloud FunctionsjaJava Stored Procedures and User-Defined FunctionsErlangnein
Triggersyes, with Cloud Functionsneinjaja infoPre-Commit Hooks und Post-Commit Hooksnein
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen KnotenShardinghorizontale PartitionierungkeineSharding infokein "single point of failure"keine
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-Source ReplikationWith clustering: 2 database servers on different computers operate on identical copies of a databasefrei wählbarer Replikationsfaktorja, jeder Knoten hat alle Daten
MapReduce infoBietet ein API für Map/Reduce OperationenUsing Cloud Dataflowneinjanein
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate ConsistencyImmediate ConsistencyEventual Consistency
Fremdschlüssel inforeferenzielle Integritätneinneinjanein infoes können Links zwischen Datensätzen gespeichert werdennein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenjaneinACIDneinACID
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajayes, multi-version concurrency control (MVCC)jaja
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 storagejajayes, flexibel persistency by using storage technologies like Apache Kafka, RocksDB or LMDB
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenjaja
Berechtigungskonzept infoZugriffskontrolleAccess rights for users, groups and roles based on Google Cloud Identity and Access Management. Security Rules for 3rd party authentication using Firebase Auth.Benutzer mit feingranularem Berechtigungskonzept entsprechend SQL-Standardyes, using Riak Security

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 FirestoreGraph Engine infoformer name: TrinityH2Riak KVXTDB infoformerly named Crux
DB-Engines Blog Posts

Cloud-based DBMS's popularity grows at high rates
12. Dezember 2019, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

Google's AI-First Strategy Brings Vector Support To Cloud Databases
1. März 2024, Forbes

Realtime vs Cloud Firestore: Which Firebase Database to go?
8. März 2024, Appinventiv

Google's Cloud Firestore is now generally available
31. Januar 2019, ZDNet

Google launches Cloud Firestore, a new document database for app developers
3. Oktober 2017, TechCrunch

Firestore and Python | NoSQL on Google Cloud
7. August 2020, Towards Data Science

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

Aerospike Is Now a Graph Database, Too
21. Juni 2023, Datanami

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

bereitgestellt von Google News

Basho Revamps Riak Open-Source Database
22. September 2023, InformationWeek

Basho, Maker of Riak NoSQL Database, Raises $25M
13. Januar 2015, Data Center Knowledge

A Critique of Resizable Hash Tables: Riak Core & Random Slicing
26. August 2018, InfoQ.com

Riak NoSQL snapped up by Bet365
12. September 2017, ComputerWeekly.com

NoSQL pioneer Basho stamps its mark on time stamp data with Riak TS
6. Oktober 2015, The Register

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

Neo4j logo

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

Milvus logo

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

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

RaimaDB logo

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

Präsentieren Sie hier Ihr Produkt