Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Build a “Serverless” search engine with IndexTank and SimpleWorker (indextank.com)
58 points by diego on May 25, 2011 | hide | past | favorite | 6 comments


I use SimpleWorker for some background jobs in our Rails apps, I like the service! It's totally the only service with a really nice dashboard to see how your jobs are doing, as well as scheduling them to run. Resque is good, but I wish it had a real scheduler.


I like it too obviously. I randomly met the guys last week and learned about it, it was very simple to take my script and just make it work. In general I see the Ruby/Rails community as being very receptive to services like this (and ours).


I really like what they've done here. However since it doesn't work with IE9 the potential is limited to clever hack but impressive never the less.


Oops, we haven't tested it with IE9. We'll get on it and fix it asap, thanks for the heads up!


This is neat, but what is a good use case for this? I would assume most people needing search functionality already run their webapps on a server somewhere.


There are many uses, one of them is when you want to do instant search. There is no point in having the browser go to your server so you can act as a proxy for a query.

Also, you could add search functionality without having to touch your backend logic (only your web templates). This may seem minor if you are in control of the whole web app, but it matters for larger organizations where it's easier to change a template than to deploy code.




Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: