Re: Rewrite the Django wiki page

2017-12-05 Thread Nes Dis
That works :) Thank you for the super fast reply! On Mon, Dec 4, 2017 at 9:31 PM, Tim Graham wrote: > You need to login using one of the buttons on the top of the page, then an > "Edit this page" button will appear at the bottom. > > On Monday, December 4, 2017 at 10:3

Rewrite the Django wiki page

2017-12-04 Thread Nes Dis
I was wondering if it is possible to add some info into the Django wiki page. I have been trying to find the source files(txt or rst) for the wiki page of this url: https://code.djangoproject.com/wiki/NoSqlSupport I simply cannot find the githu

Re: Having a MongoDB connector for Django

2017-09-18 Thread Nes Dis
I completely agree with you! Having a connector for the backend DB means things will be slow. This must be indicated to the end-user. The engineer must whether having two dbs is a better fit or a single one with some trade-offs. Regards Nes Dis On Monday, 18 September 2017 15:22:00 UTC+5:30

Re: Having a MongoDB connector for Django

2017-09-15 Thread Nes Dis
Hello I would like to add that the application level joins are scripted such that they are *atomic in nature. *Which means if there is another thread/process operating in parallel, It will have no impact on final output. Is this why you feel an application join is scary? Regards Nes Dis On

Re: Having a MongoDB connector for Django

2017-09-15 Thread Nes Dis
description <https://nesdis.github.io/djongo/integrating-django-with-mongodb/> of this is available. Admin modules rely heavily on SQL, So cannot be ported to MongoDB. But admin porting to MongoDB is working successfully in djongo. Regards Nes Dis On Friday, 8 September 2017 18:33:59

Re: Having a MongoDB connector for Django

2017-09-10 Thread Nes Dis
33:59 UTC+5:30, Nes Dis wrote: > > Hello > > I am wondering what is the state of the art on Django having a backend > connector for MongoDB database backend. There are a few solutions out there > but they don't work as expected. > > A possible solution for this is to

Re: Having a MongoDB connector for Django

2017-09-09 Thread Nes Dis
8 September 2017 18:33:59 UTC+5:30, Nes Dis wrote: > > Hello > > I am wondering what is the state of the art on Django having a backend > connector for MongoDB database backend. There are a few solutions out there > but they don't work as expected. > > A possible s

Having a MongoDB connector for Django

2017-09-08 Thread Nes Dis
into MongoDB queries. I would like to hear the *expert opinion *from the esteemed members of this group on this concept. A working solution for this can be found here: djongo <https://nesdis.github.io/djongo/>. (Django + Mongo = Djongo) The project is hosted on github. Regards Nes D