DB-EnginesExtremeDB: the mission critical dbmsEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Bangdb vs. Neo4j vs. Redis

System Properties Comparison Bangdb vs. Neo4j vs. Redis

Please select another system to include it in the comparison.

Editorial information provided by DB-Engines
NameBangdb  Xexclude from comparisonNeo4j  Xexclude from comparisonRedis  Xexclude from comparison
DescriptionConverged and high performance database for device data, events, time series, document and graphScalable, ACID-compliant graph database designed with a high-performance distributed cluster architecture, available in self-hosted and cloud offeringsPopular 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 modelDocument store
Graph DBMS
Time Series DBMS
Graph DBMSKey-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 infowith RedisJSON
Graph DBMS infowith RedisGraph
Spatial DBMS
Search engine infowith RediSearch
Time Series DBMS infowith RedisTimeSeries
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.33
Rank#336  Overall
#44  Document stores
#31  Graph DBMS
#28  Time Series DBMS
Score52.77
Rank#22  Overall
#1  Graph DBMS
Score167.35
Rank#6  Overall
#1  Key-value stores
Websitebangdb.comneo4j.comredis.com
redis.io
Technical documentationbangdb.com/­developerneo4j.com/­docsdocs.redis.com/­latest/­index.html
redis.io/­documentation
Social network pagesLinkedInTwitterFacebookYouTubeDiscord
DeveloperSachin Sinha, BangDBNeo4j, Inc.Redis project core team, inspired by Salvatore Sanfilippo infoDevelopment sponsored by Redis Inc.
Initial release201220072009
Current releaseBangDB 2.0, October 20215.8, May 20237.0.11, April 2023
License infoCommercial or Open SourceOpen Source infoBSD 3Open Source infoGPL version3, commercial licenses availableOpen Source infosource-available extensions (modules), commercial licenses for Redis Enterprise
Cloud-based only infoOnly available as a cloud servicenonono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Neo4j Aura: Neo4j’s fully managed cloud service: The zero-admin, always-on graph database for cloud developers.
  • Redis Enterprise Cloud: Instantly scale and pay only for the resources you need - on any cloud - AWS, Azure or Google Cloud.
  • ScaleGrid Hosting for Redis: Fully managed hosting for Redis on a wide variety of cloud providers and On-Premises. Get advanced monitoring and automate your management through one centralized platform.
  • Aiven for Redis: Fully managed in-memory key-value store, for all your caching and speedy lookup needs.
