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 > Amazon DynamoDB vs. Couchbase vs. JanusGraph vs. PostgreSQL vs. TinkerGraph

System Properties Comparison Amazon DynamoDB vs. Couchbase vs. JanusGraph vs. PostgreSQL vs. TinkerGraph

Editorial information provided by DB-Engines
NameAmazon DynamoDB  Xexclude from comparisonCouchbase infoOriginally called Membase  Xexclude from comparisonJanusGraph infosuccessor of Titan  Xexclude from comparisonPostgreSQL  Xexclude from comparisonTinkerGraph  Xexclude from comparison
DescriptionHosted, scalable database service by Amazon with the data stored in Amazons cloudA distributed document store with integrated cache, a powerful search engine, in-built operational and analytical capabilities, and an embedded mobile databaseA Graph DBMS optimized for distributed clusters infoIt was forked from the latest code base of Titan in January 2017Widely used open source RDBMS infoDeveloped as objectoriented DBMS (Postgres), gradually enhanced with 'standards' like SQLA lightweight, in-memory graph engine that serves as a reference implementation of the TinkerPop3 API
Primary database modelDocument store
Key-value store
Document storeGraph DBMSRelational DBMS infowith object oriented extensions, e.g.: user defined types/functions and inheritance. Handling of key/value pairs with hstore module.Graph DBMS
Secondary database modelsKey-value store infooriginating from the former Membase product and supporting the Memcached protocol
Spatial DBMS infousing the Geocouch extension
Search engine
Time Series DBMS
Vector DBMS
Document store
Graph DBMS infowith Apache Age
Spatial DBMS
Vector DBMS infowith pgvector extension
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score77.57
Rank#16  Overall
#2  Document stores
#2  Key-value stores
Score18.46
Rank#36  Overall
#5  Document stores
Score1.91
Rank#135  Overall
#12  Graph DBMS
Score645.05
Rank#4  Overall
#4  Relational DBMS
Score0.12
Rank#344  Overall
#34  Graph DBMS
Websiteaws.amazon.com/­dynamodbwww.couchbase.comjanusgraph.orgwww.postgresql.orgtinkerpop.apache.org/­docs/­current/­reference/­#tinkergraph-gremlin
Technical documentationdocs.aws.amazon.com/­dynamodbdocs.couchbase.comdocs.janusgraph.orgwww.postgresql.org/­docs
DeveloperAmazonCouchbase, Inc.Linux Foundation; originally developed as Titan by AureliusPostgreSQL Global Development Group infowww.postgresql.org/­developer
Initial release2012201120171989 info1989: Postgres, 1996: PostgreSQL2009
Current releaseServer: 7.2, June 2023; Mobile: 3.1, March 2022; Couchbase Capella (DBaaS), June 20230.6.3, February 202316.2, February 2024
License infoCommercial or Open Sourcecommercial infofree tier for a limited amount of database operationsOpen Source infoBusiness Source License (BSL 1.1); Commercial licenses also availableOpen Source infoApache 2.0Open Source infoBSDOpen Source infoApache 2.0
Cloud-based only infoOnly available as a cloud serviceyesnononono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
Implementation languageC, C++, Go and ErlangJavaCJava
Server operating systemshostedLinux
OS X
Windows
Linux
OS X
Unix
Windows
FreeBSD
HP-UX
Linux
NetBSD
OpenBSD
OS X
Solaris
Unix
Windows
Data schemeschema-freeschema-freeyesyesschema-free
Typing infopredefined data types such as float or dateyesyesyesyesyes
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.noyes infospecific XML-type available, but no XML query functionality.no
Secondary indexesyesyesyesyesno
SQL infoSupport of SQLnoSQL++, extends ANSI SQL to JSON for operational, transactional, and analytic use casesnoyes infostandard with numerous extensionsno
APIs and other access methodsRESTful HTTP APICLI Client
HTTP REST
Kafka Connector
Native language bindings for CRUD, Query, Search and Analytics APIs
Spark Connector
Spring Data
Java API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
ADO.NET
JDBC
native C library
ODBC
streaming API for large objects
TinkerPop 3
Supported programming languages.Net
ColdFusion
Erlang
Groovy
Java
JavaScript
Perl
PHP
Python
Ruby
.Net
C
Go
Java
JavaScript infoNode.js
Kotlin
PHP
Python
Ruby
Scala
Clojure
Java
Python
.Net
C
C++
Delphi
Java infoJDBC
JavaScript (Node.js)
Perl
PHP
Python
Tcl
Groovy
Java
Server-side scripts infoStored proceduresnoFunctions and timers in JavaScript and UDFs in Java, Python, SQL++yesuser defined functions inforealized in proprietary language PL/pgSQL or with common languages like Perl, Python, Tcl etc.no
Triggersyes infoby integration with AWS Lambdayes infovia the TAP protocolyesyesno
Partitioning methods infoMethods for storing different data on different nodesShardingAutomatic Shardingyes infodepending on the used storage backend (e.g. Cassandra, HBase, BerkeleyDB)partitioning by range, list and (since PostgreSQL 11) by hashnone
Replication methods infoMethods for redundantly storing data on multiple nodesyesMulti-source replication infoincluding cross data center replication
Source-replica replication
yesSource-replica replication infoother methods possible by using 3rd party extensionsnone
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infomay be implemented via Amazon Elastic MapReduce (Amazon EMR)yesyes infovia Faunus, a graph analytics enginenono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be specified for read operations
Eventual Consistency
Immediate Consistency infoselectable on a per-operation basis
Eventual Consistency
Immediate Consistency
Immediate Consistencynone
Foreign keys infoReferential integritynonoyes infoRelationships in graphsyesyes infoRelationships in graphs
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataACID infoACID across one or more tables within a single AWS account and regionACIDACIDACIDno
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesno
Durability infoSupport for making data persistentyesyesyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcastyesoptional
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoEphemeral bucketsnoyes
User concepts infoAccess controlAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)User and Administrator separation with password-based and LDAP integrated Authentication. Role-base access control.User authentification and security via Rexster Graph Serverfine grained access rights according to SQL-standardno

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
3rd partiesCData: Connect to Big Data & NoSQL through standard Drivers.
» more
CData: Connect to Big Data & NoSQL through standard Drivers.
» more
SharePlex is the reliable and affordable data replication solution for PostgreSQL migrations, high availability and more.
» more

