CVS edit link for sugestio
I have created a module connects a Drupal site to the Sugestio recommendation service. Five-star votes are anonymized and submitted to the service. In return, visitors get blocks containing personal recommendations based on their own voting behaviour and similar nodes based on collective voting behaviour. The potentially heavy workload from collaborative filtering is offloaded to the external service, minimizing the performance hit on the Drupal website.
Similar modules:
http://groups.drupal.org/node/12347 contains a fairly comprehensive list of existing modules that add recommendation in some shape or form, but they either run entirely on the local server or they are built specifically for some external service. The Recommender API module sounds quite generic, but it didn't seem feasible to extend it for this particular purpose.
Comments
Comment #1
sugestio commentedComment #2
sugestio commentedComment #3
sugestio commentedComment #4
avpadernoHello, and thank you for applying for a CVS account.
May you report the difference between the existing projects, and the proposed module?
Comment #5
avpadernoA side note: Drupal.org CVS accounts, as well as Drupal.org user accounts, are though for individuals; accounts created for more than one user are not allowed.
Comment #6
sugestio commentedThere are several existing modules that offer either personal recommendations or similar nodes based on user voting, Content recommendation engine and Recommender API being notable examples. However, they all do the calculation work on the local machine, which can lead to performance and scalability issues. Sugestio offers a SaaS solution, where we do the heavy lifting on our Amazon cloud-based infrastructure. So this new module is made specifically for our RESTful webservice. With regard to your other comment, I do the Drupal side of things within the company and I just put sugestio for username. I'm the only person who will be using this account.
Comment #7
sugestio commentedComment #8
brianV commentedSome notes:
Comment #9
sugestio commentedThank you for taking the time to review my module. I've attached a new version that takes your comments into account.
1. Yes, this was an oversight. In the latest version, I have set the cache flag to BLOCK_NO_CACHE as per your recommendation.
2. This was a poor choice of table name. The module can execute API calls in the cron process rather than doing them right away. These API calls are stored in a table originally called "cache_sugestio_calls" where sugestio_cron can retrieve them. This has nothing to do with caching, so I've renamed the table "cron_sugestio_calls" in the latest version.
3. I've added @file annotations to all code files.
Comment #10
zzolo commentedHi. Please read all the following and the links provided as this is very important information about your CVS Application:
Drupal.org has moved from CVS to Git! This is a very significant change for the Drupal community and for your application. Please read the following documentation on how this affects and benefits you and the application process:
Migrating from CVS Applications to (Git) Full Project Applications
Comment #11
avpadernoAs per previous comment, I am setting this issue to won't fix.
Since new users can now create full projects, applications have a different purpose and they are handled on a different issue queue. See Apply for permission to opt into security advisory coverage for more information.
Comment #12
avpaderno