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 > GridGain vs. JaguarDB vs. Redis vs. Splunk vs. WakandaDB

System Properties Comparison GridGain vs. JaguarDB vs. Redis vs. Splunk vs. WakandaDB

Editorial information provided by DB-Engines
NameGridGain  Xexclude from comparisonJaguarDB  Xexclude from comparisonRedis  Xexclude from comparisonSplunk  Xexclude from comparisonWakandaDB  Xexclude from comparison
DescriptionGridGain is an in-memory computing platform, built on Apache IgnitePerformant, highly scalable DBMS for AI and IoT applicationsPopular 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 DataWakandaDB is embedded in a server that provides a REST API and a server-side javascript engine to access data
Primary database modelKey-value store
Relational DBMS
Key-value store
Vector DBMS
Key-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceSearch engineObject oriented 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
Score1.47
Rank#154  Overall
#26  Key-value stores
#72  Relational DBMS
Score0.00
Rank#383  Overall
#60  Key-value stores
#13  Vector DBMS
Score157.80
Rank#6  Overall
#1  Key-value stores
Score86.45
Rank#14  Overall
#2  Search engines
Score0.03
Rank#364  Overall
#17  Object oriented DBMS
Websitewww.gridgain.comwww.jaguardb.comredis.com
redis.io
www.splunk.comwakanda.github.io
Technical documentationwww.gridgain.com/­docs/­index.htmlwww.jaguardb.com/­support.htmldocs.redis.com/­latest/­index.html
redis.io/­docs
docs.splunk.com/­Documentation/­Splunkwakanda.github.io/­doc
DeveloperGridGain Systems, Inc.DataJaguar, Inc.Redis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.Splunk Inc.Wakanda SAS
Initial release20072015200920032012
Current releaseGridGain 8.5.13.3 July 20237.2.4, January 20242.7.0 (April 29, 2019), April 2019
License infoCommercial or Open SourcecommercialOpen Source infoGPL V3.0Open Source infosource-available extensions (modules), commercial licenses for Redis Enterprisecommercial infoLimited free edition and free developer edition availableOpen Source infoAGPLv3, extended commercial license available
Cloud-based only infoOnly available as a cloud servicenonononono
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 languageJava, C++, .NetC++ infothe server part. Clients available in other languagesCC++, JavaScript
Server operating systemsLinux
OS X
Solaris
Windows
LinuxBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Linux
OS X
Solaris
Windows
Linux
OS X
Windows
Data schemeyesyesschema-freeyesyes
Typing infopredefined data types such as float or dateyesyespartial 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.yesnonoyesno
Secondary indexesyesyesyes infowith RediSearch moduleyes
SQL infoSupport of SQLANSI-99 for query and DML statements, subset of DDLA subset of ANSI SQL is implemented infobut no views, foreign keys, triggerswith RediSQL moduleno infoSplunk Search Processing Language for search commandsno
APIs and other access methodsHDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
JDBC
ODBC
proprietary protocol infoRESP - REdis Serialization ProtocolHTTP RESTRESTful HTTP API
Supported programming languagesC#
C++
Java
PHP
Python
Ruby
Scala
C
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Scala
C
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
JavaScript
Server-side scripts infoStored proceduresyes (compute grid and cache interceptors can be used instead)noLua; Redis Functions coming in Redis 7 (slides and Github)yesyes
Triggersyes (cache interceptors and events)nopublish/subscribe channels provide some trigger functionality; RedisGearsyesyes
Partitioning methods infoMethods for storing different data on different nodesShardingShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardingShardingnone
Replication methods infoMethods for redundantly storing data on multiple nodesyes (replicated cache)Multi-source replicationMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
Multi-source replicationnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsyes (compute grid and hadoop accelerator)nothrough RedisGearsyesno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual ConsistencyEventual 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 integritynononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDnoAtomic 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 persistentyesyesyes 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.yesnoyesnono
User concepts infoAccess controlSecurity Hooks for custom implementationsrights management via user accountsAccess 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 rolesyes

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 partiesRedisson PRO: The ultra-fast Redis Java Client.
» more

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

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

Navicat for Redis: the award-winning Redis management tool with an intuitive and powerful graphical interface.
» more

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

More resources
GridGainJaguarDBRedisSplunkWakandaDB
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

GridGain in-memory data and generative AI – Blocks and Files
10 May 2024, Blocks & Files

GridGain's 2023 Growth Positions Company for Strong 2024
25 January 2024, Datanami

GridGain Announces Call for Speakers for Virtual Apache Ignite Summit 2024
8 February 2024, PR Newswire

GridGain to Sponsor and Speak at Three Key Industry Events in May 2024
2 May 2024, PR Newswire

GridGain Adds Andy Sacks as Chief Revenue Officer, Promotes Lalit Ahuja to Chief Customer and Product Officer ...
17 July 2023, Yahoo Finance

provided by Google News

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

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

Redis moves to source-available licenses
25 March 2024, InfoWorld

Redis expands data management capabilities with Speedb acquisition – Blocks and Files
22 March 2024, Blocks & Files

The Coolest Database System Companies Of The 2024 Big Data 100
22 April 2024, CRN

provided by Google News



Share this page

Featured Products

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.

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.

Milvus logo

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

Present your product here