pgDash: In-Depth PostgreSQL Monitoring.
» more

Navicat for PostgreSQL is an easy-to-use graphical tool for PostgreSQL database development.
» more

Navicat Monitor is a safe, simple and agentless remote server monitoring tool for PostgreSQL and many other database management systems.
» more

Redgate webinars: A series of key topics for new PostgreSQL users.
» more

CYBERTEC is your professional partner in PostgreSQL topics for over 20 years. As our main aim is to be your single-source all-in-one IT service provider, we offer a wide range of products and services. Visit our website for more details.
» more

Instaclustr: Fully Hosted & Managed PostgreSQL
» more

Fujitsu Enterprise Postgres: An Enterprise Grade PostgreSQL with the flexibility of a hybrid cloud solution combined with industry leading security, availability and performance.
» more

Timescale: Calling all PostgreSQL users – the 2023 State of PostgreSQL survey is now open! Share your favorite extensions, preferred frameworks, community experiences, and more. Take the survey today!
» more

Aiven for PostgreSQL: Fully managed PostgreSQL for developers with 70+ extensions and flexible orchestration tools.
» more

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

More resources
Amazon DynamoDBCouchbase infoOriginally called MembaseJanusGraph infosuccessor of TitanPostgreSQLTinkerGraph
DB-Engines blog posts

Cloud-based DBMS's popularity grows at high rates
12 December 2019, Paul Andlinger

The popularity of cloud-based DBMSs has increased tenfold in four years
7 February 2017, Matthias Gelbmann

