stripe-archive / mosql

MongoDB → PostgreSQL streaming replication
MIT License
1.63k stars 225 forks source link

Allow specifying an oplog filter #76

Closed glasser closed 9 years ago

glasser commented 9 years ago

This allows you to reduce bandwidth between Mongo and mosql if you're only copying a subset of the database.

No test because there doesn't appear to be any pre-existing tests of optail...

nelhage commented 9 years ago

:+1:

There are sadly no tests because Travis doesn't run a replset, so I'd have to do some work to set up real tests :/