Amazon DynamoDB is a scalable NoSQL database homegrown by the Amazon team. Developers set their write and read capacity to match the number of reads and writes their system needs. Like all NoSQL databases, DynamoDB is not relational. So, don't expect joins or other complex queries.
The Amazon DynamoDB API contains methods for all the things you would expect from a database: create, update and delete tables; create, update, delete and retrieve items from a table.
Like other NoSQL databases, Amazon DynamoDB API is RESTful, with data returned as JSON.

Click the "Track this API" button on any profile page and never miss an API update, new app, or breaking news for that API again.
There are no source code libraries or how-to links for Amazon DynamoDB. If you know one why not add it?





©ProgrammableWeb.com 2013. All rights reserved.
Terms of Service | Privacy Policy
Comments
No comments on this API yet...Used it? How was it for you?
You must be logged in to comment. Not a PW member yet? Why not register.