Tuesday, April 5, 2016

NoSQL categories and DynamoDB example

NoSQL has 4 categories:
Key-Value stores (AWS DynamoDB)
Document stores (MongoDB)
Graph stores (Nodes keep the data)
Wide Column / Column Family stores
In Key-Value store e.g. DynamoDB tables have rows, rows have key and value


Querying in Key-Value store








No comments: