Editorial information provided by DB-Tools |
System |
Name |
Amazon DynamoDB |
Arango DB |
Version |
released Jan 2012 |
3.3.4 released in aug 2018 |
Drawbacks |
Very few features when compared to other key-value stores |
NA |
Advantages |
Managed Database Service provided by a leading cloud provider |
Multi Model Native Database |
Languages Supported |
Java, Node.js, Go, C# .NET, Perl, PHP, Python, Ruby, Haskell and Erlang. |
C#
Clojure
Java
JavaScript (Node.js)
PHP
Python
Ruby |
Website |
aws.amazon.com/dynamodb |
www.arangodb.com |
XML Support |
no |
NA |
JSON Support |
yes |
yes |
Brief description |
Amazon DynamoDB is a fully managed proprietary NoSQL database service that supports key-value and document data structures[2] and is offered by Amazon.com as part of the Amazon Web Services portfolio |
ArangoDB is a native multi-model database system developed by ArangoDB Inc. The database system supports three data models (key/value, documents, graphs) with one database core and a unified query language AQL (ArangoDB Query Language). |
Database Model |
Key Value Model |
Multi Model Database |
Technical Documentation |
aws.amazon.com/documentation/dynamodb |
www.arangodb.com/documentation |
License |
commercial on aws cloud. |
commercial on aws cloud. |
Cloud-based / SaaS |
Yes but you can download dynamod db locally as well. Local installation does not have vendor support |
Available in AWS cloud - https://aws.amazon.com/marketplace/pp/B00RNJ092K/ref=mkt_ste_catgtm_dblp
SaaS - Not available |
Implementation Language |
C++ |
C,C++,Javascript |
Operating System Supported |
Linux , OS X, Windows |
Linux , OS X, Windows |
Options for Integration / Access API |
Rest API |
Rest API , Javascript API, Android, iOS |
Consistency |
Immediate consistency |
Eventual Consistency |
Foreign Keys |
No |
No |
Streaming Support |
No |
Yes |
Analytics Support |
NA |
NA |
Data Storage Schema |
Key Value Model |
Key Value Model |
Notable Users |
As per Amazon the solution has been deployed by around 100,000 customers |
Reuters, FlightStats |
Key Differentiator |
Amazon allows developers to purchase a service based on throughput, rather than storage. |
Multi - Model Native DataModel |
Concurrency |
Yes |
Yes |
Partitioning |
Sharding |
Sharding |
Replication |
Multi Data Center Replication supported |
Multi Data Center Replication supported |
Secondary Indexes |
Yes |
Yes |
SchemaLess |
Yes |
Yes |
SQL Query |
No |
No |