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

DBMS > Amazon DynamoDB vs. InfluxDB vs. Microsoft Azure Cosmos DB vs. OrigoDB vs. Sequoiadb

System Properties Comparison Amazon DynamoDB vs. InfluxDB vs. Microsoft Azure Cosmos DB vs. OrigoDB vs. Sequoiadb

Editorial information provided by DB-Engines
NameAmazon DynamoDB  Xexclude from comparisonInfluxDB  Xexclude from comparisonMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDB  Xexclude from comparisonOrigoDB  Xexclude from comparisonSequoiadb  Xexclude from comparison
DescriptionHosted, scalable database service by Amazon with the data stored in Amazons cloudDBMS for storing time series, events and metricsGlobally distributed, horizontally scalable, multi-model database serviceA fully ACID in-memory object graph databaseNewSQL database with distributed OLTP and SQL
Primary database modelDocument store
Key-value store
Time Series DBMSDocument store
Graph DBMS
Key-value store
Wide column store
Document store
Object oriented DBMS
Document store
Relational DBMS
Secondary database modelsSpatial DBMS infowith GEO packageSpatial DBMS
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
Score26.56
Rank#28  Overall
#1  Time Series DBMS
Score29.85
Rank#27  Overall
#4  Document stores
#2  Graph DBMS
#3  Key-value stores
#3  Wide column stores
Score0.03
Rank#378  Overall
#51  Document stores
#18  Object oriented DBMS
Score0.48
Rank#260  Overall
#41  Document stores
#121  Relational DBMS
Websiteaws.amazon.com/­dynamodbwww.influxdata.com/­products/­influxdb-overviewazure.microsoft.com/­services/­cosmos-dborigodb.comwww.sequoiadb.com
Technical documentationdocs.aws.amazon.com/­dynamodbdocs.influxdata.com/­influxdblearn.microsoft.com/­azure/­cosmos-dborigodb.com/­docswww.sequoiadb.com/­en/­index.php?m=Files&a=index
DeveloperAmazonMicrosoftRobert Friberg et alSequoiadb Ltd.
Initial release2012201320142009 infounder the name LiveDB2013
Current release2.7.6, April 2024
License infoCommercial or Open Sourcecommercial infofree tier for a limited amount of database operationsOpen Source infoMIT-License; commercial enterprise version availablecommercialOpen SourceOpen Source infoServer: AGPL; Client: Apache V2
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 languageGoC#C++
Server operating systemshostedLinux
OS X infothrough Homebrew
hostedLinux
Windows
Linux
Data schemeschema-freeschema-freeschema-freeyesschema-free
Typing infopredefined data types such as float or dateyesNumeric data and Stringsyes infoJSON typesUser defined using .NET types and collectionsyes infooid, date, timestamp, binary, regex
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.nono infocan be achieved using .NETno
Secondary indexesyesnoyes infoAll properties auto-indexed by defaultyesyes
SQL infoSupport of SQLnoSQL-like query languageSQL-like query languagenoSQL-like query language
APIs and other access methodsRESTful HTTP APIHTTP API
JSON over UDP
DocumentDB API
Graph API (Gremlin)
MongoDB API
RESTful HTTP API
Table API
.NET Client API
HTTP API
LINQ
proprietary protocol using JSON
Supported programming languages.Net
ColdFusion
Erlang
Groovy
Java
JavaScript
Perl
PHP
Python
Ruby
.Net
Clojure
Erlang
Go
Haskell
Java
JavaScript
JavaScript (Node.js)
Lisp
Perl
PHP
Python
R
Ruby
Rust
Scala
.Net
C#
Java
JavaScript
JavaScript (Node.js)
MongoDB client drivers written for various programming languages
Python
.Net.Net
C++
Java
PHP
Python
Server-side scripts infoStored proceduresnonoJavaScriptyesJavaScript
Triggersyes infoby integration with AWS LambdanoJavaScriptyes infoDomain Eventsno
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infoin enterprise version onlySharding infoImplicit feature of the cloud servicehorizontal partitioning infoclient side managed; servers are not synchronizedSharding
Replication methods infoMethods for redundantly storing data on multiple nodesyesselectable replication factor infoin enterprise version onlyyes infoImplicit feature of the cloud serviceSource-replica replicationSource-replica replication
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infomay be implemented via Amazon Elastic MapReduce (Amazon EMR)nowith Hadoop integration infoIntegration with Hadoop/HDInsight on Azure*nono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be specified for read operations
Bounded Staleness
Consistent Prefix
Eventual Consistency
Immediate Consistency infoConsistency level configurable on request level
Session Consistency
Eventual Consistency
Foreign keys infoReferential integritynononodepending on modelno
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 regionnoMulti-item ACID transactions with snapshot isolation within a partitionACIDDocument is locked during a transaction
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyesyes infoWrite ahead logyes
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.yes infoDepending on used storage engineyesno
User concepts infoAccess controlAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)simple rights management via user accountsAccess rights can be defined down to the item levelRole based authorizationsimple password-based access control
More information provided by the system vendor
Amazon DynamoDBInfluxDBMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBOrigoDBSequoiadb
Specific characteristicsInfluxData is the creator of InfluxDB , the open source time series database. It...
» more
Competitive advantagesTime to Value InfluxDB is available in all the popular languages and frameworks,...
» more
Typical application scenariosIoT & Sensor Monitoring Developers are witnessing the instrumentation of every available...
» more
Key customersInfluxData has more than 1,900 paying customers, including customers include MuleSoft,...
» more
Market metricsFastest-growing database to drive 27,500 GitHub stars Over 750,000 daily active instances
» more
Licensing and pricing modelsOpen source core with closed source clustering available either on-premise or on...
» more
News

