Amazon DynamoDB is a fully managed NoSQL database service offered by Amazon.com as part of the Amazon Web Services portfolio. It was announced by Amazon CTO Werner...
amazon dynamodb is a fully managed nosql database service offered by amazon.com as part of the amazon web services portfolio. it was announced by amazon cto werner vogels on january 18, 2012.overviewdynamodb differs from other amazon services by allowing developers to purchase a service based on throughput, rather than storage. although the database does not automatically scale, administrators can request more throughput and dynamodb will spread the data and traffic over a number of servers using solidstate drives, allowing predictable performance. it offers integration with hadoop via elastic mapreduce.dynamodb is proprietary software, but has been compared to a managed version of the opensource software database apache cassandra.language bindingslanguages with dynamodb binding include java, node.js, .net, perl, php, python, ruby, and erlang.
database cloud-computing nosql aws