I Can't say for Azure, but I've used the other two. AWS has SimpleDB, which
is in the same ballpark as GAE's datastore, but from personal experience
trying to get anything that comes close to resembling transactions from AWS
SimpleDB is like taking candy from your own kid, while it's possible, you'll
probably regret it later.

In short the GAE datastore rocks in comparison, but offers similar features.
Both are, as far as I know, their own unique implementations, though GAE
provides the industry standard JDO/DataNucleus interface to it, whereas
DataNucleus support for AWS is far less complete, thus you'll have to write
data access components specifically for AWS whereas you can come away with
fully or near-fully portable code under GAE's datastore.

David



-----Original Message-----
From: google-appengine@googlegroups.com
[mailto:google-appeng...@googlegroups.com] On Behalf Of Sean
Sent: Monday, November 08, 2010 9:38 AM
To: Google App Engine
Subject: [google-appengine] Re: GAE multihoming solution and comparison to
competitors

Anyone has comment here?

On Nov 3, 5:27 am, Sean <sean.bigdata...@gmail.com> wrote:
> Dear clouders,
>
> As I understand, GAE datastore provides cross-colo multihoming. Is the 
> multihoming feature uniquely provided by GAE? In other words, does 
> Azure or AWS provide similar functionality?

--
You received this message because you are subscribed to the Google Groups
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To post to this group, send email to google-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to