amazon-simpledb
Amazon Resource Name (ARN) for AWS SimpleDB
I am trying to create a user account for Amazon Web Services to limit my risk if the credentials are compromised.[详细]
2023-04-11 15:33 分类:问答how can I access an attribute by name, rather than by integer?
I must be missing something, but I can\'t seem to figure out how to get an Attribute by Name/String, only by an Integer, which is likely to change(the Attribute Name is not).[详细]
2023-04-10 23:51 分类:问答Amazon Simple Db get items from list
I have the following code in which I query SimpleDb to get a list of the items in my domain along with the \"Favorited\" attribute.Basically I am trying to update the users database to have the most r[详细]
2023-04-10 06:24 分类:问答Performance difference between 1 query returning n records and n queries returning 1 record?
With respect to Amazon SimpleDB, Is there any significant performance difference between select * from mydomain where itemName() in(\'id1\',\'id2\',\'id3\', \'id4\')[详细]
2023-04-04 14:37 分类:问答Making REST requests and parsing REST response in C++?
I\'m currently working on a project written completely in C++ and running on ubuntu. My requirement is to make REST based calls to Amazon SimpleDB to store/retrieve data.[详细]
2023-04-02 12:13 分类:问答How do implement schema changes in a NOSQL storage system
How do you manage a major schema change when you are using a Nosql store like SimpleDB? I know that I am still thinking in SQL terms, but after working with SimpleDB for a few weeks I need to make a[详细]
2023-03-31 20:44 分类:问答What CMS will run with Amazons SimpleDB? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-03-30 21:18 分类:问答Recommendations using R with SimpleDB or BigQuery or using PHP with SimpleDB
I am currently working on syste开发者_高级运维m that generated product recommendations like those on Amazon : \"People who bought this also bought this..\"[详细]
2023-03-29 01:20 分类:问答Hibernate Error While working on SimpleDB Database of Amazon
I am working on a grails application which uses Amazon\'s SimpleDB. I changed a domain field type from String to boolean and now my application does not start up. We are using jPA plugin for integrati[详细]
2023-03-27 20:16 分类:问答Amazon SimpleDB: KeyStoreException problem accessing trust store
All in a sudden my Java application using SimpleDB doesn\'t work anymore. I\'m using Java AWS SDK version 1.2.4 on Windows 7.I\'ve the following exception:[详细]
2023-03-26 15:46 分类:问答