I've been using in for a couple of months on most of my projects. I use it in conjuction with MongoEngine (http://mongoengine.org/) as the ORM. Its been a good experience so far. There's also a webpy session store for mongodb (http://github.com/whilefalse/webpy-mongodb-sessions) that works quite well.
The really killer feature that these nosql databases have (for me atleast) is the mapreduce functionality, and theres a great series blog posts written here (http://kylebanker.com/blog/2009/11/mongodb-count-group/) that break down how that works. -- Justin On Mon, Aug 23, 2010 at 8:10 AM, geekbuntu <[email protected]> wrote: > (forgive the blazing saddles reference - couldn't resist) > has anyone tested or used mongodb? > http://api.mongodb.org/python/1.8.1%2B/index.html > http://www.mongodb.org/ > i hear that it is amazing... would like to know if anyone in webpy > world has tested it or had any advice. > tia > > -- > You received this message because you are subscribed to the Google Groups > "web.py" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/webpy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
