DB-EnginesInfluxDB: Focus on building software with an easy-to-use serverless, scalable time series platformEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > FoundationDB vs. Google Cloud Firestore vs. NCache vs. Riak KV vs. Stardog

System Properties Comparison FoundationDB vs. Google Cloud Firestore vs. NCache vs. Riak KV vs. Stardog

Editorial information provided by DB-Engines
NameFoundationDB  Xexclude from comparisonGoogle Cloud Firestore  Xexclude from comparisonNCache  Xexclude from comparisonRiak KV  Xexclude from comparisonStardog  Xexclude from comparison
Created as commercial project in 2013, FoundationDB has been acquired by Apple in March 2015 and was withdrawn from the market. As a consequence, the product was removed from the DB-Engines ranking. In April 2018, Apple open-sourced FoundationDB and it therefore reappears in the ranking.
DescriptionOrdered key-value store. Core features are complimented by layers.Cloud 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.Open-Source and Enterprise in-memory Key-Value StoreDistributed, fault tolerant key-value storeEnterprise Knowledge Graph platform and graph DBMS with high availability, high performance reasoning, and virtualization
Primary database modelDocument store infosupported via specific layer
Key-value store
Relational DBMS infosupported via specific SQL-layer
Document storeKey-value storeKey-value store infowith links between data sets and object tags for the creation of secondary indexesGraph DBMS
RDF store
Secondary database modelsDocument store
Search engine infoUsing distributed Lucene
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.03
Rank#190  Overall
#31  Document stores
#28  Key-value stores
#89  Relational DBMS
Score7.85
Rank#51  Overall
#8  Document stores
Score0.94
Rank#195  Overall
#29  Key-value stores
Score4.10
Rank#82  Overall
#9  Key-value stores
Score2.02
Rank#123  Overall
#11  Graph DBMS
#6  RDF stores
Websitegithub.com/­apple/­foundationdbfirebase.google.com/­products/­firestorewww.alachisoft.com/­ncachewww.stardog.com
Technical documentationapple.github.io/­foundationdbfirebase.google.com/­docs/­firestorewww.alachisoft.com/­resources/­docswww.tiot.jp/­riak-docs/­riak/­kv/­latestdocs.stardog.com
DeveloperFoundationDBGoogleAlachisoftOpenSource, formerly Basho TechnologiesStardog-Union
Initial release20132017200520092010
Current release6.2.28, November 20205.3.3, April 20243.2.0, December 20227.3.0, May 2020
License infoCommercial or Open SourceOpen Source infoApache 2.0commercialOpen Source infoEnterprise Edition availableOpen Source infoApache version 2, commercial enterprise editioncommercial info60-day fully-featured trial license; 1-year fully-featured non-commercial use license for academics/students
Cloud-based only infoOnly available as a cloud servicenoyesnonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++C#, .NET, .NET Core, JavaErlangJava
Server operating systemsLinux
OS X
Windows
hostedLinux
Windows
Linux
OS X
Linux
macOS
Windows
Data schemeschema-free infosome layers support schemasschema-freeschema-freeschema-freeschema-free and OWL/RDFS-schema support
Typing infopredefined data types such as float or dateno infosome layers support typingyespartial infoSupported data types are Lists, Queues, Hashsets, Dictionary and Counternoyes
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.nononono infoImport/export of XML data possible
Secondary indexesnoyesyesrestrictedyes infosupports real-time indexing in full-text and geospatial
SQL infoSupport of SQLsupported in specific SQL layer onlynoSQL-like query syntax and LINQ for searching the cache. Cache Synchronization with SQL Server using SQL dependency.noYes, compatible with all major SQL variants through dedicated BI/SQL Server
APIs and other access methodsAndroid
gRPC (using protocol buffers) API
iOS
JavaScript API
RESTful HTTP API
IDistributedCache
JCache
LINQ
Proprietary native API
HTTP API
Native Erlang Interface
GraphQL query language
HTTP API
Jena RDF API
OWL
RDF4J API
Sesame REST HTTP Protocol
SNARL
SPARQL
Spring Data
Stardog Studio
TinkerPop 3
Supported programming languages.Net
C
C++
Go
Java
JavaScript infoNode.js
PHP
Python
Ruby
Swift
Go
Java
JavaScript
JavaScript (Node.js)
Objective-C
Python
.Net
.Net Core
C#
Java
JavaScript (Node.js)
Python
Scala
C infounofficial client library
C#
C++ infounofficial client library
Clojure infounofficial client library
Dart infounofficial client library
Erlang
Go infounofficial client library
Groovy infounofficial client library
Haskell infounofficial client library
Java
JavaScript infounofficial client library
Lisp infounofficial client library
Perl infounofficial client library
PHP
Python
Ruby
Scala infounofficial client library
Smalltalk infounofficial client library
.Net
Clojure
Groovy
Java
JavaScript
Python
Ruby
Server-side scripts infoStored proceduresin SQL-layer onlyyes, Firebase Rules & Cloud Functionsno infosupport for stored procedures with SQL-Server CLRErlanguser defined functions and aggregates, HTTP Server extensions in Java
Triggersnoyes, with Cloud Functionsyes infoNotificationsyes infopre-commit hooks and post-commit hooksyes infovia event handlers
Partitioning methods infoMethods for storing different data on different nodesShardingShardingyesSharding infono "single point of failure"none
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-source replicationyes, with selectable consistency levelselectable replication factorMulti-source replication in HA-Cluster
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoUsing Cloud Dataflowyesyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemLinearizable consistencyImmediate ConsistencyEventual Consistency
Immediate Consistency
Strong Eventual Consistency over WAN with Conflict Resolution using Bridge Topology
Eventual ConsistencyImmediate Consistency in HA-Cluster
Foreign keys infoReferential integrityin SQL-layer onlynonono infolinks between data sets can be storedyes inforelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDyesoptimistic locking and pessimistic lockingnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes
User concepts infoAccess controlnoAccess rights for users, groups and roles based on Google Cloud Identity and Access Management. Security Rules for 3rd party authentication using Firebase Auth.Authentication to access the cache via Active Directory/LDAP (possible roles: user, administrator)yes, using Riak SecurityAccess rights for users and roles
More information provided by the system vendor
FoundationDBGoogle Cloud FirestoreNCacheRiak KVStardog
Specific characteristicsNCache has been the market leader in .NET Distributed Caching since 2005 . NCache...
» more
Competitive advantagesNCache is 100% .NET/ .NET Core based which fully supports ASP.NET Core Sessions ,...
» more
Typical application scenariosNCache enables industries like retail, finance, banking IoT, travel, ecommerce, healthcare...
» more
Key customersBank of America, Citi, Natures Way, Charter Spectrum, Barclays, Henry Schein, GBM,...
» more
Market metricsMarket Leader in .NET Distributed Caching since 2005.
» more
Licensing and pricing modelsNCache Open Source is free on an as-is basis without any support. NCache Enterprise...
» 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
FoundationDBGoogle Cloud FirestoreNCacheRiak KVStardog
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

FoundationDB team's new venture, Antithesis, raises $47M to enhance software testing
13 February 2024, SiliconANGLE News

Antithesis raises $47M to launch an automated testing platform for software
13 February 2024, TechCrunch

Deno adds scaleable messaging with new Queues feature, sparks debate about proprietary services • DEVCLASS
28 September 2023, DevClass

IBM Cloudant pulls plan to fund new foundational layer for CouchDB
15 March 2022, The Register

Apple's cloud database FoundationDB now open source
19 April 2018, 9to5Mac

provided by Google News

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

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

Google’s Firebase gets AI extensions, opens up its marketplace
10 May 2023, TechCrunch

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

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

provided by Google News

How to use NCache in ASP.Net Core
25 February 2019, InfoWorld

Custom Response Caching Using NCache in ASP.NET Core
22 April 2020, InfoQ.com

provided by Google News

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

Riak NoSQL Database: Use Cases and Best Practices
23 December 2011, InfoQ.com

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

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 October 2015, The Register

provided by Google News



Share this page

Featured Products

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.

SingleStore logo

Build AI apps with Vectors on SQL and JSON with milliseconds response times.
Try it today.

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.

Present your product here