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

DBMS > Badger vs. Bangdb vs. Elasticsearch vs. Redis

System Properties Comparison Badger vs. Bangdb vs. Elasticsearch vs. Redis

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameBadger  Xexclude from comparisonBangdb  Xexclude from comparisonElasticsearch  Xexclude from comparisonRedis  Xexclude from comparison
DescriptionAn embeddable, persistent, simple and fast Key-Value Store, written purely in Go.Converged and high performance database for device data, events, time series, document and graphA distributed, RESTful modern search and analytics engine based on Apache Lucene infoElasticsearch lets you perform and combine many types of searches such as structured, unstructured, geo, and metricPopular 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.
Primary database modelKey-value storeDocument store
Graph DBMS
Time Series DBMS
Search engineKey-value store infoMultiple data types and a rich set of operations, as well as configurable data expiration, eviction and persistence
Secondary database modelsSpatial DBMSDocument store
Spatial DBMS
Vector DBMS
Document 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.14
Rank#331  Overall
#49  Key-value stores
Score0.08
Rank#347  Overall
#47  Document stores
#34  Graph DBMS
#31  Time Series DBMS
Score135.35
Rank#7  Overall
#1  Search engines
Score157.80
Rank#6  Overall
#1  Key-value stores
Websitegithub.com/­dgraph-io/­badgerbangdb.comwww.elastic.co/­elasticsearchredis.com
redis.io
Technical documentationgodoc.org/­github.com/­dgraph-io/­badgerdocs.bangdb.comwww.elastic.co/­guide/­en/­elasticsearch/­reference/­current/­index.htmldocs.redis.com/­latest/­index.html
redis.io/­docs
DeveloperDGraph LabsSachin Sinha, BangDBElasticRedis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.
Initial release2017201220102009
Current releaseBangDB 2.0, October 20218.6, January 20237.2.4, January 2024
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoBSD 3Open Source infoElastic LicenseOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprise
Cloud-based only infoOnly available as a cloud servicenononono
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 languageGoC, C++JavaC
Server operating systemsBSD
Linux
OS X
Solaris
Windows
LinuxAll OS with a Java VMBSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Data schemeschema-freeschema-freeschema-free infoFlexible type definitions. Once a type is defined, it is persistentschema-free
Typing infopredefined data types such as float or datenoyes: string, long, double, int, geospatial, stream, eventsyespartial infoSupported data types are strings, hashes, lists, sets and sorted sets, bit arrays, hyperloglogs and geospatial indexes
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
Secondary indexesnoyes infosecondary, composite, nested, reverse, geospatialyes infoAll search fields are automatically indexedyes infowith RediSearch module
SQL infoSupport of SQLnoSQL like support with command line toolSQL-like query languagewith RediSQL module
APIs and other access methodsProprietary protocol
RESTful HTTP API
Java API
RESTful HTTP/JSON API
proprietary protocol infoRESP - REdis Serialization Protocol
Supported programming languagesGoC
C#
C++
Java
Python
.Net
Groovy
Community Contributed Clients
Java
JavaScript
Perl
PHP
Python
Ruby
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
Server-side scripts infoStored proceduresnonoyesLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersnoyes, Notifications (with Streaming only)yes infoby using the 'percolation' featurepublish/subscribe channels provide some trigger functionality; RedisGears
Partitioning methods infoMethods for storing different data on different nodesnoneSharding (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 sharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneselectable replication factor, Knob for CAP (enterprise version only)yesMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoES-Hadoop Connectorthrough RedisGears
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneTunable consistency, set CAP knob accordinglyEventual Consistency infoSynchronous doc based replication. Get by ID may show delays up to 1 sec. Configurable write consistency: one, quorum, allEventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Foreign keys infoReferential integritynononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDnoAtomic execution of command blocks and scripts and optimistic locking
Concurrency infoSupport for concurrent manipulation of datayesyes, optimistic concurrency controlyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyesyes, implements WAL (Write ahead log) as wellyesyes infoConfigurable mechanisms for persistency via snapshots and/or operations logs
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes, run db with in-memory only modeMemcached and Redis integrationyes
User concepts infoAccess controlnoyes (enterprise version only)Access 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 partiesAiven for Redis: Fully managed in-memory key-value store for all your caching and speedy lookup needs.
» more

Navicat 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

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

More resources
BadgerBangdbElasticsearchRedis
DB-Engines blog posts

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

Elasticsearch moved into the top 10 most popular database management systems
3 July 2017, Matthias Gelbmann

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

show all

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

Elasticsearch Enables 400 Criteo Engineers to Search 4 TB of Log Data per Week
15 May 2024, Yahoo Singapore News

Netflix Uses Elasticsearch Percolate Queries to Implement Reverse Searches Efficiently
29 April 2024, InfoQ.com

Splunk vs Elasticsearch | A Comparison and How to Choose
12 January 2024, SentinelOne

Using Elasticsearch to Offload Search and Analytics from DynamoDB: Pros and Cons
10 May 2024, hackernoon.com

Introducing Elasticsearch Vector Database to Azure OpenAI Service On Your Data (Preview)
26 March 2024, insider.govtech.com

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online 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

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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.

Present your product here