What Amazon SimpleDB means for Rails apps

Amazon’s new SimpleDB is an object store built on top of Erlang designed to provide super-fast access to small objects (large objects such as images, videos, audio should be stored on Amazon’s S3). It is a departure from the problems of relational databases and Rails’ ActiveRecord needs to meet SimpleDB in the middle for an optimal object-based data layer underneath your gorgeous, RESTful Rails app.