DB-EnginesextremeDB - solve IoT connectivity disruptionsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > Google Cloud Firestore vs. Oracle NoSQL vs. RDF4J vs. TypeDB

System Properties Comparison Google Cloud Firestore vs. Oracle NoSQL vs. RDF4J vs. TypeDB

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameGoogle Cloud Firestore  Xexclude from comparisonOracle NoSQL  Xexclude from comparisonRDF4J infoformerly known as Sesame  Xexclude from comparisonTypeDB infoformerly named Grakn  Xexclude from comparison
DescriptionCloud 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 multi-model, scalable, distributed NoSQL database, designed to provide highly reliable, flexible, and available data management across a configurable set of storage nodesRDF4J is a Java framework for processing RDF data, supporting both memory-based and a disk-based storage.TypeDB provides developers with an expressive, customizable type system to manage their data using an award-winning query language, TypeQL, while building on a high-performance, distributed architecture.
Primary database modelDocument storeDocument store
Key-value store
Relational DBMS
RDF storeGraph DBMS infoThe type-theoretic data model of TypeDB subsumes the graph database model.
Object oriented DBMS infoThe data model of TypeDB comprises object-oriented features such as class inheritance and interfaces.
Relational DBMS infoThe type-theoretic data model of TypeDB subsumes the relational database model.
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score6.63
Rank#54  Overall
#9  Document stores
Score3.07
Rank#86  Overall
#15  Document stores
#11  Key-value stores
#47  Relational DBMS
Score0.72
Rank#222  Overall
#9  RDF stores
Score0.65
Rank#230  Overall
#20  Graph DBMS
#9  Object oriented DBMS
#107  Relational DBMS
Websitefirebase.google.com/­products/­firestorewww.oracle.com/­database/­nosql/­technologies/­nosqlrdf4j.orgtypedb.com
Technical documentationfirebase.google.com/­docs/­firestoredocs.oracle.com/­en/­database/­other-databases/­nosql-database/­index.htmlrdf4j.org/­documentationtypedb.com/­docs
DeveloperGoogleOracleSince 2016 officially forked into an Eclipse project, former developer was Aduna Software.Vaticle
Initial release2017201120042016
Current release24.1, May 20242.28.3, June 2024
License infoCommercial or Open SourcecommercialOpen Source infoProprietary for Enterprise Edition (Oracle Database EE license has Oracle NoSQL database EE covered: details)Open Source infoEclipse Distribution License (EDL), v1.0.Open Source infoGPL Version 3, commercial licenses available
Cloud-based only infoOnly available as a cloud serviceyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageJavaJavaJava
Server operating systemshostedLinux
Solaris SPARC/x86
Linux
OS X
Unix
Windows
Linux
OS X
Windows
Data schemeschema-freeSupport Fixed schema and Schema-less deployment with the ability to interoperate between them.yes infoRDF Schemasyes
Typing infopredefined data types such as float or dateyesoptionalyesyes
XML support infoSome form of processing data in XML format, e.g. support for XML data structures, and/or support for XPath, XQuery or XSLT.nonono
Secondary indexesyesyesyesyes
SQL infoSupport of SQLnoSQL-like DML and DDL statementsnono
APIs and other access methodsAndroid
gRPC (using protocol buffers) API
iOS
JavaScript API
RESTful HTTP API
RESTful HTTP APIJava API
RIO infoRDF Input/Output
Sail API
SeRQL infoSesame RDF Query Language
Sesame REST HTTP Protocol
SPARQL
gRPC protocol
TypeDB Console (shell)
TypeDB Studio (IDE)
Supported programming languagesGo
Java
JavaScript
JavaScript (Node.js)
Objective-C
Python
C
C#
Go
Java
JavaScript (Node.js)
Python
Java
PHP
Python
All JVM based languages
C
C++
Java
JavaScript (Node.js)
Python
Rust
Server-side scripts infoStored proceduresyes, Firebase Rules & Cloud Functionsnoyesno
Triggersyes, with Cloud Functionsnoyesno
Partitioning methods infoMethods for storing different data on different nodesShardingShardingnoneno
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replicationElectable source-replica replication per shard. Support distributed global deployment with Multi-region table featurenoneSynchronous replication via raft
MapReduce infoOffers an API for user-defined Map/Reduce methodsUsing Cloud Dataflowwith Hadoop integrationnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency
Immediate Consistency infodepending on configuration
Immediate Consistency
Foreign keys infoReferential integritynonono infosubstituted by the relationship feature
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datayesconfigurable infoACID within a storage node (=shard)ACID infoIsolation support depends on the API usedACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes
Durability infoSupport for making data persistentyesyesyes infoin-memory storage is supported as wellyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infooff heap cacheno
User concepts infoAccess controlAccess rights for users, groups and roles based on Google Cloud Identity and Access Management. Security Rules for 3rd party authentication using Firebase Auth.Access rights for users and rolesnoyes infoat REST API level; other APIs in progress
More information provided by the system vendor
Google Cloud FirestoreOracle NoSQLRDF4J infoformerly known as SesameTypeDB infoformerly named Grakn
Specific characteristicsTypeDB is a polymorphic database with a conceptual data model, a strong subtyping...
» more
Competitive advantagesTypeDB provides a new level of expressivity, extensibility, interoperability, and...
» more
Typical application scenariosLife sciences : TypeDB makes working with biological data much easier and accelerates...
» more
Licensing and pricing modelsApache f or language drivers, and AGPL and Commercial for the database server. The...
» more

We invite representatives of system vendors to contact us for updating and extending the system information,
and for displaying vendor-provided information such as key customers, competitive advantages and market metrics.

Related products and services

We invite representatives of vendors of related products to contact us for presenting information about their offerings here.

More resources
Google Cloud FirestoreOracle NoSQLRDF4J infoformerly known as SesameTypeDB infoformerly named Grakn
DB-Engines blog posts

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

show all

Recent citations in the news

Realtime vs Cloud Firestore: Which Firebase Database to Choose
8 March 2024, Appinventiv

Google's AI-First Strategy Brings Vector Support To Cloud Databases
1 March 2024, Forbes

Google launches Firebase Genkit, a new open source framework for building AI-powered apps
14 May 2024, TechCrunch

NoSQL on the Cloud With Python
7 August 2020, Towards Data Science

Spring Boot Tutorial: Building Microservices Deployed to Google Cloud
26 March 2020, InfoQ.com

provided by Google News

Cloud database comparison: AWS, Microsoft, Google and Oracle
24 July 2024, TechTarget

Top 8 Best NoSQL Databases in 2024
9 September 2024, AIM

Explore Oracle Database Solutions for Maximum Efficiency
4 September 2018, oracle.com

NoSQL Rebels Aim Missile at Larry Ellison's Yacht
20 July 2012, WIRED

Oracle Releases Big Data Appliance with Cloudera Distribution for Hadoop
10 January 2012, SiliconANGLE News

provided by Google News

Modelling Biomedical Data for a Drug Discovery Knowledge Graph
6 October 2020, Towards Data Science

Speedb Goes Open Source With Its Speedb Data Engine, A Drop-in Replacement for RocksDB
9 November 2022, Business Wire

Building a Biomedical Knowledge Graph
28 June 2021, Towards Data Science

provided by Google News



Share this page

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

SingleStore logo

The data platform to build your intelligent applications.
Try it free.

Present your product here