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. Apache Druid vs. Manticore Search vs. SwayDB vs. TerminusDB

System Properties Comparison Amazon DynamoDB vs. Apache Druid vs. Manticore Search vs. SwayDB vs. TerminusDB

Editorial information provided by DB-Engines
NameAmazon DynamoDB  Xexclude from comparisonApache Druid  Xexclude from comparisonManticore Search  Xexclude from comparisonSwayDB  Xexclude from comparisonTerminusDB infoformer name was DataChemist  Xexclude from comparison
DescriptionHosted, scalable database service by Amazon with the data stored in Amazons cloudOpen-source analytics data store designed for sub-second OLAP queries on high dimensionality and high cardinality dataMulti-storage database for search, including full-text search.An embeddable, non-blocking, type-safe key-value store for single or multiple disks and in-memory storageScalable Graph Database platform making enterprise data available by exploiting inferred entities and relationships
Primary database modelDocument store
Key-value store
Relational DBMS
Time Series DBMS
Search engineKey-value storeGraph DBMS
Secondary database modelsTime Series DBMS infousing the Manticore Columnar LibraryDocument store
RDF store
DB-Engines Ranking infomeasures the popularity of database management systemsranking trend
Trend Chart
Score74.07
Rank#17  Overall
#3  Document stores
#2  Key-value stores
Score3.34
Rank#88  Overall
#48  Relational DBMS
#7  Time Series DBMS
Score0.22
Rank#312  Overall
#21  Search engines
Score0.00
Rank#382  Overall
#59  Key-value stores
Score0.17
Rank#325  Overall
#29  Graph DBMS
Websiteaws.amazon.com/­dynamodbdruid.apache.orgmanticoresearch.comswaydb.simer.auterminusdb.com
Technical documentationdocs.aws.amazon.com/­dynamodbdruid.apache.org/­docs/­latest/­designmanual.manticoresearch.comterminusdb.github.io/­terminusdb/­#
DeveloperAmazonApache Software Foundation and contributorsManticore SoftwareSimer PlahaDataChemist Ltd.
Initial release20122012201720182018
Current release29.0.1, April 20246.0, February 202311.0.0, January 2023
License infoCommercial or Open Sourcecommercial infofree tier for a limited amount of database operationsOpen Source infoApache license v2Open Source infoGPL version 2Open Source infoGNU Affero GPL V3.0Open Source infoGPL V3
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.
Implementation languageJavaC++ScalaProlog, Rust
Server operating systemshostedLinux
OS X
Unix
FreeBSD
Linux
macOS
Windows
Linux
Data schemeschema-freeyes infoschema-less columns are supportedFixed schemaschema-freeyes
Typing infopredefined data types such as float or dateyesyesInt, Bigint, Float, Timestamp, Bit, Int array, Bigint array, JSON, Booleannoyes
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.noCan index from XMLnono
Secondary indexesyesyesyes infofull-text index on all search fieldsno
SQL infoSupport of SQLnoSQL for queryingSQL-like query languagenoSQL-like query language (WOQL)
APIs and other access methodsRESTful HTTP APIJDBC
RESTful HTTP/JSON API
Binary API
RESTful HTTP/JSON API
RESTful HTTP/SQL API
SQL over MySQL
OWL
RESTful HTTP API
WOQL (Web Object Query Language)
Supported programming languages.Net
ColdFusion
Erlang
Groovy
Java
JavaScript
Perl
PHP
Python
Ruby
Clojure
JavaScript
PHP
Python
R
Ruby
Scala
Elixir
Go
Java
JavaScript (Node.js)
Perl
PHP
Python
Java
Kotlin
Scala
JavaScript
Python
Server-side scripts infoStored proceduresnonouser defined functionsnoyes
Triggersyes infoby integration with AWS Lambdanononoyes
Partitioning methods infoMethods for storing different data on different nodesShardingSharding infomanual/auto, time-basedSharding infoPartitioning is done manually, search queries against distributed index is supportednoneGraph Partitioning
Replication methods infoMethods for redundantly storing data on multiple nodesyesyes, via HDFS, S3 or other storage enginesSynchronous replication based on Galera librarynoneJournaling Streams
MapReduce infoOffers an API for user-defined Map/Reduce methodsno infomay be implemented via Amazon Elastic MapReduce (Amazon EMR)nononono
Consistency concepts infoMethods to ensure consistency in a distributed systemEventual Consistency
Immediate Consistency infocan be specified for read operations
Immediate ConsistencyImmediate Consistency
Foreign keys infoReferential integritynonononoyes
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 regionnoyes infoisolated transactions for atomic changes and binary logging for safe writesAtomic execution of operationsACID
Concurrency infoSupport for concurrent manipulation of datayesyesyesyesyes
Durability infoSupport for making data persistentyesyesyes infoThe original contents of fields are not stored in the Manticore index.yesyes infoin-memory journaling
In-memory capabilities infoIs there an option to define some or all structures to be held in-memory only.noyes
User concepts infoAccess controlAccess rights for users and roles can be defined via the AWS Identity and Access Management (IAM)RBAC using LDAP or Druid internals for users and groups for read/write by datasource and systemnonoRole-based access control

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

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

