使用 Neo4j 作为 Mahout 数据存储
有人成功地将 Apache Mahout 与 Neo4j 作为数据存储集成吗?如果有的话,涉及多少作品,表现如何?
Has anyone successfully integrated Apache Mahout with Neo4j as a datastore? If so, how much works was involved, and what was the performance like?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我还没有听说有人尝试过。项目中没有特定于 neo4j 的连接器代码。
如果您可以将 Neo4j 与 Hadoop 一起使用,那么您也可以将它与 Mahout 一起使用; Mahout 与特定数据存储没有太多关系。
我想这是个好消息; Mahout 没有太多与数据存储特别相关的内容,所以是的,只要做一点工作,我相信你就能得到一些东西。
我不认为图形数据库是存储 Mahout 运算这类内容的最自然选择,它们只是大向量。
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.