Amazon DynamoDB

From Infogalactic: the planetary knowledge core
(Redirected from DynamoDB)
Jump to: navigation, search

Lua error in package.lua at line 80: module 'strict' not found.

Amazon DynamoDB
200px
Developer(s) Amazon.com
Initial release 2012
Development status Active
Operating system Cross-platform
Available in English
Type key-value store
License Proprietary
Website aws.amazon.com/dynamodb/

Amazon DynamoDB is a fully managed proprietary NoSQL database service that is offered by Amazon.com as part of the Amazon Web Services portfolio.[1] DynamoDB exposes a similar data model and derives its name from Dynamo, but has a different underlying implementation. Dynamo had a multi-master design requiring the client to resolve version conflicts and DynamoDB uses synchronous replication across multiple datacenters[2] for high durability and availability. DynamoDB was announced by Amazon CTO Werner Vogels on January 18, 2012.[3]

Overview

DynamoDB differs from other Amazon services by allowing developers to purchase a service based on throughput, rather than storage. Although the database will not scale automatically, administrators can request more throughput and DynamoDB will spread the data and traffic over a number of servers using solid-state drives, allowing predictable performance.[1] It offers integration with Hadoop via Elastic MapReduce.

In September 2013, Amazon made available a local development version of DynamoDB so developers can test DynamoDB-backed applications locally.[4]

It is said to be "built on the principles of Dynamo" (an internal storage system used initially for their own website).[3]

Language bindings

Languages with a DynamoDB binding include Java, Node.js, C# .NET, Perl, PHP, Python, Ruby, and Erlang.[5]

References

  1. 1.0 1.1 Lua error in package.lua at line 80: module 'strict' not found.
  2. Lua error in package.lua at line 80: module 'strict' not found.
  3. 3.0 3.1 Lua error in package.lua at line 80: module 'strict' not found.
  4. Lua error in package.lua at line 80: module 'strict' not found.
  5. Lua error in package.lua at line 80: module 'strict' not found.

External links

de:Amazon Dynamo