More resources
Amazon DynamoDBApache DruidManticore SearchSwayDBTerminusDB infoformer name was DataChemist
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

Recent citations in the news

Freecharge lowered their identity management system cost and improved scaling by switching to Amazon DynamoDB ...
20 May 2024, AWS Blog

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

Zendesk Moves from DynamoDB to MySQL and S3 to Save over 80% in Costs
29 December 2023, InfoQ.com

Introducing configurable maximum throughput for Amazon DynamoDB on-demand | Amazon Web Services
3 May 2024, AWS Blog

Using the circuit-breaker pattern with AWS Lambda extensions and Amazon DynamoDB | Amazon Web Services
16 May 2024, AWS Blog

provided by Google News

Apache Druid Wins Best Big Data Product in the 2023 BigDATAwire Readers' Choice Awards
26 January 2024, Datanami

'Lucifer' Botnet Turns Up the Heat on Apache Hadoop Servers
21 February 2024, Dark Reading

New DDoS malware Attacking Apache big-data stack, Hadoop, & Druid Servers
26 February 2024, GBHackers

Imply Announces Automatic Schema Discovery for Apache Druid, Reinforcing Druid's Leadership for Real-Time ...
6 June 2023, Business Wire

Apache Druid Takes Its Place In The Pantheon Of Databases
16 June 2022, The Next Platform

provided by Google News

Integrating Manticore Search with Apache Superset
8 August 2023, hackernoon.com

Clickhouse vs Elasticsearch vs Manticore Search Query Times With a 1.7B NYC Taxi Rides Benchmark
1 June 2022, hackernoon.com

8 Powerful Alternatives to Elasticsearch
25 April 2024, Insider Monkey

Manticore is a Faster Alternative to Elasticsearch in C++
25 July 2022, hackernoon.com

8 Google Alternatives: How to Search Crypto, the Dark Web, More
1 February 2023, Gizmodo

provided by Google News

How TerminusDB is commercializing its open source graph database
16 March 2021, VentureBeat

TerminusDB Takes on Data Collaboration with a git-Like Approach
1 December 2020, The New Stack

Dublin-based data collaboration tool TerminusDB raises €3.6 million in seed round
15 March 2021, Tech.eu

[MCR2030-CAMS-ARISE-UNDRR Webinar] Preventing cascading failures of critical assets: Using the Open-Source ...
12 April 2022, United Nations Office for Disaster Risk Reduction

Trinity College spinout TerminusDB secures €3.6m in investment
15 March 2021, The Irish Times

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.

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

Neo4j logo

See for yourself how a graph database can make your life easier.
Use Neo4j online for free.

Present your product here