Which Python API should be used with Mongo DB and Django

Posted by Thomas on Stack Overflow See other posts from Stack Overflow or by Thomas
Published on 2010-04-29T21:18:20Z Indexed on 2010/04/30 2:27 UTC
Read the original article Hit count: 530

Filed under:
|
|

I have been going back and forth over which Python API to use when interacting with Mongo. I did a quick survey of the landscape and identified three leading candidates.

If you were designing a new content-heavy website using the django framework, what API would you choose and why?

MongoEngine looks like it was built specifically with Django in mind. PyMongo appears to be a thin wrapper around Mongo. It has a lot of power, though loses a lot of the abstractions gained through using django as a framework. Ming represents an interesting middle ground between PyMongo and MongoEngine, though I haven't had the opportunity to take it for a test drive.

© Stack Overflow or respective owner

Related posts about python

Related posts about django