Amazon DynamoDB is Amazon's own NoSQL (key-value store) implementation which they offer as a cloud service under the umbrella of Amazon Web Services (AWS)

learn more… | top users | synonyms

0
votes
0answers
9 views

Kendo UI Grid Json Data not loading

I have problem in loading json data in kendo ui grid. I am able to load data in data grid as per response1 because db-table has multiple records the values are perfectly loaded in grid.If db contains ...
0
votes
1answer
16 views

Is there a high-level DynamoDB module for Node.js that supports secondary indexes?

I see quite a few DynamoDB modules on npmjs.org. I am guessing that all of them pre-date the introduction of secondary indexes and so don't support them. Does anyone know of a high-level DynamoDB ...
1
vote
1answer
18 views

Getting the number of reduce tasks operating at the moment

I'm using Amazon AWS, Dynamo DB, and EMR cluster for hadoop streaming. My reduce tasks write to a Dynamo table. I need to establish and adhere to an upper bound on writing to the table, say at 50% of ...
0
votes
0answers
9 views

On-to-many relation in DynamoDB

I want to know what is the best approach to works with one-to-many relations in DynamoDB. Let's assume that I have a 'post' and 'category' tables. The category has 'id' and 'name' columns, the 'post' ...
0
votes
0answers
16 views

Hive performance on Amazon DynamoDB

I'm using Amazon DynamoDB to collect statistics and ElasticMapReduce with Hive to process statistics and upload results to S3. On DynamoDB I have table prod_product_views: - id (Hash key) - ...
0
votes
0answers
4 views

Querying DynamoDB with unique hash attributes?

I'm planning to have a User table with UserName as the hash key and a LastLoginDate attribute (among others). I would like to be able to query the table for something like: All users that have not ...
0
votes
0answers
9 views

Inserting None values into DynamoDB using Boto

I'm new to Boto, and I'm trying to use it to insert a Python dictionary into Amazon DynamoDB. I must be missing something, because the "dynamizer" (encoder) does not seem to support None values. ...
0
votes
1answer
30 views

ruby rails dynamo db tutorial

Im trying to develop an app that uses the dynamoDB from the AWS as DB. I have been trying for the last 2 days with the dynamoid gem but I am about to throw my computer out by the window. ...
0
votes
0answers
15 views

Data modeling for nosql database for Social Networking site

I am developing one social networking website. Right now I am using mysql for data storage. Now I have to move on nosql database (I prefer ElasticCache or DynamoDb (amazon service) ). But I am ...
0
votes
1answer
14 views

DynamoDB CreateTableRequest and setAttributeDefinitions

I'm just starting out with DynamoDB and the Java SDK. One thing I'm not getting is why the CreateTableRequest object (request) is wanting attribute definitions? What is not making sense is that a ...
5
votes
2answers
64 views

Migration details for DynamoDB v2 in AWS Java SDK?

Has anyone made the change to the new namespaces (com.amazonaws.services.dynamodbv2) and interfaces for DynamoDB in the AWS Java SDK 1.4.2 (and later)? The release of Local Secondary Indices ...
0
votes
0answers
19 views

Batchgetitems function in PHP in AWS SDK for PHP 2

I am implementing a Dynamodb of AWS using there AWS SDK for PHP 2 (i think it is latest one). I am able to create table, getting items from single table, putting items in multiple table but when i try ...
1
vote
0answers
20 views

DynamoDB hash key int vs string

