Strength compared to Ming

23 views
Skip to first unread message

Paul-Olivier Dehaye

unread,
Feb 7, 2012, 2:57:34 AM2/7/12
to mongoeng...@googlegroups.com
Hi everyone,
I was wondering if anyone could enlighten me... What are the advantages of mongoengine over ming? I know ming has some functionality for specifying migrations from one schema to another, as well as a unit-of-work concept. It also has a LazyProperty decorator.
Beyond just the style used (which is similar), is there anything I missed?
Thanks
Paul

Ross Lawley

unread,
Feb 7, 2012, 6:48:27 AM2/7/12
to mongoeng...@googlegroups.com
Hi,

I havent had experience using ming so I can't declare all the advantages.  MongoEngine syntax is different and more familiar to those from a Django background.  Key features are: dynamic and efficient dereferencing of linked data - which can be lazy or automatically fetched.  We also have a dirty data tracking and also convert .save() to do $set and $unset operations as needed.

Ross
Reply all
Reply to author
Forward
0 new messages