Increased popularity for consuming DBMS services out of the cloud
2 October 2015, Paul Andlinger

show all

Couchbase climbs up the DB-Engines Ranking, increasing its popularity by 10% every month
2 June 2014, Matthias Gelbmann

show all

PostgreSQL is the DBMS of the Year 2023
2 January 2024, Matthias Gelbmann, Paul Andlinger

Snowflake is the DBMS of the Year 2022, defending the title from last year
3 January 2023, Matthias Gelbmann, Paul Andlinger

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

show all

Conferences, events and webinars

Monitoring PostgreSQL with Redgate Monitor
Webinar, 10-11am CT / 4-5pm BST, 22 May 2024

Recent citations in the news

How VTEX improved the shopper experience with Amazon DynamoDB | Amazon Web Services
16 April 2024, AWS Blog

A new and improved AWS CDK construct for Amazon DynamoDB tables | Amazon Web Services
31 January 2024, AWS Blog

Simplify cross-account access control with Amazon DynamoDB using resource-based policies | Amazon Web Services
20 March 2024, AWS Blog

Migrating Uber's Ledger Data from DynamoDB to LedgerStore
11 April 2024, Uber

Simplify private connectivity to Amazon DynamoDB with AWS PrivateLink | Amazon Web Services
19 March 2024, AWS Blog

provided by Google News

Insider Sell: Couchbase Inc (BASE) CEO Matthew Cain Disposes of Shares Insider Sell: Couchbase Inc (BASE) CEO ...
18 April 2024, Yahoo Finance

Couchbase Earnings: What To Look For From BASE
15 April 2024, The Globe and Mail

Couchbase: GenAI simplifies software development, leading to improved productivity
15 April 2024, Backend News

Couchbase CEO Matthew Cain sells shares worth over $240k By Investing.com
18 April 2024, Investing.com UK

Readystate Asset Management LP Purchases 53,000 Shares of Couchbase, Inc. (NASDAQ:BASE)
18 April 2024, MarketBeat

provided by Google News

Simple Deployment of a Graph Database: JanusGraph | by Edward Elson Kosasih
12 October 2020, Towards Data Science

Database Deep Dives: JanusGraph
8 August 2019, IBM

JanusGraph Picks Up Where TitanDB Left Off
13 January 2017, Datanami

Nordstrom Builds Flexible Backend Ops with Kubernetes, Spark and JanusGraph
3 October 2019, The New Stack

Compose for JanusGraph arrives on Bluemix
15 September 2017, IBM

provided by Google News

Handle tables without primary keys while creating Amazon Aurora PostgreSQL zero-ETL integrations with Amazon ...
18 April 2024, AWS Blog

pgEdge Distributed PostgreSQL Introduces Automatic DDL Replication and Snowflake Sequences for Postgres
17 April 2024, PR Newswire

Breaking Boundaries: PostgreSQL 16 is now available on IBM Cloud
17 April 2024, ibm.com

Introducing OCI Database with PostgreSQL: Completing Our Cloud Database Suite for Every Need
14 November 2023, Oracle

Oracle Introduces PostgreSQL Running Native on OCI
17 December 2023, IDC

provided by Google News

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

Simple Deployment of a Graph Database: JanusGraph | by Edward Elson Kosasih
12 October 2020, Towards Data Science

Why developers like Apache TinkerPop, an open source framework for graph computing | Amazon Web Services
27 September 2021, AWS Blog

InfiniteGraph Gets Support for Common Graph Database Language and More
21 February 2012, SiliconANGLE News

Introducing Gremlin query hints for Amazon Neptune | AWS Database Blog
26 February 2019, AWS Blog

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.

Ontotext logo

GraphDB allows you to link diverse data, index it for semantic search and enrich it via text analysis to build big knowledge graphs. Get it free.

AllegroGraph logo

Graph Database Leader for AI Knowledge Graph Applications - The Most Secure Graph Database Available.
Free Download

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