Oplog Transform Tail
Tail the MongoDB oplog and update a secondary store in real time
About
This is just a combination of oplog-transform and mongo-oplog to make a seemless tool for tailing the MongoDB oplog and performing the changes on a secondary store.
Usage
var tail =
See the oplog-transform docs for more in-depth info about how the insert
, update
, and remove
hooks work.
Made with ⚡️ by @taterbase