Amazon SimpleDB satisfies the hosting model I need for a project. Unfortunately, looks like it only supports PHP, C#, Java, Perl, and VB.NET. Does anyone know of any work to make it work with Ruby on Rails. Thanks, gk --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
The first question is whether there''s even a valid and sufficiently complete mapping between ActiveRecord and SimpleDB: - GET, PUT or DELETE *items* in your domain, along with the attribute-value pairs that you associate with each item. Amazon SimpleDB automatically indexes data as it is added to your domain so that it can be quickly retrieved; there is no need to pre-define a schema or change a schema if new data is added later. Each item can have up to 256 attribute values. Each attribute value can range from 1 to 1,024 bytes. - QUERY your data set using this simple set of operators: =, !=, <, > <=, >=, STARTS-WITH, AND, OR, NOT, INTERSECTION AND UNION. Query execution time is currently limited to 5 seconds. Amazon SimpleDB is designed for real-time applications and is optimized for those use cases. If there is such a mapping, I for one would like to understand the limitations in RoR terminology. And if there is hope for being able to use SimpleDB with my current controllers, I for one would be very interested in contributing to the cause, whether that be coding or testing or docs or possibly even donations. BTW, I''m working on a related concept: service-oriented memcached for Rails (big memcached in the sky). Cheers, m On Dec 20, 2007 1:16 PM, kublai <restycena-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> > Amazon SimpleDB satisfies the hosting model I need for a project. > Unfortunately, looks like it only supports > PHP, C#, Java, Perl, and VB.NET. Does anyone know of any work to make > it work with Ruby on Rails. > Thanks, > gk > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
There are several projects listed on sourceforge (or was it rubyforge?), but all seem to be in the early stages. What are your requirements? S3, SimpleDB or both? -- Long ----- Original Message ----- From: "kublai" <restycena-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> To: "Ruby on Rails: Talk" <rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> Sent: Thursday, December 20, 2007 4:16 PM Subject: [Rails] Amazon SimpleDB ang Ruby> > Amazon SimpleDB satisfies the hosting model I need for a project. > Unfortunately, looks like it only supports > PHP, C#, Java, Perl, and VB.NET. Does anyone know of any work to make > it work with Ruby on Rails. > Thanks, > gk >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
Well, it''s the combination of pay-what-you-use hosting plan and the structured data storage system. Any such hosting plan offered for Postgres or MySQL, or SQLite3? On Dec 21, 5:34 am, "Long" <long...-bJEeYj9oJeDQT0dZR+AlfA@public.gmane.org> wrote:> There are several projects listed on sourceforge (or was it rubyforge?), but all seem to be in the > early stages. > > What are your requirements? S3, SimpleDB or both? > > -- Long > > ----- Original Message ----- > From: "kublai" <restyc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> > To: "Ruby on Rails: Talk" <rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org> > Sent: Thursday, December 20, 2007 4:16 PM > Subject: [Rails] Amazon SimpleDB ang Ruby > > > Amazon SimpleDB satisfies the hosting model I need for a project. > > Unfortunately, looks like it only supports > > PHP, C#, Java, Perl, and VB.NET. Does anyone know of any work to make > > it work with Ruby on Rails. > > Thanks, > > gk--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
I recently completed work an a proxy server, allowing you to use Simple DB as a backend with Rails ActiveResource framework. Find the results here: http://inside.glnetworks.de/2008/01/20/bridging-rails-to-amazon-simpledb-using-activeresource/ Cheers, Martin On 20 Dez. 2007, 22:16, kublai <restyc...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> Amazon SimpleDB satisfies the hosting model I need for a project. > Unfortunately, looks like it only supports > PHP, C#, Java, Perl, and VB.NET. Does anyone know of any work to make > it work with Ruby on Rails. > Thanks, > gk--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---