Skip to content

Instantly share code, notes, and snippets.

@techiev2
Last active December 27, 2015 15:59
Show Gist options
  • Save techiev2/7351846 to your computer and use it in GitHub Desktop.
Save techiev2/7351846 to your computer and use it in GitHub Desktop.
MongoDB / PythonODM / Migrations
People who've been working with MongoDB, any suggestions on a migration tool for working with schema changes?
Something like South that is kind of the de facto standard with Django/migrations with Rails?
I saw a Node based gist earlier today but haven't checked it out though.
And for the context, this 3 year old ticket on Mongoengine's repository, the ODM we are currently working with.
A -1 and the repo maintainer's remarks on the request.
Migrations seem to be happening a lot and is usually a pain going through it with a solution that is otherwise seamless.
We would like to see if we can implement a parallel if any other developer has looked at it, irrespective of technology and port it
https://github.com/hmarr/mongoengine/issues/105
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment