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

DBMS > Atos Standard Common Repository vs. Bangdb vs. GridGain vs. Redis vs. SQream DB

System Properties Comparison Atos Standard Common Repository vs. Bangdb vs. GridGain vs. Redis vs. SQream DB

Editorial information provided by DB-Engines
NameAtos Standard Common Repository  Xexclude from comparisonBangdb  Xexclude from comparisonGridGain  Xexclude from comparisonRedis  Xexclude from comparisonSQream DB  Xexclude from comparison
This system has been discontinued and will be removed from the DB-Engines ranking.
DescriptionHighly scalable database system, designed for managing session and subscriber data in modern mobile communication networksConverged and high performance database for device data, events, time series, document and graphGridGain is an in-memory computing platform, built on Apache IgnitePopular 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.a GPU-based, columnar RDBMS for big data analytics workloads
Primary database modelDocument store
Key-value store
Document store
Graph DBMS
Time Series DBMS
Key-value store
Relational DBMS
Key-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistenceRelational DBMS
Secondary database modelsSpatial DBMSDocument 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
Score0.15
Rank#334  Overall
#45  Document stores
#31  Graph DBMS
#31  Time Series DBMS
Score1.53
Rank#155  Overall
#26  Key-value stores
#73  Relational DBMS
Score156.44
Rank#6  Overall
#1  Key-value stores
Score0.73
Rank#228  Overall
#105  Relational DBMS
Websiteatos.net/en/convergence-creators/portfolio/standard-common-repositorybangdb.comwww.gridgain.comredis.com
redis.io
sqream.com
Technical documentationdocs.bangdb.comwww.gridgain.com/­docs/­index.htmldocs.redis.com/­latest/­index.html
redis.io/­docs
docs.sqream.com
DeveloperAtos Convergence CreatorsSachin Sinha, BangDBGridGain Systems, Inc.Redis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.SQream Technologies
Initial release20162012200720092017
Current release1703BangDB 2.0, October 2021GridGain 8.5.17.2.4, January 20242022.1.6, December 2022
License infoCommercial or Open SourcecommercialOpen Source infoBSD 3commercialOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprisecommercial
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 languageJavaC, C++Java, C++, .NetCC++, CUDA, Haskell, Java, Scala
Server operating systemsLinuxLinuxLinux
OS X
Solaris
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Linux
Data schemeSchema and schema-less with LDAP viewsschema-freeyesschema-freeyes
Typing infopredefined data types such as float or dateoptionalyes: string, long, double, int, geospatial, stream, eventsyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexesyes, ANSI Standard SQL Types
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.yesnoyesno
Secondary indexesyesyes infosecondary, composite, nested, reverse, geospatialyesyes infowith RediSearch moduleno
SQL infoSupport of SQLnoSQL like support with command line toolANSI-99 for query and DML statements, subset of DDLwith RediSQL moduleyes
APIs and other access methodsLDAPProprietary protocol
RESTful HTTP API
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
proprietary protocol infoRESP - REdis Serialization Protocol.Net
JDBC
ODBC
Supported programming languagesAll languages with LDAP bindingsC
C#
C++
Java
Python
C#
C++
Java
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 (Node.js)
Python
Server-side scripts infoStored proceduresnonoyes (compute grid and cache interceptors can be used instead)Lua; Redis Functions coming in Redis 7 (slides and Github)user defined functions in Python
Triggersyesyes, Notifications (with Streaming only)yes (cache interceptors and events)publish/subscribe channels provide some trigger functionality; RedisGearsno
Partitioning methods infoMethods for storing different data on different nodesSharding infocell divisionSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmShardingSharding infoAutomatic hash-based sharding with support for hash-tags for manual shardinghorizontal and vertical partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyesselectable replication factor, Knob for CAP (enterprise version only)yes (replicated cache)Multi-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
none
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyes (compute grid and hadoop accelerator)through RedisGearsno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate Consistency or Eventual Consistency depending on configurationTunable consistency, set CAP knob accordinglyImmediate ConsistencyEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Immediate Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic execution of specific operationsACIDACIDAtomic execution of command blocks and scripts and optimistic lockingACID
Concurrency infoSupport for concurrent manipulation of datayesyes, optimistic concurrency controlyesyes infoData access is serialized by the serveryes
Durability infoSupport for making data persistentyesyes, implements WAL (Write ahead log) as wellyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logsyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes, run db with in-memory only modeyesyes
User concepts infoAccess controlLDAP bind authenticationyes (enterprise version only)Security Hooks for custom implementationsAccess 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

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 partiesCData: 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

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

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

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

More resources
Atos Standard Common RepositoryBangdbGridGainRedisSQream DB
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

Recent citations in the news

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

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

GridGain Named in the 2023 Gartner® Market Guide for Event Stream Processing
22 August 2023, GlobeNewswire

GridGain to Sponsor, Exhibit at Kafka Summit 2024 in London
12 March 2024, PR Newswire

GridGain: Product Overview and Analysis
5 June 2019, eWeek

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

SQream Announces Strategic Integration for Powerful Big Data Analytics with Dataiku
9 February 2024, insideBIGDATA

I SQream, you SQream, we all SQream for … data analytics?
5 October 2023, fierce-network.com

SQream Joins Samsung Cloud Platform Ecosystem
26 July 2023, Datanami

GPU data warehouse startup SQream lands $39.4M funding round
24 June 2020, SiliconANGLE News

SQream Technologies raises $39.4 million for GPU-accelerated databases
24 June 2020, VentureBeat

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.

SingleStore logo

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

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.

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