DB-EnginesextremeDB - Data management wherever you need itEnglish
Deutsch
Knowledge Base of Relational and NoSQL Database Management Systemsprovided by Redgate Software

DBMS > AgensGraph vs. MongoDB vs. RethinkDB vs. TinkerGraph vs. Titan

System Properties Comparison AgensGraph vs. MongoDB vs. RethinkDB vs. TinkerGraph vs. Titan

Editorial information provided by DB-Engines
NameAgensGraph  Xexclude from comparisonMongoDB  Xexclude from comparisonRethinkDB  Xexclude from comparisonTinkerGraph  Xexclude from comparisonTitan  Xexclude from comparison
Titan has been decommisioned after the takeover by Datastax. It will be removed from the DB-Engines ranking. A fork has been open-sourced as JanusGraph.
DescriptionMulti-model database supporting relational and graph data models and built upon PostgreSQLOne of the most popular document stores available both as a fully managed cloud service and for deployment on self-managed infrastructureDBMS for the Web with a mechanism to push updated query results to applications in realtime.A lightweight, in-memory graph engine that serves as a reference implementation of the TinkerPop3 APITitan is a Graph DBMS optimized for distributed clusters.
Primary database modelGraph DBMS
Relational DBMS
Document storeDocument storeGraph DBMSGraph 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
Spatial DBMS
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score0.14
Rank#335  Overall
#31  Graph DBMS
#147  Relational DBMS
Score402.51
Rank#5  Overall
#1  Document stores
Score2.30
Rank#105  Overall
#19  Document stores
Score0.05
Rank#356  Overall
#37  Graph DBMS
Websitebitnine.net/­agensgraphwww.mongodb.comrethinkdb.comtinkerpop.apache.org/­docs/­current/­reference/­#tinkergraph-gremlingithub.com/­thinkaurelius/­titan
Technical documentationbitnine.net/­documentationwww.mongodb.com/­docs/­manualrethinkdb.com/­docsgithub.com/­thinkaurelius/­titan/­wiki
DeveloperBitnine Global Inc.MongoDB, IncThe Linux Foundation infosince July 2017Aurelius, owned by DataStax
Initial release20162009200920092012
Current release2.1, December 20187.0.5, January 20242.4.1, August 2020
License infoCommercial or Open SourceOpen Source infoApache License 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 2Open Source infoApache 2.0Open Source infoApache license, version 2.0
Cloud-based only infoOnly available as a cloud servicenono infoMongoDB available as DBaaS (MongoDB Atlas)nonono
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 languageCC++C++JavaJava
Server operating systemsLinux
OS X
Windows
Linux
OS X
Solaris
Windows
Linux
OS X
Windows
Linux
OS X
Unix
Windows
Data schemedepending on used data modelschema-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-freeschema-freeyes
Typing infopredefined data types such as float or dateyesyes infostring, integer, double, decimal, boolean, date, object_id, geospatialyes infostring, binary, float, bool, date, geometryyesyes
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 indexesyesyesyesnoyes
SQL infoSupport of SQLyesRead-only SQL queries via the MongoDB Atlas SQL Interfacenonono
APIs and other access methodsCypher Query Language
JDBC
GraphQL
HTTP REST
Prisma
proprietary protocol using JSON
TinkerPop 3Java API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
Supported programming languagesC
Java
JavaScript
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 infocommunity-supported driver
C# infocommunity-supported driver
C++ infocommunity-supported driver
Clojure infocommunity-supported driver
Dart infocommunity-supported driver
Erlang infocommunity-supported driver
Go infocommunity-supported driver
Haskell infocommunity-supported driver
Java infoofficial driver
JavaScript (Node.js) infoofficial driver
Lisp infocommunity-supported driver
Lua infocommunity-supported driver
Objective-C infocommunity-supported driver
Perl infocommunity-supported driver
PHP infocommunity-supported driver
Python infoofficial driver
Ruby infoofficial driver
Scala infocommunity-supported driver
Groovy
Java
Clojure
Java
Python
Server-side scripts infoStored proceduresyesJavaScriptnoyes
Triggersnoyes infoin MongoDB Atlas onlyClient-side triggers through changefeedsnoyes
Partitioning methods infoMethods for storing different data on different nodesno, but can be realized using table inheritanceSharding infoPartitioned by hashed, ranged, or zoned sharding keys. Live resharding allows users to change their shard keys as an online operation with zero downtime.Sharding inforange basednoneyes infovia pluggable storage backends
Replication methods infoMethods for redundantly storing data on multiple nodesSource-replica replicationMulti-Source deployments with MongoDB Atlas Global Clusters
Source-replica replication
Source-replica replicationnoneyes
MapReduce infoOffers an API for user-defined Map/Reduce methodsnoyesyesnoyes infovia Faunus, a graph analytics engine
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual Consistency infocan be individually decided for each read operation
Immediate Consistency infodefault behaviour
Immediate ConsistencynoneEventual Consistency
Immediate Consistency
Foreign keys infoReferential integrityyesno infotypically not used, however similar functionality with DBRef possiblenoyes infoRelationships in graphsyes infoRelationships in graph
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACIDMulti-document ACID Transactions with snapshot isolationAtomic single-document operationsnoACID
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoMVCC basednoyes
Durability infoSupport for making data persistentyesyes infooptional, enabled by defaultyesoptionalyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcast
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes infoIn-memory storage engine introduced with MongoDB version 3.2noyes
User concepts infoAccess controlfine grained access rights according to SQL-standardAccess rights for users and rolesyes infousers and table-level permissionsnoUser authentification and security via Rexster Graph Server
More information provided by the system vendor
AgensGraphMongoDBRethinkDBTinkerGraphTitan
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 parties
» more

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

