neo4j-contrib / neo4j-mazerunner

Mazerunner extends a Neo4j graph database to run scheduled big data graph compute algorithms at scale with HDFS and Apache Spark.
Apache License 2.0
381 stars 105 forks source link

integrate simRank algorithm #48

Open dalanlan opened 8 years ago

dalanlan commented 8 years ago

I was planning to integrate simRank algorithm within this. My original thought is:

  1. export data into hdfs
  2. run simRank algo via spark
  3. import the the scores back into neo4j (aka. binded with relationships between nodes)

I'm not positive if that's the right way to go and where to start. Any suggestions? That would be much appreciated.

/cc @kbastani

jexp commented 8 years ago

Hey, thanks for your note. Would love to discuss it, can you drop me an email to michael at neo4j.com

dalanlan commented 8 years ago

@jexp Looking forward to your reply:)

dsevero commented 6 years ago

Any progress on this? :)