stripe-archive / mosql

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

Optional filter on initial import #48

Closed edkurowski closed 10 years ago

edkurowski commented 10 years ago

This change allows a filter to be specified on the collection level for the initial import.

The test I added matches one of my (more annoying) use cases, which is to use the _id to filter out older records.

nelhage commented 10 years ago

cool, seems useful.