-6

Will graphlab, apache mahout or lenskit work on google app engine ?. If it won't, how will i be able to use collaborative filter on gae ?

Elvis Chidera
  • 27
  • 1
  • 7

2 Answers2

1

There should be no problem in principal running LensKit on Google AppEngine, but doing the model build will be tricky (you'll need a way to run that job).

Michael Ekstrand
  • 28,379
  • 9
  • 61
  • 93
0

Apache Mahout integrates nicely with platforms such as Hadoop for distributed processing of the data. However, most of the algorithms are designed to work standalone as well. You should be able to run them within App Engine without an issue. For scalability though, I would consider switching to Hadoop.

luijar
  • 101
  • 3