8

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

Ben Orozco
  • 4,361
  • 4
  • 33
  • 49

5 Answers5

11

Looks like Heroku soon will support Sphinx through Flying-Sphinx

kbjerring
  • 613
  • 1
  • 6
  • 19
  • 1
    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). – pat Mar 09 '11 at 20:54
  • Cool, I didn't know that the alpha testing was over! – kbjerring Mar 09 '11 at 23:38
  • It's dragged on longer than I'd like, but I'm also impatient ;) – pat Mar 10 '11 at 03:32
  • Great pat, I'll wait for the beta release – Ben Orozco Mar 13 '11 at 00:00
  • 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). – pat Jul 12 '11 at 11:32
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.

Tom Andersen
  • 7,132
  • 3
  • 38
  • 55
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

corroded
  • 21,406
  • 19
  • 83
  • 132
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.

Bashar Abdullah
  • 1,545
  • 1
  • 16
  • 27
-1

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

botbot
  • 7,299
  • 14
  • 58
  • 96