본문 바로가기

카테고리 없음

mongodb - neo4j document sync

반응형

https://neo4j.com/developer/neo4j-doc-manager/

 

Neo4j Doc Manager - Neo4j Graph Database Platform

The Neo4j Doc Manger project facilitates real time data synchronization from MongoDB to Neo4j. Neo4j Doc Manager Documentation Neo4j Doc Manager 1. Our Goal 1.1. What is Neo4j Doc Manager? 1.2. A little longer explanation 2. About Neo4j DocManager 2.1.… Re

neo4j.com

1. start mongod daemon with replSet 

mongod --replSet "myDevReplSet" --bind_ip 192.168.1.99

2. using mongo-connector, connect to neo4j

mongo-connector -m 192.168.1.99:27017 -t http://192.168.1.99:6474/db/data -d neo4j_doc_manager

- see the logs on

tail -f mongo-connector.log

3. mongo shell

mongo 192.168.1.99:27017

반응형