Implementation languageC, C++Java, ScalaC
Server operating systemsLinuxLinux infoCan also be used server-less as embedded Java database.
OS X
Solaris
Windows
BSD
Linux
OS X
Windows infoported and maintained by Microsoft Open Technologies, Inc.
Data schemeschema-freeschema-free and schema-optionalschema-free
Typing infopredefined data types such as float or dateyes: 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.nono
Secondary indexesyes infosecondary, composite, nested, reverse, geospatialyes infopluggable indexing subsystem, by default Apache Luceneyes infowith RediSearch module
SQL infoSupport of SQLSQL like support with command line toolnono
APIs and other access methodsProprietary protocol
RESTful HTTP API
Bolt protocol
Cypher query language
Java API
Neo4j-OGM infoObject Graph Mapper
RESTful HTTP API
Spring Data Neo4j
TinkerPop 3
proprietary protocol infoRESP - REdis Serialization Protocol
Supported programming languagesC
C#
C++
Java
Python
.Net
Clojure
Elixir
Go
Groovy
Haskell
Java
JavaScript
Perl
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
Server-side scripts infoStored proceduresnoyes infoUser defined Procedures and FunctionsLua; Redis Functions coming in Redis 7 (slides and Github)
Triggersyes, Notifications (with Streaming only)yes infovia event handlerpublish/subscribe channels provide some trigger functionality; RedisGears
Partitioning methods infoMethods for storing different data on different nodesSharding (enterprise version only). P2P based virtual network overlay with consistent hashing and chord algorithmyes using Neo4j FabricSharding infoAutomatic hash-based sharding with support for hash-tags for manual sharding
Replication methods infoMethods for redundantly storing data on multiple nodesselectable replication factor, Knob for CAP (enterprise version only)Causal Clustering using Raft protocol infoavailable in in Enterprise Version onlyMulti-source replication infowith Redis Enterprise Pack
Source-replica replication infoChained replication is supported
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonothrough RedisGears
Consistency concepts infoMethods to ensure consistency in a distributed systemTunable consistency, set CAP knob accordinglyCausal and Eventual Consistency configurable in Causal Cluster setup
Immediate Consistency in stand-alone mode
Eventual Consistency
Causal consistency can be enabled in Active-Active databases
Strong consistency with Redis Raft
Strong eventual consistency with Active-Active
Foreign keys infoReferential integritynoyes infoRelationships in graphsno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDAtomic execution of command blocks and scripts and optimistic locking
Concurrency infoSupport for concurrent manipulation of datayes, optimistic concurrency controlyesyes infoData access is serialized by the server
Durability infoSupport for making data persistentyes, 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.yes, run db with in-memory only modeyes
User concepts infoAccess controlyes (enterprise version only)Users, roles and permissions. Pluggable authentication with supported standards (LDAP, Active Directory, Kerberos)Access Control Lists (ACLs): redis.io/­topics/­acl
LDAP and Role-Based Access Control (RBAC) for Redis Enterprise
Mutual TLS authentication: redis.io/­topics/­encryption
Password-based authentication
More information provided by the system vendor
BangdbNeo4jRedis
Specific characteristicsNeo4j delivers graph technology that has been battle tested for performance and scale...
» more
The Redis real-time data platform builds upon the unmatched simplicity and speed...
» more
Competitive advantagesNeo4j is the market leader, graph database category creator, and the most widely...
» more
Redis Enterprise is a robust in-memory database platform built by the people who...
» more
Typical application scenariosReal-Time Recommendations Master Data Management Identity and Access Management Network...
» more
Redis Enterprise is used by large enterprise, startup, and government organizations...
» more
Key customersOver 800 commercial customers and over 4300 startups use Neo4j. Flagship customers...
» more
Verizon, Vodafone, Atlassian, Trip Advisor, Jet.com, Nokia, Samsung, HTC, Docker,...
» more
Market metricsNeo4j boasts the world's largest graph database ecosystem with more than 140 million...
» more
Most launched Docker container per day according to Docker Hub (7.2M launches per...
» more
Licensing and pricing modelsGPL v3 license that can be used all the places where you might use MySQL. Neo4j Commercial...
» more
Redis Enterprise Cloud lets users scale up and down instantly, and pay only for the...
» more
News

Celebrating Neo4j’s Recognition as a Global Top 100 Most Loved Workplace
31 May 2023

This Week in Neo4j: Advanced Cypher, Data Analysis, Graphyx, GraphQL APIs, and More
27 May 2023

This Week in Neo4j: Bluesky, Process Tempo, GraphGPT, D3.js, Pathfinding, and More
20 May 2023

This Week in Neo4j: Twitch, Generative AI, Star Wars, AWS, ArcGIS, and More
13 May 2023

Neo4j AuraDB Enterprise Now Available on Microsoft Azure
9 May 2023

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

Read the Redis NoSQL benchmark report.
» more

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

Aiven for Redis: Store and access your data quickly and efficiently.
» more

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

More resources
BangdbNeo4jRedis
DB-Engines blog posts

Applying Graph Analytics to Game of Thrones
12 June 2019, Amy Hodler & Mark Needham, Neo4j (guest author)

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

The openCypher Project: Help Shape the SQL for Graphs
22 December 2015, Emil Eifrem (guest author)

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

Cloud pak for data - BangDB on CPD IBM
23 January 2023, docs.bangdb.com

BangDB
2 January 2022, dbdb.io

BangDB
1 June 2021, in.linkedin.com

Multi Model Graph Database - Real-Time Analytics
27 April 2020, bangdb.com

NoSQL or SQL database
4 September 2021, bangdb.com

provided by Google News

DXC Technology snags award at Neo4j GraphSummit Australia
9 May 2023, CRN Australia

Global Open-Source Database Software Market Size and Forecast ...
31 May 2023, SleterFC.com

To deliver true explainability ChatGPT needs graph technology
12 May 2023, ComputerWeekly.com

Neo4j Hires Google Executive Sudhir Hasbe As Chief Product ...
4 April 2023, PR Newswire

Neo4j Acqui-hires Cloud Managed Services Team in Major ...
14 March 2023, PR Newswire

provided by Google News

Optimizing Mastodon Performance with Sidekiq and Redis Enterprise
18 May 2023, The New Stack

Pliops and phoenixNAP team up to turbocharge Redis – Blocks and ...
26 May 2023, Blocks and Files

Innovation Profile: How CIOs Deploy Redis to Optimize Speed, Cost
26 May 2023, Acceleration Economy

Vector Databases Are Having a Moment — A Chat with Pinecone
17 May 2023, The New Stack

Briefing: Twitter Stopped Paying Cloud Bill Before DeSantis Glitch
30 May 2023, The Information

provided by Google News

Job opportunities

Open Data Specialist
Howard Hughes Medical Institute, Ashburn, VA

Customer Success Manager - Remote
Neo4j, United States

Data Architect(Neo4J)
Apolis, Remote

Neo4J - SME
Purple Drive Technologies, Remote

Sr. Salesforce Production Support Administrator (Remote)
Neo4j, United States

Database Administrator (Kubernetes)
Power Home Remodeling, Greenbelt, MD

NoSQL Database Administrator
Accolite Digital, Englewood, CO

Database Administrator (Kubernetes)
Power Home Remodeling, Leesburg, VA

Director, Engineering- Database (Keyvalue)
GEICO, Chevy Chase, MD

Principal Database Developer - GIS
Concepts Beyond, LLC, Remote, DC

jobs by Indeed



Share this page

Featured Products

MariaDB logo

SkySQL, the ultimate
MariaDB cloud, is here.

Get started with SkySQL today!

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Redis logo

The world’s most loved real‑time data platform.
Try free

AllegroGraph logo

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

Cassandra Forward online event

Want to level up your Cassandra game?
If you missed the event or would like to re-watch a session, replays are available now. Watch now!

Present your product here