tulip / oplogtoredis

Publish MongoDB oplog entries to Redis
Apache License 2.0
38 stars 9 forks source link

Benchmark gtm vs simpler oplog tailers #3

Closed benweissmann closed 6 years ago

benweissmann commented 6 years ago

Right now, we use github.com/rwynn/gtm to tail the oplog. This appears to be the most widely-used library for oplog tailing, but it has a lot of features we don't need.

We should evaluate alternatives, including https://github.com/vsco/autobahn-oplog and just using mgo directly to query the oplog collection.