Tagged Questions

2
votes
3answers
151 views

Amazon SimpleDB Woes: Implementing counter attributes

Long story short, I'm rewriting a piece of a system and am looking for a way to store some hit counters in AWS SimpleDB. For those of you not familiar with SimpleDB, the (main) pr …
1
vote
2answers
53 views

Enumerate keys in Amazon SimpleDB

I'm trying to enumerate keys in Amazon SimpleDB. In SQL, it would be something like: select unique itemName() from domain; I've searched around but didn't find any way to do thi …
0
votes
2answers
28 views

What tools do you use to administer analyze and otherwise manage your AWS SimpleDB(s)?

I'm working on OS X, so it has to at least work there, but I generally prefer tools that support multiple platforms. It's possible that I'm being too picky, but the JavaScript dem …
0
votes
1answer
80 views

Can I delete by attribute in Amazon SimpleDB without specifying an ItemName?

Can I delete by attribute in SimpleDB without providing an ItemName parameter in the query string? The way I store my data is the item names are UUIDs, so I don't know the UUID of …
0
votes
0answers
35 views

How different is Amazon Simple DB from Apache CouchDB?

Other than the monetary aspects, how different is Amazon's SimpleDB from Apache's CouchDB in the following terms Interfacing with programming languages like Java, C++ etc Perform …