DB-EnginesExtremeDB: mitigate connectivity issues in a DBMSEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by solid IT

DBMS > Badger vs. IBM Db2 Event Store vs. Ignite vs. PouchDB vs. ToroDB

System Properties Comparison Badger vs. IBM Db2 Event Store vs. Ignite vs. PouchDB vs. ToroDB

Editorial information provided by DB-Engines
NameBadger  Xexclude from comparisonIBM Db2 Event Store  Xexclude from comparisonIgnite  Xexclude from comparisonPouchDB  Xexclude from comparisonToroDB  Xexclude from comparison
ToroDB seems to be discontinued. Therefore it is excluded from the DB-Engines Ranking.
DescriptionAn embeddable, persistent, simple and fast Key-Value Store, written purely in Go.Distributed Event Store optimized for Internet of Things use casesApache Ignite is a memory-centric distributed database, caching, and processing platform for transactional, analytical, and streaming workloads, delivering in-memory speeds at petabyte scale.JavaScript DBMS with an API inspired by CouchDBA MongoDB-compatible JSON document store, built on top of PostgreSQL
Primary database modelKey-value storeEvent Store
Time Series DBMS
Key-value store
Relational DBMS
Document storeDocument store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.14
Rank#331  Overall
#49  Key-value stores
Score0.19
Rank#323  Overall
#2  Event Stores
#28  Time Series DBMS
Score3.16
Rank#96  Overall
#15  Key-value stores
#49  Relational DBMS
Score2.28
Rank#115  Overall
#21  Document stores
Websitegithub.com/­dgraph-io/­badgerwww.ibm.com/­products/­db2-event-storeignite.apache.orgpouchdb.comgithub.com/­torodb/­server
Technical documentationgodoc.org/­github.com/­dgraph-io/­badgerwww.ibm.com/­docs/­en/­db2-event-storeapacheignite.readme.io/­docspouchdb.com/­guides
DeveloperDGraph LabsIBMApache Software FoundationApache Software Foundation8Kdata
Initial release20172017201520122016
Current release2.0Apache Ignite 2.67.1.1, June 2019
License infoCommercial or Open SourceOpen Source infoApache 2.0commercial infofree developer edition availableOpen Source infoApache 2.0Open SourceOpen Source infoAGPL-V3
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.
Implementation languageGoC and C++C++, Java, .NetJavaScriptJava
Server operating systemsBSD
Linux
OS X
Solaris
Windows
Linux infoLinux, macOS, Windows for the developer additionLinux
OS X
Solaris
Windows
server-less, requires a JavaScript environment (browser, Node.js)All OS with a Java 7 VM
Data schemeschema-freeyesyesschema-freeschema-free
Typing infopredefined data types such as float or datenoyesyesnoyes infostring, integer, double, boolean, date, object_id
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.nonoyesnono
Secondary indexesnonoyesyes infovia views
SQL infoSupport of SQLnoyes infothrough the embedded Spark runtimeANSI-99 for query and DML statements, subset of DDLno
APIs and other access methodsADO.NET
DB2 Connect
JDBC
ODBC
RESTful HTTP API
HDFS API
Hibernate
JCache
JDBC
ODBC
Proprietary protocol
RESTful HTTP API
Spring Data
HTTP REST infoonly for PouchDB Server
JavaScript API
Supported programming languagesGoC
C#
C++
Cobol
Delphi
Fortran
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
R
Ruby
Scala
Visual Basic
C#
C++
Java
PHP
Python
Ruby
Scala
JavaScript
Server-side scripts infoStored proceduresnoyesyes (compute grid and cache interceptors can be used instead)View functions in JavaScript
Triggersnonoyes (cache interceptors and events)yesno
Partitioning methods infoMethods for storing different data on different nodesnoneShardingShardingSharding infowith a proxy-based framework, named couchdb-loungeSharding
Replication methods infoMethods for redundantly storing data on multiple nodesnoneActive-active shard replicationyes (replicated cache)Multi-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
Source-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonoyes (compute grid and hadoop accelerator)yes
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneEventual ConsistencyImmediate ConsistencyEventual ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integritynonononono
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonoACIDnono
Concurrency infoSupport for concurrent manipulation of datayesNo - written data is immutableyesyes
Durability infoSupport for making data persistentyesYes - Synchronous writes to local disk combined with replication and asynchronous writes in parquet format to permanent shared storageyesyes infoby using IndexedDB, WebSQL or LevelDB as backendyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyesyes
User concepts infoAccess controlnofine grained access rights according to SQL-standardSecurity Hooks for custom implementationsnoAccess rights for users and roles

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

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

More resources
BadgerIBM Db2 Event StoreIgnitePouchDBToroDB
DB-Engines blog posts

New kids on the block: database management systems implemented in JavaScript
1 December 2014, Matthias Gelbmann

show all

Recent citations in the news

The vision for Db2
26 February 2019, biplatform.nl

Advancements in streaming data storage, real-time analysis and machine learning
25 July 2019, ibm.com

IBM Builds New Ultra-Fast Platform for Hoovering Up and Analyzing Data from Anywhere
31 May 2018, Data Center Knowledge

How IBM Is Turning Db2 into an 'AI Database'
3 June 2019, Datanami

Best cloud databases of 2022
4 October 2022, ITPro

provided by Google News

Apache Ignite: An Overview
6 September 2023, Open Source For You

GridGain Releases Conference Schedule for Virtual Apache Ignite Summit 2023
1 June 2023, Datanami

What is Apache Ignite? How is Apache Ignite Used?
18 July 2022, The Stack

Real-time in-memory OLTP and Analytics with Apache Ignite on AWS | Amazon Web Services
14 May 2016, AWS Blog

Fire up big data processing with Apache Ignite
27 October 2016, InfoWorld

provided by Google News

Building an Offline First App with PouchDB — SitePoint
10 March 2014, SitePoint

Getting Started with PouchDB Client-Side JavaScript Database — SitePoint
7 September 2016, SitePoint

3 Reasons To Think Offline First
22 March 2017, ibm.com

Create Offline Web Apps Using Service Workers & PouchDB — SitePoint
7 March 2017, SitePoint

Offline-first web and mobile apps: Top frameworks and components
22 January 2019, TechBeacon

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.

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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

SingleStore logo

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

Milvus logo

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

Present your product here