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 > Badger vs. BigchainDB vs. BigObject vs. dBASE vs. PouchDB

System Properties Comparison Badger vs. BigchainDB vs. BigObject vs. dBASE vs. PouchDB

Editorial information provided by DB-Engines
NameBadger  Xexclude from comparisonBigchainDB  Xexclude from comparisonBigObject  Xexclude from comparisondBASE  Xexclude from comparisonPouchDB  Xexclude from comparison
DescriptionAn embeddable, persistent, simple and fast Key-Value Store, written purely in Go.BigchainDB is scalable blockchain database offering decentralization, immutability and native assetsAnalytic DBMS for real-time computations and queriesdBase was one of the first databases with a development environment on PC's. Its latest version dBase V is still sold as dBase classic, which needs a DOS Emulation. The up-to-date product is dBase plus.JavaScript DBMS with an API inspired by CouchDB
Primary database modelKey-value storeDocument storeRelational DBMS infoa hierachical model (tree) can be imposedRelational DBMSDocument store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.14
Rank#331  Overall
#49  Key-value stores
Score0.79
Rank#212  Overall
#36  Document stores
Score0.13
Rank#333  Overall
#147  Relational DBMS
Score10.34
Rank#44  Overall
#28  Relational DBMS
Score2.28
Rank#115  Overall
#21  Document stores
Websitegithub.com/­dgraph-io/­badgerwww.bigchaindb.combigobject.iowww.dbase.compouchdb.com
Technical documentationgodoc.org/­github.com/­dgraph-io/­badgerbigchaindb.readthedocs.io/­en/­latestdocs.bigobject.iowww.dbase.com/­support/­knowledgebasepouchdb.com/­guides
DeveloperDGraph LabsBigObject, Inc.Asthon TateApache Software Foundation
Initial release20172016201519792012
Current releasedBASE 2019, 20197.1.1, June 2019
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoAGPL v3commercial infofree community edition availablecommercialOpen Source
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 languageGoPythonJavaScript
Server operating systemsBSD
Linux
OS X
Solaris
Windows
LinuxLinux infodistributed as a docker-image
OS X infodistributed as a docker-image (boot2docker)
Windows infodistributed as a docker-image (boot2docker)
DOS infodBase Classic
Windows infodBase Pro
server-less, requires a JavaScript environment (browser, Node.js)
Data schemeschema-freeschema-freeyesyesschema-free
Typing infopredefined data types such as float or datenonoyesyesno
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 indexesnoyesyesyes infovia views
SQL infoSupport of SQLnonoSQL-like DML and DDL statementsnono
APIs and other access methodsCLI Client
RESTful HTTP API
fluentd
ODBC
RESTful HTTP API
none infoThe IDE can access other DBMS or ODBC-sources.HTTP REST infoonly for PouchDB Server
JavaScript API
Supported programming languagesGoGo
Haskell
Java
JavaScript
Python
Ruby
dBase proprietary IDEJavaScript
Server-side scripts infoStored proceduresnoLuano infoThe IDE can access stored procedures in other database systems.View functions in JavaScript
Triggersnononoyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardingnonenoneSharding infowith a proxy-based framework, named couchdb-lounge
Replication methods infoMethods for redundantly storing data on multiple nodesnoneselectable replication factornonenoneMulti-source replication infoalso with CouchDB databases
Source-replica replication infoalso with CouchDB databases
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononoyes
Consistency concepts infoMethods to ensure consistency in a distributed systemnonenoneEventual Consistency
Foreign keys infoReferential integritynonoyes infoautomatically between fact table and dimension tablesyesno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanonono infonot for dBase internal data, but IDE does support transactions when accessing external DBMSno
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoRead/write lock on objects (tables, trees)yes
Durability infoSupport for making data persistentyesyes,with MongoDB ord RethinkDByesyesyes infoby using IndexedDB, WebSQL or LevelDB as backend
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyesyes
User concepts infoAccess controlnoyesnoAccess rights for users and rolesno

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
BadgerBigchainDBBigObjectdBASEPouchDB
DB-Engines blog posts

DB-Engines Ranking coverage expanded to 169 database management systems
3 June 2013, Paul Andlinger

show all

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

show all

Recent citations in the news

Exploring the 10 BEST Python Libraries for Blockchain Applications
9 September 2023, DataDrivenInvestor

An Introduction to BigchainDB, a Popular Blockchain Database
17 September 2020, Open Source For You

Blockchain Database Startup BigchainDB Raises €3 Million
27 September 2016, CoinDesk

Using BigchainDB: A Database with Blockchain Characteristics
20 January 2022, Open Source For You

What is BigchainDB Technology & How it works and the Characteristics?
26 August 2017, Blockchain Council

provided by Google News

30 Years Ago: The Rise, Fall and Survival of Ashton-Tate's dBASE
19 September 2013, eWeek

Microsoft Access 2016 Now Supports dBase Database Format
7 September 2016, redmondmag.com

DBF File (What It Is and How to Open One)
6 April 2023, Lifewire

What is Dbase? - Definition from Techopedia
19 September 2011, Techopedia

A malicious document could lead to RCE in Apache OpenOffice (CVE-2021-33035)
22 September 2021, Help Net Security

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

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

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

provided by Google News



Share this page

Featured Products

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.

SingleStore logo

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

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

Present your product here