neo4j-reco icon indicating copy to clipboard operation
neo4j-reco copied to clipboard

Recommendation logic

Open surajrrao opened this issue 9 years ago • 1 comments

My understanding is that the java code/recommendation business logic should be deployed in the neo4j plugins folder - Is that correct?

How do we trigger the precomputation logic - is there a schedular available to execute & update the data.

surajrrao avatar Jan 06 '17 07:01 surajrrao

Hi @surajrrao , you're right, you have to put the framework, reco and your specific jars into the plugin directory. Reco is a library, so you can use the API to do your recommendations. The pre-computation logic is triggered automaticaly when the database engine is not under pressure. To enable it you have to edit the neo4j.conf file as described here.

omarlarus avatar Jun 19 '17 12:06 omarlarus