Getting the Current Time in C#: A Guide
26 April 2024

Sync Data from InfluxDB v2 to v3 With the Quix Template
8 April 2024

Infrastructure Monitoring Basics: Getting Started with Telegraf, InfluxDB, and Grafana
5 April 2024

Comparing Dates in Java: A Tutorial
3 April 2024

Python ARIMA Tutorial
29 March 2024

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

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

More resources
Amazon DynamoDBInfluxDBMicrosoft Azure Cosmos DB infoformer name was Azure DocumentDBOrigoDBSequoiadb
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

Why Build a Time Series Data Platform?
20 July 2017, Paul Dix (guest author)

Time Series DBMS are the database category with the fastest increase in popularity
4 July 2016, Matthias Gelbmann

Time Series DBMS as a new trend?
1 June 2015, Paul Andlinger

show all

Recent citations in the news

AWS announces Amazon DynamoDB zero-ETL integration with Amazon OpenSearch Service
28 November 2023, AWS Blog

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

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

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

Bulk update Amazon DynamoDB tables with AWS Step Functions | Amazon Web Services
20 March 2024, AWS Blog

provided by Google News

Run and manage open source InfluxDB databases with Amazon Timestream | Amazon Web Services
14 March 2024, AWS Blog

Amazon Timestream: Managed InfluxDB for Time Series Data
14 March 2024, The New Stack

InfluxData Collaborating with AWS to Bring InfluxDB and Time Series Analytics to Developers Around the World
14 March 2024, Business Wire

How the FDAP Stack Gives InfluxDB 3.0 Real-Time Speed, Efficiency
15 March 2024, Datanami

AWS and InfluxData partner to offer managed time series database Timestream for InfluxDB
5 April 2024, VentureBeat

provided by Google News

Public preview: Filtered vector search in vCore-based Azure Cosmos DB for MongoDB | Azure updates
24 April 2024, Microsoft

Generally Available: Index Advisor in Azure Cosmos DB helps optimize your index policy for NoSQL queries | Azure ...
24 April 2024, Microsoft

Azure Synapse Link for Cosmos DB: New Analytics Capabilities
10 November 2023, InfoQ.com

How to Migrate Azure Cosmos DB Databases | by Arwin Lashawn
25 August 2023, DataDrivenInvestor

Azure Cosmos DB joins the AI toolchain
23 May 2023, InfoWorld

provided by Google News

SequoiaDB's Innovative Solutions in Distributed Databases Earns IDC Recognition - PR Newswire APAC
17 March 2023, PR Newswire Asia

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

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.

Milvus logo

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

SingleStore logo

The database to transact, analyze and contextualize your data in real time.
Try it today.

Present your product here