anlek / mongify

Mongify allows you to map your data from a sql database and into a mongodb document database.
http://github.com/anlek/mongify
MIT License
317 stars 82 forks source link

Can i use mongoDB version 3.4 with mongify? #144

Open clearpal7 opened 7 years ago

clearpal7 commented 7 years ago

Today I tried to migrate data from MySql to MongoDB which version is 3.4 However I can not achieved the purpose. So I downgraded the version from 3.4 to 3.2 and then the updated was success.

However I`m going to use MongoDB version 3.4 not 3.2 .

Did you already make the mongify with MongoDb version 3.4 or Do you plan to improve the mongify with MongoDB version 3.4 ?

please as soon as possible answer me~~

anlek commented 7 years ago

At the moment, Mongify doesn't work with 3.4. However, there is a pull request (#148) to fix this. However, it requires a few tweaks before I can pull it into the core.