Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Heroku support Thinking Sphinx?

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

like image 268
Ben Orozco Avatar asked Mar 09 '11 09:03

Ben Orozco


3 Answers

Looks like Heroku soon will support Sphinx through Flying-Sphinx

like image 68
kbjerring Avatar answered Oct 03 '22 06:10

kbjerring


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.

like image 39
Tom Andersen Avatar answered Oct 03 '22 08:10

Tom Andersen


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

like image 30
corroded Avatar answered Oct 03 '22 08:10

corroded