Skip to content
This repository has been archived by the owner on May 6, 2021. It is now read-only.

Recommendation logic #33

Open
surajrrao opened this issue Jan 6, 2017 · 1 comment
Open

Recommendation logic #33

surajrrao opened this issue Jan 6, 2017 · 1 comment

Comments

@surajrrao
Copy link

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
Copy link

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants