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

DBMS > Dgraph vs. HugeGraph vs. MongoDB vs. Tkrzw vs. WakandaDB

System Properties Comparison Dgraph vs. HugeGraph vs. MongoDB vs. Tkrzw vs. WakandaDB

Editorial information provided by DB-Engines
NameDgraph  Xexclude from comparisonHugeGraph  Xexclude from comparisonMongoDB  Xexclude from comparisonTkrzw infoSuccessor of Tokyo Cabinet and Kyoto Cabinet  Xexclude from comparisonWakandaDB  Xexclude from comparison
DescriptionDistributed and scalable native Graph DBMSA fast-speed and highly-scalable Graph DBMSOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureA concept of libraries, allowing an application program to store and query key-value pairs in a file. Successor of Tokyo Cabinet and Kyoto CabinetWakandaDB is embedded in a server that provides a REST API and a server-side javascript engine to access data
Primary database modelGraph DBMSGraph DBMSDocument storeKey-value storeObject oriented DBMS
Secondary database modelsSpatial DBMS
Search engine infointegrated Lucene index, currently in MongoDB Atlas only.
Time Series DBMS infoTime Series Collections introduced in Release 5.0
Vector DBMS infocurrently available in the MongoDB Atlas cloud service only
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.53
Rank#152  Overall
#15  Graph DBMS
Score0.17
Rank#335  Overall
#31  Graph DBMS
Score421.08
Rank#5  Overall
#1  Document stores
Score0.07
Rank#372  Overall
#57  Key-value stores
Score0.10
Rank#356  Overall
#16  Object oriented DBMS
Websitedgraph.iogithub.com/­hugegraph
hugegraph.apache.org
www.mongodb.comdbmx.net/­tkrzwwakanda.github.io
Technical documentationdgraph.io/­docshugegraph.apache.org/­docswww.mongodb.com/­docs/­manualwakanda.github.io/­doc
DeveloperDgraph Labs, Inc.BaiduMongoDB, IncMikio HirabayashiWakanda SAS
Initial release20162018200920202012
Current release0.96.0.7, June 20230.9.3, August 20202.7.0 (April 29, 2019), April 2019
License infoCommercial or Open SourceOpen Source infoApache 2.0Open Source infoApache Version 2.0Open Source infoMongoDB Inc.'s Server Side Public License v1. Prior versions were published under GNU AGPL v3.0. Commercial licenses are also available.Open Source infoApache Version 2.0Open Source infoAGPLv3, extended commercial license available
Cloud-based only infoOnly available as a cloud servicenonono infoMongoDB available as DBaaS (MongoDB Atlas)nono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
  • MongoDB Atlas: Global multi-cloud database with unmatched data distribution and mobility across AWS, Azure, and Google Cloud, built-in automation for resource and workload optimization, and so much more.
  • MongoDB Flex @ STACKIT offers managed MongoDB Instances with adjustable CPU, RAM, storage amount and speed, in enterprise grade to perfectly match all application requirements. All services are 100% GDPR-compliant.
