Amazon DynamoDB is a proprietary closed-source cloudnative key-value and document database optimized for horizontal scaling.
I'm trying to figure it out what can I use for a future project, we plan to store from about 500…
mongodb amazon-web-services nosql amazon-dynamodbI'm writing a simple logging service in DynamoDB. I have a logs table that is keyed by a user_id …
database nosql amazon-web-services cloud amazon-dynamodbI want to know item count with DynamoDB querying. I can querying for DynamoDB, but I only want to know …
database amazon-dynamodbI'm coming from a relational database background and trying to work with amazon's DynamoDB I have a table with a …
amazon-web-services nosql amazon-dynamodbI am not able to understand what Range / primary key is here in the docs on Working with Tables and …
hash amazon-dynamodb primary-key database nosqlI am getting the following error when trying to create a Hive table from an existing DynamoDB table: NoViableAltException(88@[]) at …
hadoop mapreduce hive bigdata amazon-dynamodbI have a table called products with primary key Id. I want to select all items in the table. This …
php amazon-dynamodbIs it possible to ORDER results with Query or Scan API in DynamoDB? I need to know if DynamoDB has …
amazon-dynamodbI am new to DynamoDB. I wish to create a table which using DeviceID as the hash key, Timestamp as …
datetime amazon-web-services amazon-dynamodb sqldatatypesWhat's the difference between doing the following: async Task<T> method(){ var r = await dynamodb.GetItemAsync(...) return r.…
c# asynchronous async-await task amazon-dynamodb