Search code examples
rubyamazon-cloudsearch

Amazon CloudSearch Gem


Is there a gem other than:

for using aws cloud search in ruby? I'm trying to evaluate which one to use and want to make sure I'm not missing the_gem_one_that_everyone_uses.


Solution

  • There's also Cloudsearchable: https://github.com/awslabs/cloudsearchable

    It provides AR-like query building syntax and a simple API for mapping ActiveModel-like objects to a Cloudsearch index.