stripe-archive / mosql

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

Added support for composite keys #51

Closed edkurowski closed 10 years ago

edkurowski commented 10 years ago

This adds support for composite keys.

The composite key is defined by adding to the meta section on the collection.

nelhage commented 10 years ago

Oh wow, it hadn't even occurred to me that Mongo would support that. But yeah, this looks like a workable approach. Thanks for updating and writing the tests!