Has anyone successfully integrated Apache Mahout with Neo4j as a datastore? If so, how much works was involved, and what was the performance like?

link|improve this question

73% accept rate
feedback

1 Answer

up vote 1 down vote accepted

I haven't heard from anyone that's tried it. There is no neo4j-specific connector code in the project.

To the extent you can use neo4j with Hadoop, you can use it with Mahout; Mahout doesn't have a lot to do with particular data stores.

That's the good news, I suppose; there's not much about Mahout that's particularly tied to a data store, so yes with a little work I'm sure you can get something working.

I don't think a graph database is the most natural choice to store the sorts of stuff Mahout crunches, which are just big vectors.

link|improve this answer
If Mahout is all about graphs of vertices, then Neo4j should be a good fit. There's an interesting article markorodriguez.com/2011/02/18/… about its speed advantage over MySQL. – Deejay Oct 12 '11 at 9:44
It's not all about graphs of vertices -- what are you referring to? It's almost all vectors and matrices. – Sean Owen Oct 12 '11 at 12:09
Sorry, I'm not working on the project directly, so I'm prolly misunderstanding it a little. I've posted to the Neo4j user group. – Deejay Oct 14 '11 at 12:06
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.