graphaware / neo4j-reco

Neo4j-based recommendation engine module with real-time and pre-computed recommendations.
374 stars 77 forks source link

Recommendation logic #33

Open surajrrao opened 7 years ago

surajrrao commented 7 years ago

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.

omarlarus commented 7 years ago

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.