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

DBMS > Amazon DocumentDB vs. Apache Impala vs. IBM Cloudant vs. JanusGraph vs. RocksDB

System Properties Comparison Amazon DocumentDB vs. Apache Impala vs. IBM Cloudant vs. JanusGraph vs. RocksDB

Editorial information provided by DB-Engines
NameAmazon DocumentDB  Xexclude from comparisonApache Impala  Xexclude from comparisonIBM Cloudant  Xexclude from comparisonJanusGraph infosuccessor of Titan  Xexclude from comparisonRocksDB  Xexclude from comparison
DescriptionFast, scalable, highly available, and fully managed MongoDB-compatible database serviceAnalytic DBMS for HadoopDatabase as a Service offering based on Apache CouchDBA Graph DBMS optimized for distributed clusters infoIt was forked from the latest code base of Titan in January 2017Embeddable persistent key-value store optimized for fast storage (flash and RAM)
Primary database modelDocument storeRelational DBMSDocument storeGraph DBMSKey-value store
Secondary database modelsDocument store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score1.91
Rank#132  Overall
#24  Document stores
Score13.77
Rank#40  Overall
#24  Relational DBMS
Score2.68
Rank#106  Overall
#20  Document stores
Score1.94
Rank#129  Overall
#12  Graph DBMS
Score3.65
Rank#85  Overall
#11  Key-value stores
Websiteaws.amazon.com/­documentdbimpala.apache.orgwww.ibm.com/­products/­cloudantjanusgraph.orgrocksdb.org
Technical documentationaws.amazon.com/­documentdb/­resourcesimpala.apache.org/­impala-docs.htmlcloud.ibm.com/­docs/­Cloudantdocs.janusgraph.orggithub.com/­facebook/­rocksdb/­wiki
DeveloperApache Software Foundation infoApache top-level project, originally developed by ClouderaIBM, Apache Software Foundation infoIBM acquired Cloudant in February 2014Linux Foundation; originally developed as Titan by AureliusFacebook, Inc.
Initial release20192013201020172013
Current release4.1.0, June 20220.6.3, February 20238.11.4, April 2024
License infoCommercial or Open SourcecommercialOpen Source infoApache Version 2commercialOpen Source infoApache 2.0Open Source infoBSD
Cloud-based only infoOnly available as a cloud serviceyesnoyesnono
DBaaS offerings (sponsored links) infoDatabase as a Service

Providers of DBaaS offerings, please contact us to be listed.
Implementation languageC++ErlangJavaC++
Server operating systemshostedLinuxhostedLinux
OS X
Unix
Windows
Linux
Data schemeschema-freeyesschema-freeyesschema-free
Typing infopredefined data types such as float or dateyesyesnoyesno
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.nonononono
Secondary indexesyesyesyesyesno
SQL infoSupport of SQLnoSQL-like DML and DDL statementsnonono
APIs and other access methodsproprietary protocol using JSON (MongoDB compatible)JDBC
ODBC
RESTful HTTP/JSON APIJava API
TinkerPop Blueprints
TinkerPop Frames
TinkerPop Gremlin
TinkerPop Rexster
C++ API
Java API
Supported programming languagesGo
Java
JavaScript (Node.js)
PHP
Python
All languages supporting JDBC/ODBCC#
Java
JavaScript
Objective-C
PHP
Ruby
Clojure
Java
Python
C
C++
Go
Java
Perl
Python
Ruby
Server-side scripts infoStored proceduresnoyes infouser defined functions and integration of map-reduceView functions (Map-Reduce) in JavaScriptyesno
Triggersnonoyesyes
Partitioning methods infoMethods for storing different data on different nodesnoneShardingShardingyes infodepending on the used storage backend (e.g. Cassandra, HBase, BerkeleyDB)horizontal partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesMulti-availability zones for high availability, asynchronous replication for up to 15 read replicasselectable replication factorMulti-source replication
Source-replica replication
yesyes
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infomay be implemented via Amazon Elastic MapReduce (Amazon EMR)yes infoquery execution via MapReduceyesyes infovia Faunus, a graph analytics engineno
Consistency concepts infoMethods to ensure consistency in a distributed systemImmediate ConsistencyEventual ConsistencyEventual ConsistencyEventual Consistency
Immediate Consistency
Foreign keys infoReferential integrityno infotypically not used, however similar functionality with DBRef possiblenonoyes infoRelationships in graphsno
Transaction concepts infoSupport to ensure data integrity after non-atomic manipulations of dataAtomic single-document operationsnono infoatomic operations within a document possibleACIDyes
Concurrency infoSupport for concurrent manipulation of datayesyesyes infoOptimistic lockingyesyes
Durability infoSupport for making data persistentyesyesyesyes infoSupports various storage backends: Cassandra, HBase, Berkeley DB, Akiban, Hazelcastyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.nonoyes
User concepts infoAccess controlAccess rights for users and rolesAccess rights for users, groups and roles infobased on Apache Sentry and KerberosAccess rights for users can be defined per databaseUser authentification and security via Rexster Graph Serverno

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 partiesSpeedb: A high performance RocksDB-compliant key-value store optimized for write-intensive workloads.
» more

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

More resources
Amazon DocumentDBApache ImpalaIBM CloudantJanusGraph infosuccessor of TitanRocksDB
Recent citations in the news

Apache Impala becomes Top-Level Project
28 November 2017, SDTimes.com

Cloudera Bringing Impala to AWS Cloud
28 November 2017, Datanami

Apache Doris just 'graduated': Why care about this SQL data warehouse
24 June 2022, InfoWorld

Hudi: Uber Engineering’s Incremental Processing Framework on Apache Hadoop
12 March 2017, Uber

Updates & Upserts in Hadoop Ecosystem with Apache Kudu
27 October 2017, KDnuggets

provided by Google News

Cloudant Best (and Worst) Practices — Part 1
18 March 2019, ibm.com

Intro to Enterprise Cloud Storage: How to Set Up a Cloudant Database
1 December 2014, Linux.com

IBM Code Engine and IBM Cloudant: Serverless Data and Infrastructure
16 August 2021, ibm.com

IBM Expands Cloud Database Services with Kubernetes
26 September 2019, EnterpriseAI

IBM to Purchase Cloudant Database as a service (DBaaS) Provider
22 March 2014, App Developer Magazine

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.com

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.com

provided by Google News

Did Rockset Just Solve Real-Time Analytics?
25 August 2021, Datanami

Meta’s Velox Means Database Performance Is Not Subject To Interpretation
31 August 2022, The Next Platform

Linux 6.9 Drives AMD 4th Gen EPYC Performance Even Higher For Some Workloads
29 March 2024, Phoronix

Facebook's MyRocks Truly Rocks!
21 September 2020, Open Source For You

Power your Kafka Streams application with Amazon MSK and AWS Fargate | Amazon Web Services
10 August 2021, AWS Blog

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

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.

RaimaDB logo

RaimaDB, embedded database for mission-critical applications. When performance, footprint and reliability matters.
Try RaimaDB 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