0.0.1 • Published 9 years ago

knot-mongo-graph-connector v0.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
9 years ago

Knot mongo graph connector

alt tag Real-time graph analysis on data in mongoDB

About

This components is part of knot https://github.com/homerquan/knot: a graph analysis platform. It is inspired by mongo connector https://github.com/10gen-labs/mongo-connector and wrote in nodejs. To sync data in real-time from collections in mongoDB into gremlin compatible graph DB (such as titan, neo4j).

How to use

  1. npm i .
  2. change config (server/config/.json) to specify which collections are vertieces or edges
  3. run node server/server.js
  4. DONE

Note: For the first time run, it will replay all oplogs. Make sure all data are in oplogs, otherwise, a full restore may be needed.