I am planning to include a recommendation engine for a website which is based on NodeJS. It currently has a MongoDB database as the storage layer as well.
Ideally, I would love to have an Apache Mahout client in NodeJS, capable of exposing the recommendation API of the framework, but I cannot seem to find one.
Any web-service based recommendation framework would be a good candidate.
Any ideas?
There's Raccoon (https://www.npmjs.org/package/raccoon), though I've not tried it myself it might be a decent starting point. Otherwise, writing a Mahout api proxy using requestjs shouldn't be too challenging.