Does Heroku support Thinking Sphinx?
Asked Answered
E

5

8

I would like to know if Heroku supports Sphinx (and its gem Thinking Sphinx)

Electromotive answered 9/3, 2011 at 9:17 Comment(1)
Why not just try it out?Whisky
N
11

Looks like Heroku soon will support Sphinx through Flying-Sphinx

Neusatz answered 9/3, 2011 at 18:27 Comment(5)
Indeed - with a little bit of luck, I'll be submitting it to Heroku for private beta by the end of this week (it's already gone through alpha testing).Labourite
Cool, I didn't know that the alpha testing was over!Neusatz
It's dragged on longer than I'd like, but I'm also impatient ;)Labourite
Great pat, I'll wait for the beta releaseElectromotive
Just for those who come along here now - Flying Sphinx has been publicly released for the last couple of months, and is running smoothly (but of course I'd say that - I run it).Labourite
T
5

You would need to launch an ec2 instance, and put all the text to search in SimpleDB, or S3, etc then run Sphinx on the EC2. Response would be fast as your heroku app is also on EC2. So the EC2 instance could only handle text searching, with the pretty web site on Heroku.

Thiele answered 9/3, 2011 at 9:36 Comment(0)
P
2

nope it doesn't

you can't actually use most text-based searches in heroku because you won't be able to have a writable directory

Puton answered 9/3, 2011 at 9:22 Comment(0)
O
0

Tom solution seems possible... I personally moved to Sunspot Solr to deploy to Heroku more easily through Websolr. I love Sunspot, though I do face occasional weird results, especially that I need to reindex all the time. Websolr does have minor hiccups every now and then, but it's getting better.

Oneway answered 9/3, 2011 at 9:49 Comment(0)
H
-1

Thinking Sphinx is supported on heroku but it costs 12 bucks a month, which sorta sucks.

Highsounding answered 13/4, 2012 at 22:35 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.