DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Informationen zu relationalen und NoSQL DatenbankmanagementsystemenEin Service von Redgate Software

DBMS > CockroachDB vs. Google Cloud Datastore vs. GraphDB vs. ObjectBox vs. RethinkDB

Vergleich der Systemeigenschaften CockroachDB vs. Google Cloud Datastore vs. GraphDB vs. ObjectBox vs. RethinkDB

Redaktionelle Informationen bereitgestellt von DB-Engines
NameCockroachDB  Xaus Vergleich ausschliessenGoogle Cloud Datastore  Xaus Vergleich ausschliessenGraphDB infoUrsprünglicher Name: OWLIM  Xaus Vergleich ausschliessenObjectBox  Xaus Vergleich ausschliessenRethinkDB  Xaus Vergleich ausschliessen
KurzbeschreibungCockroachDB is a distributed database architected for modern cloud applications. It is wire compatible with PostgreSQL and backed by a Key-Value Store, which is either RocksDB or a purpose-built derivative, called Pebble.Selbst skalierendes NoSQL Datenbankservice in der Google Cloud PlattformEnterprise-ready RDF and graph database with efficient reasoning, cluster and external index synchronization support. It supports also SQL JDBC access to Knowledge Graph and GraphQL over SPARQL.Lightweight, fast on-device database for IoT, Mobile and Embedded devices, persisting and synchronising objects and vectorsDBMS for the Web with a mechanism to push updated query results to applications in realtime.
Primäres DatenbankmodellRelational DBMSDocument StoreGraph DBMS
RDF Store
Object oriented DBMS
Vektor DBMS
Document Store
Sekundäre DatenbankmodelleTime Series DBMSSpatial DBMS
DB-Engines Ranking infomisst die Popularität von Datenbankmanagement- systemenranking trend
Trend Chart
Punkte4,24
Rang#68  Overall
#36  Relational DBMS
Punkte3,98
Rang#70  Overall
#12  Document Stores
Punkte2,89
Rang#93  Overall
#7  Graph DBMS
#3  RDF Stores
Punkte1,10
Rang#173  Overall
#6  Object oriented DBMS
#10  Vektor DBMS
Punkte2,52
Rang#105  Overall
#20  Document Stores
Websitewww.cockroachlabs.comcloud.google.com/­datastorewww.ontotext.comgithub.com/­objectbox
objectbox.io
rethinkdb.com
Technische Dokumentationwww.cockroachlabs.com/­docscloud.google.com/­datastore/­docsgraphdb.ontotext.com/­documentationdocs.objectbox.iorethinkdb.com/­docs
Social network pagesGitHubLinkedInTwitterMediumYouTube
EntwicklerCockroach LabsGoogleOntotextObjectBox LimitedThe Linux Foundation infosince July 2017
Erscheinungsjahr20152008200020172009
Aktuelle Version24.1.0, Mai 202410.4, Oktober 20234.0 (May 2024)2.4.1, August 2020
Lizenz infoCommercial or Open SourceOpen Source infoApache 2.0, commercial license availablekommerziellkommerziell infoSome plugins of GraphDB Workbench are open sourcedBindings are released under Apache 2.0 infoApache License 2.0Open Source infoApache Version 2
Ausschließlich ein Cloud-Service infoNur als Cloud-Service verfügbarneinjaneinneinnein
DBaaS Angebote (gesponserte Links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
ImplementierungsspracheGoJavaC und C++C++
Server BetriebssystemeLinux
macOS
Windows
gehostetAlle Betriebssysteme mit einer Java VM
Linux
OS X
Windows
Android
Any POSIX system
Docker
iOS
Linux
macOS
QNX
Windows
Linux
OS X
Windows
Datenschemadynamic schemaschemafreischema-free and OWL/RDFS-schema support; RDF shapesjaschemafrei
Typisierung infovordefinierte Datentypen, z.B. float oder datejaja, Details hierjajaja infostring, binary, float, bool, date, geometry
XML Unterstützung infoVerarbeitung von Daten in XML Format, beispielsweise Speicherung von XML-Strukturen und/oder Unterstützung von XPath, XQuery, XSLTneinneinneinneinnein
Sekundärindizesjajayes, supports real-time synchronization and indexing in SOLR/Elastic search/Lucene and GeoSPARQL geometry data indexesjaja
SQL infoSupport of SQLyes, wire compatible with PostgreSQLSQL-like query language (GQL)stored SPARQL accessed as SQL using Apache Calcite through JDBC/ODBCneinnein
APIs und andere ZugriffskonzepteJDBCgRPC (using protocol buffers) API
RESTful HTTP/JSON API
GeoSPARQL
GraphQL
GraphQL Federation
Java API
JDBC
RDF4J API
RDFS
RIO
Sail API
Sesame REST HTTP Protocol
SPARQL 1.1
Proprietäres native API
Unterstützte ProgrammiersprachenC#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
.Net
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
C
C++
Dart (Flutter)
Go
Java
Kotlin
Python
Swift
C infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
Server-seitige Scripts infoStored Proceduresneinmit Google App Enginewell-defined plugin interfaces; JavaScript server-side extensibilitynein
TriggersneinCallbacks mit Google Apps EngineneinneinClient-side triggers through changefeeds
Partitionierungsmechanismen infoMethoden zum Speichern von unterschiedlichen Daten auf unterschiedlichen Knotenhorizontal partitioning (by key range) infoall tables are translated to an ordered KV store and then broken down into 64MB ranges, which are then used as replicas in RAFTShardingkeinekeineSharding inforange based
Replikationsmechanismen infoMethoden zum redundanten Speichern von Daten auf mehreren KnotenMulti-source replication using RAFTMulti-source replication using PaxosMulti-Source ReplikationData sync between devices allowing occasional connected databases to work completely offlineSource-Replica Replikation
MapReduce infoBietet ein API für Map/Reduce Operationenneinja infomittels Google Cloud Dataflowneinneinja
Konsistenzkonzept infoMethoden zur Sicherstellung der Konsistenz in einem verteilten SystemImmediate 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 Consistency, Eventual consistency (configurable in cluster mode per master or individual client request)Immediate ConsistencyImmediate Consistency
Fremdschlüssel inforeferenzielle Integritätjaja infovia ReferenceProperties or Ancestor pathsja infoConstraint checkingjanein
Transaktionskonzept infoUnterstützung zur Sicherstellung der Datenintegrität bei nicht-atomaren DatenmanipulationenACIDACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsACIDACIDAtomic single-document operations
Concurrency infoUnterstützung von gleichzeitig ausgeführten Datenmanipulationenjajajajaja infoMVCC based
Durability infoDauerhafte Speicherung der Datenjajajajaja
In-Memory Unterstützung infoGibt es Möglichkeiten einige oder alle Strukturen nur im Hauptspeicher zu haltenneinneinneinnein
Berechtigungskonzept infoZugriffskontrolleRole-based access controlAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)Default Basic authentication through RDF4J client, or via Java when run with cURL, default token-based in the Workbench or via Rest API, optional access through OpenID or Kerberos single sign-on.jaja infousers and table-level permissions
Weitere Informationen bereitgestellt vom Systemhersteller
CockroachDBGoogle Cloud DatastoreGraphDB infoUrsprünglicher Name: OWLIMObjectBoxRethinkDB
Specific characteristicsOntotext GraphDB is a semantic database engine that allows organizations to build...
» mehr
Competitive advantagesGraphDB allows you to link text and data in big knowledge graphs. It’s easy to experiment...
» mehr
Typical application scenariosMetadata enrichment and management, linked data publishing, semantic inferencing...
» mehr
Key customers​ GraphDB provides a platform for building next-generation AI and Knowledge Graph...
» mehr
Market metricsGraphDB is the most utilized semantic triplestore for mission-critical enterprise...
» mehr
Licensing and pricing modelsGraphDB Free is a non-commercial version and is free to use. GraphDB Enterprise edition...
» mehr
Neuigkeiten