More resources
AgensGraphMongoDBRethinkDBTinkerGraphTitan
DB-Engines blog posts

DB-Engines shares Q1 2025 database industry rankings and top climbers: Snowflake and PostgreSQL trending
1 May 2025, DB-Engines

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

show all

Meet some database management systems you are likely to hear more about in the future
4 August 2014, Paul Andlinger

show all

Graph DBMS increased their popularity by 500% within the last 2 years
3 March 2015, Paul Andlinger

Graph DBMSs are gaining in popularity faster than any other database category
21 January 2014, Matthias Gelbmann

show all

Recent citations in the news

Graph DBMS Performance Comparison AgensGraph vs. Neo4j
29 June 2017, Business Wire

AGE - The Open Source PostgreSQL Extension For Graph Database Functionality
27 June 2022, i-programmer.info

Bitnine Releases AgensGraph 2.1, the Multi-model Graph Database Optimized for the Legacy Environment
29 January 2019, Business Wire

Directors Company completes acquisition of Bitnine
5 December 2024, theinvestor.co.kr

Bitnine: The Newly Revealed ‘AI Teacher’ Powered by Graph Database Delivers Hyper-Personalized Learning Experience
25 March 2019, Business Wire

provided by Google News

MongoDB, Inc. (MDB): Among Paul Tudor Jones’ Stock Picks with Huge Upside Potential
10 May 2025, Yahoo Finance

MongoDB Stock Analysis: Buy, Hold, or Sell?
6 May 2025, The Motley Fool

Do Options Traders Know Something About MongoDB Stock We Don't?
9 May 2025, Nasdaq

MongoDB shares slip following interim CFO resignation
22 April 2025, The CFO

MongoDB Announces Acquisition of Voyage AI to Enable Organizations to Build Trustworthy AI Applications
24 February 2025, PR Newswire

provided by Google News

How to Use RethinkDB with Node.js Applications
7 November 2024, SitePoint

An introduction to building realtime apps with RethinkDB
4 June 2015, devmio

Stripe acquires team behind NoSQL database startup RethinkDB
5 October 2016, VentureBeat

NoSQL Software Market May See Big Move | MongoDB, MarkLogic, RethinkDB
10 June 2022, openPR.com

MongoDB: The Popular Database for the Internet of Things
15 August 2023, Open Source For You

provided by Google News

Unit testing Apache TinkerPop transactions: From TinkerGraph to Amazon Neptune
3 June 2024, Amazon Web Services (AWS)

Automated testing of Amazon Neptune data access with Apache TinkerPop Gremlin
28 September 2022, Amazon Web Services (AWS)

Figure 6: Performance of Dijkstra's algorithm in Property Graph...
7 February 2018, ResearchGate

Exploring new features of Apache TinkerPop 3.7.x in Amazon Neptune
7 June 2024, Amazon Web Services (AWS)

provided by Google News

DataStax Acquires Aurelius and its TitanDB Graph Database
31 May 2024, Data Center Knowledge

Building a Graph Database on AWS Using Amazon DynamoDB and Titan
22 October 2015, Amazon Web Services (AWS)

Titan Graph Database Integration with DynamoDB: World-class Performance, Availability, and Scale for New Workloads
20 August 2015, All Things Distributed

Performance Tuning Your Titan Graph Database on AWS
14 December 2015, Amazon Web Services (AWS)

DSE Graph review: Graph database does double duty
14 November 2019, InfoWorld

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

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB for free.

SingleStore logo

The data platform to build your intelligent applications.
Try it 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