Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integration with Amazon CloudSearch #209

Closed
sidbatra opened this issue Apr 12, 2012 · 5 comments
Closed

Integration with Amazon CloudSearch #209

sidbatra opened this issue Apr 12, 2012 · 5 comments

Comments

@sidbatra
Copy link

Amazon announced it's CloudSearch platform today - http://aws.amazon.com/cloudsearch/

Sunspot's seamless Rails integration makes it an ideal match for Amazon CloudSearch.

It'll be sensational to see this integration. thanks!

@benmoss
Copy link
Contributor

benmoss commented Sep 3, 2012

This doesn't seem like something that would belong inside Sunspot, since Sunspot is specifically for Solr.

@benmoss benmoss closed this as completed Sep 3, 2012
@meatherly
Copy link

Would this blog post make a difference? http://www.lucidworks.com/blog/amazons-cloudsearch-gets-solr-powered/

@ma2kubo
Copy link

ma2kubo commented May 8, 2014

Evernote was unable to submit your note for the following reason:

The emailed note was received, but Evernote did not understand the email address. It may have been mistyped, or the user may not exist. Please check to make sure the address was properly entered.

Original message information:
From: Michael Eatherly <[email protected]>
Delivered To: [email protected]
All recipients: sunspot/sunspot <[email protected]>
Subject: Re: [sunspot] Integration with Amazon CloudSearch (#209)

To prevent excessive emails, you may not receive another error reply for the next 360 minutes.

  • The Evernote team

@zrisher
Copy link

zrisher commented Nov 10, 2014

As Meatherly points out, CloudSearch is now powered by Solr. Unfortunately, it doesn't provide direct access to the Solr API. That blog post says this is on the CloudSearch roadmap. I can't find evidence of that anywhere else, though the bump in usage AWS would see from providing that makes it seem likely. Once that's done, using Sunspot with CloudSearch would be a relative breeze.

Until then, one could create an RSolr replacement that implements all the same methods, but using the AWS Ruby SDK V2. Then the two could be connected with a few minor changes to Sunspot (to allow client selection). I'd be happily surprised if anyone was willing to create that solution.

@penguinco
Copy link

amazon created sunspot like gem https://github.com/awslabs/cloudsearchable
I think this is better way.

@zrisher
Copy link

zrisher commented Dec 24, 2014

CloudSearchable falls short of Sunspot in a number of ways. The most fully-featured CloudSearch-specific gem is actually Asari. Check this list of what Sunspot has that Asari doesn't, most of this list applies directly to CloudSearchable as well.

You'll also notice this isn't a full AWS product, it's one of their "Labs" projects which don't come with official support or documentation. It hasn't been updated in a year and relies on the 2011 API, so no "Suggestions" or easy HTTPS setup with existing EC2 profiles.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants