Integrating mongodb with neo4j, is there any API that will link them?

前端 未结 5 1781
故里飘歌
故里飘歌 2021-02-03 16:02

I am working on a recommendation engine. The user data is collected (Their friendship, locations, likes,education,...) and is already stored in mongodb. I need to recommend rel

5条回答
  •  醉酒成梦
    2021-02-03 16:56

    For using MongoDB and Neo4j together there is now the Neo4j Doc Manager project which will automatically sync data from MongoDB to Neo4j, converting documents to a property graph structure.

提交回复
热议问题