Implementation languageGoJavaC++C++C++, JavaScript
Server operating systemsLinux
OS X
Windows
Linux
macOS
Unix
Linux
OS X
Solaris
Windows
Linux
macOS
Linux
OS X
Windows
Data schemeschema-freeyesschema-free infoAlthough schema-free, documents of the same collection often follow the same structure. Optionally impose all or part of a schema by defining a JSON schema.schema-freeyes
Typing infopredefined data types such as float or dateyesyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialnoyes
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 indexesyesyes infoalso supports composite index and range indexyes
SQL infoSupport of SQLnonoRead-only SQL queries via the MongoDB Atlas SQL Interfacenono
APIs and other access methodsGraphQL query language
gRPC (using protocol buffers) API
HTTP API
Java API
RESTful HTTP API
TinkerPop Gremlin
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
RESTful HTTP API
Supported programming languagesC#
C++
Go
Java
JavaScript (Node.js)
PHP
Python
Ruby
Groovy
Java
Python
Actionscript infounofficial driver
C
C#
C++
Clojure infounofficial driver
ColdFusion infounofficial driver
D infounofficial driver
Dart infounofficial driver
Delphi infounofficial driver
Erlang
Go
Groovy infounofficial driver
Haskell
Java
JavaScript
Kotlin
Lisp infounofficial driver
Lua infounofficial driver
MatLab infounofficial driver
Perl
PHP
PowerShell infounofficial driver
Prolog infounofficial driver
Python
R infounofficial driver
Ruby
Rust
Scala
Smalltalk infounofficial driver
Swift
C++
Java
Python
Ruby
JavaScript
Server-side scripts infoStored proceduresnoasynchronous Gremlin script jobsJavaScriptnoyes
Triggersnonoyes infoin MongoDB Atlas onlynoyes
Partitioning methods infoMethods for storing different data on different nodesyesyes infodepending on used storage backend, e.g. Cassandra and HBaseSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.nonenone
Replication methods infoMethods for redundantly storing data on multiple nodesSynchronous replication via Raftyes infodepending on used storage backend, e.g. Cassandra and HBaseMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
nonenone
MapReduce infoOffers an API for user-defined Map/Reduce methodsnovia hugegraph-sparkyesnono
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynoyes infoedges in graphno infotypically not used, however similar functionality with DBRef possibleno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDACIDMulti-document ACID Transactions with snapshot isolationACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infooptional, enabled by defaultyesyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yesyes infoIn-memory storage engine introduced with MongoDB version 3.2yes infousing specific database classesno
User concepts infoAccess controlno infoPlanned for future releasesUsers, roles and permissionsAccess rights for users and rolesnoyes
More information provided by the system vendor
DgraphHugeGraphMongoDBTkrzw infoSuccessor of Tokyo Cabinet and Kyoto CabinetWakandaDB
Specific characteristicsMongoDB provides an integrated suite of cloud database and data services to accelerate...
» more
Competitive advantagesBuilt around the flexible document data model and unified API, MongoDB is a developer...
» more
Typical application scenariosAI-enriched intelligent apps (Continental, Telefonica, Iron Mountain) Internet of...
» more
Key customersADP, Adobe, Amadeus, AstraZeneca, Auto Trader, Barclays, BBVA, Bosch, Cisco, CERN,...
» more
Market metricsHundreds of millions downloads, over 150,000+ Atlas clusters provisioned every month...
» more
Licensing and pricing modelsMongoDB database server: Server-Side Public License (SSPL) . Commercial licenses...
» 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
3rd partiesNavicat for MongoDB gives you a highly effective GUI interface for MongoDB database management, administration and development.
» more

Studio 3T: The world's favorite IDE for working with MongoDB
» 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
DgraphHugeGraphMongoDBTkrzw infoSuccessor of Tokyo Cabinet and Kyoto CabinetWakandaDB
DB-Engines blog posts

Snowflake is the DBMS of the Year 2021
3 January 2022, Paul Andlinger, Matthias Gelbmann

PostgreSQL is the DBMS of the Year 2020
4 January 2021, Paul Andlinger, Matthias Gelbmann

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

show all

Recent citations in the news

Popular Open Source GraphQL Company Dgraph Secures $6M in Seed Round with New Leadership
20 July 2022, PR Newswire

Dgraph on AWS: Setting up a horizontally scalable graph database | Amazon Web Services
1 September 2020, AWS Blog

Dgraph Rises to the Top Graph Database on GitHub With 11 G2 Badges and 11M Downloads
26 May 2021, businesswire.com

Dgraph raises $11.5 million for scalable graph database solutions
31 July 2019, VentureBeat

Dgraph launches Slash GraphQL, a GraphQL-native database Backend-as-a-Service
10 September 2020, TechCrunch

provided by Google News

Critical Apache HugeGraph Flaw Let Attackers Execute Remote Code
23 April 2024, GBHackers

provided by Google News

MongoDB shares sink 23% after management trims guidance
30 May 2024, CNBC

Why MongoDB Stock Plunged Today
31 May 2024, The Motley Fool

MongoDB stock sinks after lowering full-year guidance
31 May 2024, Yahoo Finance

MongoDB stock dives 25% on skinny revenue beat, underwhelming guidance By Investing.com
30 May 2024, Investing.com

MongoDB Stock Plunges On Weak Guidance—Watch This Key Chart Level
31 May 2024, Investopedia

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.

Milvus logo

Vector database designed for GenAI, fully equipped for enterprise implementation.
Try Managed Milvus 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