hapiger icon indicating copy to clipboard operation
hapiger copied to clipboard

HapiGer is an http-wrapper around the Good Enough Recommendation engine using the Hapi.js framework

Results 9 hapiger issues
Sort by recently updated
recently updated
newest added

I follow the quick start guide, and running hapiger with in-memory event store gives a WARN: `(node:19148) [DEP0022] DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.` Anyways, the server starts up,...

I was wondering if their is anything planned or done to solve the cold-start problem. The scenario is you haven't taken any actions so no recommendations are returned but since...

Started out with the default in-memory option, everything went fine as expected. Tried recommended pgsql for persistence afterwards, very same data set, import went fine. Same query as with in-memory...

will be nice if cors will work out of the box or at least with some command line flag

This fixes https://github.com/grahamjenson/hapiger/issues/13

Project has no coverage report, I would like to introduce this in order to understand and increase coverage and tests on the module. I will also: 1) bump mocha and...

Hi, First, i want to thanks to you for great plugin.Its really a good plugin and informative. Problem: Events: ``` curl -X POST 'http://localhost:3456/events' -d '{ "events": [ { "namespace":...

Wondering if there is a way to limit the recommendations returned? In my case i want to continuously return a set of 10 or 20. Once the database grows i...

Hi! Is there any way to exclude items from recommendations? Imagine an e-commerce app in which I want to specify that some items are no longer available, but I still...