Bi-directional Offline-First Data Sync with MongoDB and ObjectBox
21. Oktober 2024

The rise of small language models
2. Oktober 2024

MongoDB Realm & Device Sync alternatives – ObjectBox
17. September 2024

Local AI – what it is and why we need it
11. September 2024

First on-device Vector Database (aka Semantic Index) for iOS
24. Juli 2024

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
CockroachDBGoogle Cloud DatastoreGraphDB infoUrsprünglicher Name: OWLIMObjectBoxRethinkDB
DB-Engines Blog Posts

Meet some database management systems you are likely to hear more about in the future
4. August 2014, Paul Andlinger

alle anzeigen

Erwähnungen in aktuellen Nachrichten

AI Meets Resilience: Cockroach Labs Intros CockroachDB 24.2
2. Oktober 2024, Channel Insider

Cockroach Labs shakes up its licensing to force bigger companies to pay
15. August 2024, TechCrunch

Now CockroachDB Ditches Open-Source License
20. August 2024, It's FOSS News

CockroachDB scurries off to proprietary software land
23. August 2024, The Register

CockroachDB retires self-hosted Core offering, makes Enterprise version free for companies under $10M in annual revenue
15. August 2024, SDTimes.com

bereitgestellt von Google News

What Is Google Cloud? Platform, Benefits & More Explained
17. Oktober 2024, Cloudwards

Google Gets Rid of Fees To Transfer Data Out of Cloud Platform
12. Januar 2024, Spiceworks News and Insights

Google App Engine
26. April 2024, TechTarget

17 Top Cloud Storage Companies to Know
9. April 2024, Built In

Best cloud storage of 2024
16. Oktober 2024, TechRadar

bereitgestellt von Google News

Semantic Web Company and Ontotext Merge to Create Knowledge Graph and AI Powerhouse Graphwise
23. Oktober 2024, PR Newswire

Semantic Web Company and Ontotext merge to form Graphwise
23. Oktober 2024, Blocks & Files

A Content Management Platform and a Graph Database Come Together in the New Company: Graphwise
28. Oktober 2024, The Recursive

Knowledge graphs change the nature of business intelligence
8. April 2024, TechHQ

Major AI Merger: Bulgarian Ontotext merges with Semantic Web Company to form Graphwise
24. Oktober 2024, Trending Topics SEE

bereitgestellt von Google News

Industrial IoT (IIoT) edge solution for railway operators – a Kapsch ObjectBox Case Study
21. Juni 2019, 1E9

bereitgestellt von Google News

An introduction to building realtime apps with RethinkDB
9. Juli 2022, devm.io

How to Use RethinkDB with Node.js Applications
16. Dezember 2015, SitePoint

Stripe acquires team behind NoSQL database startup RethinkDB
5. Oktober 2016, VentureBeat

Installing and Using RethinkDB on Ubuntu
8. April 2022, Open Source For You

Adapting RethinkDB For The Evented Web With Pusher
4. September 2015, SitePoint

bereitgestellt von Google News



Teilen sie diese Seite mit ihrem Netzwerk

Featured Products

SingleStore logo

The data platform to build your intelligent applications.
Try it 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

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.

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