On Thu, Oct 22, 2009 at 7:57 PM, [email protected]
<[email protected]>wrote:

>
> Is anyone doing a project involving GAE?
>
> Would love to hear of some existing projects!
>
> My understanding is that Rails 3 Datamapper will be a much, much
> better fit for Datastore?
>
>
>
In Rails 3.0, ActiveRecord is moving to a more database agnostic approach by
the use of ActiveModel.
Thus, one will be able to use any ORM or object store that supports the
ActiveModel API.  Now, in
regards to DataMapper and GAE, DataMapper is an ORM similar to ActiveRecord
but it interfaces with
a non-relational database called BigTable.  It's a key value store and
indexes are automatically created
for you.  Furthermore, the notion of joins are not supported but optimistic
transactions are supported
within the BigTable.  Last but not least, GAE automatically scales your
application for you and the 5
million or so page views are free per month.  I would recommend playing with
the various technologies
and learning what works best for your project.

Good luck,

-Conrad


> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to