Tagged Questions

1
vote
4answers
92 views

Is there a production grade SimpleDB .NET library?

Here you will find all the SimpleDB code samples on the AWS page. Here you will find a VB.NET SimpleDB library. Is there a production grade SimpleDB library, preferable built in …
0
votes
1answer
54 views

Can I use associations when using Ruby on Rails w/Amazon SimpleDB?

For a new project my company is considering using Amazon SimpleDB to simplify data storage. The app is a simplistic web dashboard that will be created using Ruby on Rails. What I …
2
votes
1answer
49 views

How far can one take SimpleDB, OpenID and the Cloud?

I have an ASP.NET MVC app (non-transactional, social) I am workong on. I started using the .NET authorisation provider which does the job, but with the Cloud's lining getting more …
2
votes
3answers
142 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
48 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 …
1
vote
3answers
91 views

SimpleDB as Denormalized DB

In an environment where you have a relational database which handles all business transactions is it a good idea to utilise SimpleDB for all data queries to have faster and more li …
0
votes
1answer
77 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
31 views

PHP Implementation of an OAuth Store for Amazon SimpleDB

I am implementing OAuth for delegated access to our API for OnePage (http://myOnePage.com). We are using SimpleDB for our database. Does anyone know of a PHP OAuthStore implementa …
1
vote
2answers
119 views

simpledb, sql azure, mysql + memcached

Hi, for a new scalable high traffic global ecommerce website (asp.net) project which technology fits best (max. scalability & performance, min. price & maintenance) ? ama …
3
votes
5answers
284 views

Best database for high write (10000+ inserts/hour), low read (10 reads/second)?

I'm developing a web app and currently using sql server 2008 for it. But, I am considering moving to another database (simpledb) for improved performance. I have a background pro …
1
vote
2answers
105 views

How should I handle eventual consistency in SimpleDB, particularly in relation to unit testing?

We're building a web app on top of the Amazon Web Services stack, and I'm loving it so far. We're also making full use of test driven development and that is also proving to be fa …
0
votes
2answers
151 views

SimpleDB library with joins in Ruby

Is there a Ruby library for Amazon's SimpleDB that can generate joins from Ruby classes? For example, if you define Ruby classes for Game and Ball, and each Game has one Ball, code …
3
votes
2answers
1k views

Looping through a SimpleXML object, or turning the whole thing into an array.

I'm trying to work out how to iterate though a returned SimpleXML object. I'm using a toolkit called Tarzan AWS, which connects to Amazon Web Services (SimpleDB, S3, EC2, etc). I' …
13
votes
3answers
701 views

Non-Relational Database Design

I'm interested in hearing about design strategies you have used with non-relational "nosql" databases - that is, the (mostly new) class of data stores that don't use traditional re …
2
votes
4answers
709 views

Should I use CouchDB or SimpleDB?

I'm creating an application that will be hosted on amazon EC2 and a lot of the data that'll be saved is more document oriented (as well as saving tweets and such related to those d …

1 2 3 next
15 30 50 per page