knot-mongo-graph-connector

0.0.1 • Public • Published

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.

Package Sidebar

Install

npm i knot-mongo-graph-connector

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • homerquan