benjamine / mongo-listener

mongodb oplog listener

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mongo Listener

  • listen for changes in mongodb collections (mongo oplog)
  • filter and transform docs and operations
  • if restarted resumes from last op, saved on a file or a redis key
  • if not last op exists, starts by processing the entire collection

About

mongodb oplog listener


Languages

Language:JavaScript 98.9%Language:Makefile 1.1%