I have a nodejs app running on nodejitsu server.
Lately I want to build search functionality for my app. The elasticsearch technology seems suitable for me. I understand that elasticsearch is java base. To run it I need java server. Which I can't afford.
I think I have options like these:
1-rent heroku java hosting service then install elasticseach.
2-subscribe to heroku hosting plan and install one of the elasticsearch addon available (such as bonsai)
3-Go directly to elasticsearch service provider such as searchbox.io and subscribe a plan
So which one do think is best for my situation?