Graham Jenson
Graham Jenson
The find_events method should not return expired events, and in the options object you can pass `size` and `page` to scroll through the events. Also you can pass a `current_datetime`...
I don't think GER has this functionality. It would be pretty difficult because it would be assumed that in most domains the number of users is greater than the number...
The only reference to users in the system are the events they are in and there is a method `delete_events(namespace, person, action, thing)` where you could pass `delete_events('movies', 'bob')` to...
Looking at the code `delete_events` may be broken. I will attempt to fix that soon.
No. Please fork or copy any code you like :)
AFAIK there are no other ESMs. I maintain a list of recommender systems here https://github.com/grahamjenson/list_of_recommender_systems that might give you other options but I am not sure if any are in...
Hey, There is a well tested Event Store Manager (ESM) API that you could implement using MongoDB or Mongoose if you wanted. The easiest way to do this is to...
No, and I have no plans in the near future to implement one. I have made GER in such a way that you could implement one without a PR as...
Hey, there are no plans at the moment to add a direct API for person similarity... BUT there are two methods that can be used right now to implement such...
I don't want to add redis (or any external application) as an absolute dependency to GER because it locks GER into a particular kind of use. That is the main...