stripe-archive / mosql

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

Adding support for specifying the mongo db to use. #49

Closed sadowski closed 10 years ago

sadowski commented 10 years ago

This avoids the listDirectories call that is prohibited on some hosted services.

nelhage commented 10 years ago

Can we name it --only-db? I think that gives a better sense of what the option does -- limits us to one database, directly, no matter how many are named.

Can you also add a note to the README about this option and using MoSQL on hosted services?

With those changes, looks great!

sadowski commented 10 years ago

Thanks for the feedback! I've implemented the changes you've requested.

nelhage commented 10 years ago

Great, thanks for putting this together and the turnaround on those fixes!