Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Django + what NOSQL is the most mature for use in production?

I would like to use Django with a NOSQL solution. Are there any production ready NOSQL solutions that work nicely with the latest Django 1.3 ?

like image 204
avatar Avatar asked Jan 20 '23 21:01

avatar


1 Answers

You should try django non-rel. Currently it has support for appengine and mongodb. There are some work done for redis and cassandra too. This project is supposed to be merged with django 1.4 once it´s ready.

Personally I´ve successfully created a simple test app for appengine using it.

like image 53
fceruti Avatar answered Jan 30 '23 22:01

fceruti