Skip to content

An extension that enables Neo4j recommender system functionality.

License

Notifications You must be signed in to change notification settings

Innova4D/hintplugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

67 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HintPlugin v0.1

An unmanaged extension that enables Neo4j (2.0.1) to give recommender system functionality.

Please note that this extesion is intended to give a RESTful API support, however you can use this library through embedded mode.

Setting everything up!

From terminal use Maven to build the project:

mvn clean package

Copy the generated JAR File and paste it into neo4j plugins.

hintplugin/target/

Then, in conf/neo4j-server.properties copy/paste the following:

org.neo4j.server.thirdparty_jaxrs_classes=org.neo4j.hintplugin.utils=/hintplugin/utils  

Go to your neo4j folder and restart neo4j server:

neo4j start

Have Fun!

What can I do?

  • Similarity between nodes.
  • Freeman Centralities.
  • Freeman Flow-Centralities.

All the tests are based on Freeman Centrality graphs.

About

An extension that enables Neo4j recommender system functionality.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%