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

DBMS > Badger vs. CockroachDB vs. Drizzle vs. EJDB vs. TypeDB

System Properties Comparison Badger vs. CockroachDB vs. Drizzle vs. EJDB vs. TypeDB

Editorial information provided by DB-Engines
NameBadger  Xexclude from comparisonCockroachDB  Xexclude from comparisonDrizzle  Xexclude from comparisonEJDB  Xexclude from comparisonTypeDB infoformerly named Grakn  Xexclude from comparison
Drizzle has published its last release in September 2012. The open-source project is discontinued and Drizzle is excluded from the DB-Engines ranking.
DescriptionAn embeddable, persistent, simple and fast Key-Value Store, written purely in Go.CockroachDB is a distributed database architected for modern cloud applications. It is wire compatible with PostgreSQL and backed by a Key-Value Store, which is either RocksDB or a purpose-built derivative, called Pebble.MySQL fork with a pluggable micro-kernel and with an emphasis of performance over compatibility.Embeddable document-store database library with JSON representation of queries (in MongoDB style)TypeDB is a strongly-typed database with a rich and logical type system and TypeQL as its query language
Primary database modelKey-value storeRelational DBMSRelational DBMSDocument storeGraph DBMS
Relational DBMS infoOften described as a 'hyper-relational' database, since it implements the 'Entity-Relationship Paradigm' to manage complex data structures and ontologies.
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.22
Rank#320  Overall
#47  Key-value stores
Score5.73
Rank#58  Overall
#34  Relational DBMS
Score0.31
Rank#296  Overall
#44  Document stores
Score0.70
Rank#230  Overall
#20  Graph DBMS
#106  Relational DBMS
Websitegithub.com/­dgraph-io/­badgerwww.cockroachlabs.comgithub.com/­Softmotions/­ejdbtypedb.com
Technical documentationgodoc.org/­github.com/­dgraph-io/­badgerwww.cockroachlabs.com/­docsgithub.com/­Softmotions/­ejdb/­blob/­master/­README.mdtypedb.com/­docs
DeveloperDGraph LabsCockroach LabsDrizzle project, originally started by Brian AkerSoftmotionsVaticle
Initial release20172015200820122016
Current release24.1.0, May 20247.2.4, September 20122.26.3, January 2024
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoApache 2.0, commercial license availableOpen Source infoGNU GPLOpen Source infoGPLv2Open Source infoGPL Version 3, commercial licenses available
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 languageGoGoC++CJava
Server operating systemsBSD
Linux
OS X
Solaris
Windows
Linux
macOS
Windows
FreeBSD
Linux
OS X
server-lessLinux
OS X
Windows
Data schemeschema-freedynamic schemayesschema-freeyes
Typing infopredefined data types such as float or datenoyesyesyes infostring, integer, double, bool, date, object_idyes
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.nonono
Secondary indexesnoyesyesnoyes
SQL infoSupport of SQLnoyes, wire compatible with PostgreSQLyes infowith proprietary extensionsnono
APIs and other access methodsJDBCJDBCin-process shared librarygRPC protocol
TypeDB Console (shell)
TypeDB Studio (Visualisation software- previously TypeDB Workbase)
Supported programming languagesGoC#
C++
Clojure
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Rust
C
C++
Java
PHP
Actionscript
C
C#
C++
Go
Java
JavaScript (Node.js)
Lua
Objective-C
Pike
Python
Ruby
All JVM based languages
Groovy
Java
JavaScript (Node.js)
Python
Scala
Server-side scripts infoStored proceduresnonononono
Triggersnonono infohooks for callbacks inside the server can be used.nono
Partitioning methods infoMethods for storing different data on different nodesnonehorizontal partitioning (by key range) infoall tables are translated to an ordered KV store and then broken down into 64MB ranges, which are then used as replicas in RAFTShardingnoneSharding infoby using Cassandra
Replication methods infoMethods for redundantly storing data on multiple nodesnoneMulti-source replication using RAFTMulti-source replication
Source-replica replication
noneMulti-source replication infoby using Cassandra
MapReduce infoOffers an API for user-defined Map/Reduce methodsnonononoyes infoby using Apache Kafka and Apache Zookeeper
Consistency concepts infoMethods to ensure consistency in a distributed systemnoneImmediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyesyesno infotypically not needed, however similar functionality with collection joins possibleno infosubstituted by the relationship feature
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of datanoACIDACIDnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyes infoRead/Write Lockingyes
Durability infoSupport for making data persistentyesyesyesyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonono
User concepts infoAccess controlnoRole-based access controlPluggable authentication mechanisms infoe.g. LDAP, HTTPnoyes infoat REST API level; other APIs in progress
More information provided by the system vendor
BadgerCockroachDBDrizzleEJDBTypeDB infoformerly named Grakn
Specific characteristicsTypeDB is a polymorphic database with a conceptual data model, a strong subtyping...
» more
Competitive advantagesTypeDB provides a new level of expressivity, extensibility, interoperability, and...
» more
Typical application scenariosLife sciences : TypeDB makes working with biological data much easier and accelerates...
» more
Licensing and pricing modelsApache f or language drivers, and AGPL and Commercial for the database server. The...
» more

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
BadgerCockroachDBDrizzleEJDBTypeDB infoformerly named Grakn
DB-Engines blog posts

MySQL won the April ranking; did its forks follow?
1 April 2015, Paul Andlinger

Has MySQL finally lost its mojo?
1 July 2013, Matthias Gelbmann

show all

Recent citations in the news

Cockroach Labs Deepens Partnership with Google Cloud, CockroachDB Selected to Join Google Distributed Cloud
9 April 2024, PR Newswire

CockroachDB tempts legacy databases to crawl into the cloud age
29 January 2024, The Register

How DoorDash Migrated from Aurora Postgres to CockroachDB
5 December 2023, The New Stack

DoorDash Uses CockroachDB to Create Config Management Platform for Microservices
14 February 2024, InfoQ.com

How to Unlock Real-Time Data Streams with CockroachDB and Amazon MSK | Amazon Web Services
6 November 2023, AWS Blog

provided by Google News

Modelling Biomedical Data for a Drug Discovery Knowledge Graph
6 October 2020, Towards Data Science

Spacecraft Engineering Models: How to Migrate UML to TypeQL
8 September 2021, hackernoon.com

How Roche Discovered Novel Potential Gene Targets with TypeDB
8 June 2021, Towards Data Science

Building a Biomedical Knowledge Graph | by Daniel Crowe
28 June 2021, Towards Data Science

Bayer's Approach to Modelling and Loading Data at Scale
16 August 2021, Towards Data Science

provided by Google News



Share this page

Featured Products

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

Milvus logo

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

Neo4j logo

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

Present your product here