grahamjenson / ger

Good Enough Recommendation (GER) Engine
376 stars 47 forks source link

API for avoiding the cold start problem #42

Closed thelinuxlich closed 9 years ago

thelinuxlich commented 9 years ago

Something to bootstrap available things to act on

grahamjenson commented 9 years ago

the method bootstrap is meant to be a way to dump a lot of data quickly to bootstrap the database. However, I have had problems with this in the past, especially when getting to the GB's of data size. So now there is a method events which can dump lots of events quickly, but only in small batches. So the recommended way to use this is to have many processes dumping events in parallel to the events method.