I've tried using UUID's integer representation as integer hash key in DynamoDB, but that has failed with error: DynamoDBValidationError: DynamoDBValidationError: 400 Bad Request {'message': ...
0
votes
1answer
12 views

Amazon DynamoDB + Rails 2.3.18

I m kinda new to DynamoDB, i need to do the following. Tickets get created from bunch of places( we are storing them in Mysql). Each ticket has N activities and N varies for each Ticket. We are ...
0
votes
2answers
66 views

How to build a jar file out of github project in sbt to be used in a scala program

I am trying to use scala to access Amazon's DynamoDB and found this great package on github https://github.com/piotrga/async-dynamo so I downloaded the code as a zip file , unzipped it and then did ...
1
vote
1answer
48 views

How to delete records in Amazon Dynamodb based on a hashkey?

I am trying to delete all items from an aws dynamodb table by hashkey. I see alot of discussion about it on the internet but no actual code samples and all my attempts have failed. What am I doing ...
1
vote
0answers
27 views

Audit table woes

I am trying to make an Audit table that records pretty much everything in the system. I was going to use triggers, but I want to record things like searches, etc and I always want to record the ...
0
votes
1answer
18 views

Run a custom MapReduce Jar in Amazon Elastic Map Reduce against data from Amazon DynamoDB

I have data in DynamoDB which I want to run mapreduce jobs against. I've found a lot of tutorials which involve using Hive to run SQL against the dynamoDB data in EMR, but for the task I'm trying to ...
0
votes
0answers
25 views

Create a model field in Django to store data in Amazon DynamoDB

Currently we store 2 kb encoded strings into a column in the DB, using the standard Django ORM. Is it possible to change just that one field to store and retrieve that field using Amazon DynamoDB? ...
-1
votes
1answer
44 views

Which cloud service/solution do I need for large simple data? [closed]

Can someone please help me find the right cloud solution for our new business venture. We have a feed of data that needs to be stored on a database. The data is not complex and can probably be saved ...
0
votes
1answer
36 views

DynamoDB: Decrement/Subtract a key/value

I have a key of type Number in a DynamoDB table. I set action as ADD to add a value to the existing value. DynamoDBAttributeValue *attr = [[[DynamoDBAttributeValue alloc] ...
0
votes
1answer
34 views

How to do atomic update counter using dynamodb & c#

i am new to dynamodb and trying to write a counter.I am worried about concurrent access to mycounter. Any code samples ? Any strategies ?
0
votes
2answers
72 views

Moving MySQL table to AWS DynamoDB - how to set it up?

I have this table on a RDS instance: +--------------+---------------------+------+-----+---------+----------------+ | Field | Type | Null | Key | Default | Extra | ...
0
votes
1answer
56 views

Can't find by whatever on DynamoDB

I've created my model, set up the table properly etc, data gets saved however when I try to search for things I get errors ...
-3
votes
0answers
75 views

Which is the best NOSql option for several scenarios. what are the differences among them? [closed]

I would like to know which is the best option for NOsql databases for the scenarios presented in the end of the question. What are the benefits and the disadvantages of each one, The main databases ...
0
votes
1answer
40 views

DynamoDBMapper - Failed to instantiate class

I'm running into an issue of the Java based DynamoDBMapper in Amazon's AWS toolkit throwing the "Failed to instantiate class" exception error. This is my first time attempting to use the DBMapper, so ...
1
vote
1answer
23 views

DynamoDB: handling throttling with boto

According to DynamoDB docs, requests causing database throttling are automatically retried if using the supported SDKs. However, I was unable to find any mention about how boto handles throttling ...
0
votes
0answers
66 views

Should i store json in dynamodb or s3

i want to store precalculated jsons which are generated by my scheduled tasks. Jsons will be used to populate control panel dashboards in an analytics application. Should use amazon dynamodb or ...
1
vote
1answer
100 views

Amazon DynamoDB table design and querying

We are considering DynamoDB for an expectedly large dataset. I come from a strong SQL background so the No-SQL way of thinking is new to me. I have a problem and design, but ran into what appears to ...
1
vote
3answers
87 views

What is the AWS DynamoDB Durability SLA?

Given that S3 is 99.999999999% durability [1], what is the equivalent figure for DynamoDB? [1] http://aws.amazon.com/s3/
1
vote
1answer
53 views

AWS (or other cloud solution) for migrating large data?

I have organized, non-relational data that is in both file system and SQL database. There is application that queries both sources. What would be some cloud solutions for storing this data, which ...
0
votes
1answer
21 views

Amazon DynamoDB for Windows Mobile

I need to use DynamoDB in Win Mobile application (I'm using VS2008 and Smart Device project). I can find a lot of SDK for different platforms at Amazon site, but can't find SDK for Win Mobile. Can I ...
0
votes
2answers
54 views

DynamoDB's PutItem is multiple zones safe?

Accoring to the link [1] Amazon DynamoDB has built-in fault tolerance, automatically and synchronously replicating your data across three Availability Zones in a Region for high availability and ...
0
votes
1answer
37 views

DynamoDB Table Missing?

I had created a simple table in dynamo called userId, I could view it in the AWS console and query it through some java on my local machine. This morning, however, I could no longer see the table in ...
0
votes
0answers
94 views

Communication with AWS Token Vending Machine using DynamoDB or any other service

Hi I am new to Amazon AWS and I am trying to setup DynamoDB for my android application. I have deployed Anonymous TVM on Elastic Beanstalk using: http://aws.amazon.com/code/8872061742402990 When I ...
2
votes
1answer
68 views

Deletion from amazon dynamodb

Is there any efficient way to delete all the items from a amazon dynamodb tabe at once.I have gone through the aws docs but there it's shown deletion of a single item.
0
votes
1answer
24 views

Checking if entry uploaded/exists in table using C# securely using AWS IAM

I need to check if a value has successfully uploaded to a table using C#. The table uses a hash and range. Currently I use a queryrequest->queryresponse->queryresult and then check if the result is ...
1
vote
1answer
43 views

Retrieving just the item value from a dynamodb table?

I'm playing around with dynamodb and set up a very simple table of 5 items, each with 2 attributes (userId, name). I'm then accessing this through java and outputting the items to the terminal. The ...
2
votes
1answer
48 views

How to get distict count on dynamodb on billion objects?

What is the most efficent way to query my dynamodb objects ? Such as my objects have ten properties and i want to get a distinct count based on 3 properties .
0
votes
0answers
10 views

Distrubution of an index in server cluster

I wonder if it is possible to distrubute an index using amazon dynamodb or with another tool ? İs it possible to scale up an index or am i doomed into one machine ?
0
votes
0answers
58 views

DynamoDB Search any range key with a

I'm triying to found how to to make a query in DynamoDB of a table with a composite key userID,albumId, where albumId is a range-key, but i need to get all almbumID values with a fixed userID When i ...
0
votes
0answers
70 views

Amazon Dynamodb Integration with salesforce by sending http request

I want to connect to Amazon Dynamodb by sending http request. I am getting various errors while doing so.. The errors are : 1) Connection refused, The remote host or network may be down 2) Read time ...
0
votes
2answers
158 views

Backup DynamoDB Table with dynamic columns to S3

I have read several other posts about this and in particular this question with an answer by greg about how to do it in Hive. I would like to know how to account for DynamoDB tables with variable ...
2
votes
2answers
104 views

Options for accessing S3/DynamoDB with C/C++

I've been looking for a C/C++ interface to S3 and DynamoDB. I've found libaws on sourceforge that supports S3 but not dynamodb, but doesn't look like its maintained. Any pointers?
0
votes
1answer
57 views

Check unique hash_key in dynamodb - python

i'm trying to check existence of an hash_key in dynamodb with boto (i can not update my filed if exist) i've try with query for i in self.table.query(hask_key=[value]): print i['url'] But ...
2
votes
2answers
109 views

Is it possible to simulate Amazon cloud search and dynamoDB for developement?

I'm looking to build an application off Amazon cloud search and dynamo DB and I don't want to waste money or free tier during application development. So, I'm wondering if Amazon Dynamo DB and cloud ...
0
votes
2answers
43 views

is it wrong to allow a secret key for dynamodb read only user to be made public?

So I have a dynamodb table and I have used the iam console to create a user in a group that has read only access to the table. What are the issues with having this users private key in client side ...
2
votes
1answer
64 views

DynamoDB - How to do incremental backup?

I am using DynamoDB tables with keys and throughput optimized for application use cases. To support other ad hoc administrative and reporting use cases I want to keep a complete backup in S3 (a day ...
0
votes
1answer
39 views

Is it possible to query dynamodb with fields other than hash and range keys

I'm using boto to connect dynamodb in python. I'm not seeing any proper tutorials for querying dynamodb. " What i need is that i need to fetch the content of the table where given name is present ...
1
vote
1answer
65 views

DynamoDB: The attempted filter operation is not supported for the provided filter argument count

I am working with the iOS SDK with the Amazon Web Services I am trying to make a scan request with code below: DynamoDBScanRequest *request = [[DynamoDBScanRequest alloc] ...

1 2 3 4 5 8