DB-EnginesExtremeDB for everyone with an RTOSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Google Cloud Datastore vs. Lovefield vs. Redis vs. Splunk vs. Yaacomo

System Properties Comparison Google Cloud Datastore vs. Lovefield vs. Redis vs. Splunk vs. Yaacomo

Editorial information provided by DB-Engines
NameGoogle Cloud Datastore  Xexclude from comparisonLovefield  Xexclude from comparisonRedis  Xexclude from comparisonSplunk  Xexclude from comparisonYaacomo  Xexclude from comparison
Yaacomo seems to be discontinued and is removed from the DB-Engines ranking
DescriptionAutomatically scaling NoSQL Database as a Service (DBaaS) on the Google Cloud PlatformEmbeddable relational database for web apps written in pure JavaScriptPopular in-memory data platform used as a cache, message broker, and database that can be deployed on-premises, across clouds, and hybrid environments infoRedis focuses on performance so most of its design decisions prioritize high performance and very low latencies.Analytics Platform for Big DataOpenCL based in-memory RDBMS, designed for efficiently utilizing the hardware via parallel computing
Primary database modelDocument storeRelational DBMSKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceSearch engineRelational DBMS
Secondary database modelsDocument store infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
Vector DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score4.49
Rank#79  Overall
#12  Document stores
Score0.32
Rank#290  Overall
#132  Relational DBMS
Score156.44
Rank#6  Overall
#1  Key-value stores
Score88.71
Rank#14  Overall
#2  Search engines
Websitecloud.google.com/­datastoregoogle.github.io/­lovefieldredis.com
redis.io
www.splunk.comyaacomo.com
Technical documentationcloud.google.com/­datastore/­docsgithub.com/­google/­lovefield/­blob/­master/­docs/­spec_index.mddocs.redis.com/­latest/­index.html
redis.io/­docs
docs.splunk.com/­Documentation/­Splunk
DeveloperGoogleGoogleRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Splunk Inc.Q2WEB GmbH
Initial release20082014200920032009
Current release2.1.12, February 20177.2.4, January 2024
License infoCommercial or Open SourcecommercialOpen Source infoApache 2.0Open Source infosource-available extensions (modules), commercial licenses for Redis Enterprisecommercial infoLimited free edition and free developer edition availablecommercial
Cloud-based only infoOnly available as a cloud serviceyesnononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
Implementation languageJavaScriptC
Server operating systemshostedserver-less, requires a JavaScript environment (browser, Node.js) infotested with Chrome, Firefox, IE, SafariBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Linux
OS X
Solaris
Windows
Android
Linux
Windows
Data schemeschema-freeyesschema-freeyesyes
Typing infopredefined data types such as float or dateyes, details hereyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyesyes
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.nononoyesno
Secondary indexesyesyesyes infowith RediSearch moduleyesyes
SQL infoSupport of SQLSQL-like query language (GQL)SQL-like query language infovia JavaScript builder patternwith RediSQL moduleno infoSplunk Search Processing Language for search commandsyes
APIs and other access methodsgRPC (using protocol buffers) API
RESTful HTTP/JSON API
proprietary protocol infoRESP - REdis Serialization ProtocolHTTP RESTJDBC
ODBC
Supported programming languages.Net
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
JavaScriptC
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
C#
Java
JavaScript
PHP
Python
Ruby
Server-side scripts infoStored proceduresusing Google App EnginenoLua; Redis Functions coming in Redis 7 (slides and Github)yes
TriggersCallbacks using the Google Apps EngineUsing read-only observerspublish/subscribe channels provide some trigger functionality; RedisGearsyesyes
Partitioning methods infoMethods for storing different data on different nodesShardingnoneSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingShardinghorizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-source replication using PaxosnoneMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Multi-source replicationSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes infousing Google Cloud Dataflownothrough RedisGearsyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate 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.Eventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Eventual ConsistencyImmediate Consistency
Foreign keys infoReferential integrityyes infovia ReferenceProperties or Ancestor pathsyesnonoyes
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoSerializable Isolation within Transactions, Read Committed outside of TransactionsACIDAtomic execution of command blocks and scripts and optimistic lockingno infoA 'Transaction' in Splunk has a different meaning: grouping related events into a single one for later searchingACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoData access is serialized by the serveryesyes
Durability infoSupport for making data persistentyesyes, by using IndexedDB or the cloud service Firebase Realtime Databaseyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infousing MemoryDByesnoyes
User concepts infoAccess controlAccess rights for users, groups and roles based on Google Cloud Identity and Access Management (IAM)noAccess Control Lists (ACLs): redis.io/­docs/­management/­security/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­docs/­management/­security/­encryption
Password-based authentication
Access rights for users and rolesfine grained access rights according to SQL-standard

More information provided by the system vendor

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
3rd partiesNavicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» more

Redisson PRO: The ultra-fast Redis Java Client.
» more

CData: Connect to Big Data & NoSQL through standard Drivers.
» more

Aiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
» more

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

More resources
Google Cloud DatastoreLovefieldRedisSplunkYaacomo
DB-Engines blog posts

PostgreSQL is the DBMS of the Year 2018
2 January 2019, Paul Andlinger, Matthias Gelbmann

MySQL, PostgreSQL and Redis are the winners of the March ranking
2 March 2016, Paul Andlinger

MongoDB is the DBMS of the year, defending the title from last year
7 January 2015, Paul Andlinger, Matthias Gelbmann

show all

Enterprise Search Engines almost double their popularity in the last 12 months
2 July 2014, Paul Andlinger

show all

Recent citations in the news

Google Cloud Stops Exit Fees
12 January 2024, Spiceworks News and Insights

BigID Data Intelligence Platform Now Available on Google Cloud Marketplace
6 November 2023, PR Newswire

What is Google App Engine? | Definition from TechTarget
26 April 2024, TechTarget

What Is Google Cloud Platform?
28 August 2023, Simplilearn

Google says it’ll stop charging fees to transfer data out of Google Cloud
11 January 2024, TechCrunch

provided by Google News

Linux Foundation marshals support for open source alternative to Redis
3 April 2024, The Register

Switching from Monolithic to Event-Driven Architecture with Celery & Redis
25 April 2024, Medium

Cloud Developer Survey Highlights Performance Struggles and Debunks SQL vs. NoSQL Misconception
22 April 2024, Yahoo Movies UK

Redis switches licenses, acquires Speedb to go beyond its core in-memory database
21 March 2024, TechCrunch

Redis acquires storage engine startup Speedb to enhance its open-source database
21 March 2024, SiliconANGLE News

provided by Google News



Share this page

Featured Products

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.

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

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

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

Present your product here