Python with MongoDB

27 views
Skip to first unread message

Akshay Kumar Meena

unread,
Dec 3, 2015, 1:32:15 AM12/3/15
to wncc...@googlegroups.com
Which is the best framework for Python using MongoDB?
 Currently I am using Django framework but it's support for MongoDb seems to be discontinue, What are the other options ?

P. Dinesh

unread,
Dec 3, 2015, 2:01:31 AM12/3/15
to wncc...@googlegroups.com

It depend upon your data requirements.
Generally mongodb is storing for semi structured data. If your data need to be in structured I suggest to use postgresql which is relational db

On Dec 3, 2015 12:02 PM, "Akshay Kumar Meena" <akshaykum...@gmail.com> wrote:
Which is the best framework for Python using MongoDB?
 Currently I am using Django framework but it's support for MongoDb seems to be discontinue, What are the other options ?

--
--
The website for the club is http://wncc-iitb.org/
To post to this group, send email to wncc...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "Web and Coding Club IIT Bombay" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wncc_iitb+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

avneesh kumar

unread,
Dec 3, 2015, 2:01:31 AM12/3/15
to wncc...@googlegroups.com
Have u tried MongoEngine with Django?

On Thu, Dec 3, 2015 at 2:45 PM, Akshay Kumar Meena <akshaykum...@gmail.com> wrote:
Which is the best framework for Python using MongoDB?
 Currently I am using Django framework but it's support for MongoDb seems to be discontinue, What are the other options ?

Akshay Kumar Meena

unread,
Dec 3, 2015, 3:40:47 AM12/3/15
to wncc...@googlegroups.com
Avneesh -  http://docs.mongoengine.org/en/latest/django.html  , this link says that  Django support has been split from the main MongoEngine. And also there is no stable version.


P. Dinesh

unread,
Dec 3, 2015, 3:40:47 AM12/3/15
to wncc...@googlegroups.com

Yup. Previously we used flask and mongo, now are come completely shifting to Django and postgres because there were lot of limitations in mongo when your data and also traffic grows

Akshay Kumar Meena

unread,
Dec 3, 2015, 3:40:48 AM12/3/15
to wncc...@googlegroups.com
 My requirement is semi structured data , so I have to go with MongoDb.

Sanyam Mulay

unread,
Dec 3, 2015, 6:47:29 AM12/3/15
to wncc...@googlegroups.com
As far as I know, as of now mongo and django do not go well together.. Also it is not a good idea to store your primary data in mongo (user, auth, anything where you would want to use the django orm to simplify joins and references / foreign keys )

But if you insist that you have thought it through, you can use pymongo to execute queries. A big drawback is you will have to manage connections on your own. So some effort will be required there.

Akshay Kumar Meena

unread,
Dec 3, 2015, 11:23:31 PM12/3/15
to wncc...@googlegroups.com
Thanks to all guys, I'll try to get pymongo working with django
Reply all
Reply to author
Forward
0 new messages