Entries Tagged "mongoengine"
MongoEngine 0.4 Released
The long-awaited version 0.4 of MongoEngine has now been released. This is a major update, bringing a solid set of new features, optimisations and bug fixes. I'll outline some of the main changes, and link to the documentation where relevant. Completely re-written Q-object implementation that no longer uses Javascript. A ...
New MongoEngine Website
We've just launched a new website for MongoEngine over at mongoengine.org. Check it out and let us know what you think.
Full text search with MongoDB
Here I'll present a simple full text search engine, that uses MongoDB as its backend. It's implemented using MongoEngine, and is intended as more of a proof-of-concept than a viable alternative to "real" search engines such as Solr, Sphinx, etc. What will the search engine do? The search engine will ...
MongoEngine 0.3 Released
Just released version 0.3 of MongoEngine, here's a quick breakdown of some of the main changes. MapReduce Support Thanks to the great work by Matt Dennewitz, we now have support for MapReduce. Here's an example to show how it works, in which we generate frequencies of tags over a collection ...
Integrating MongoDB and Django
Check out this great introduction to MongoEngine and Mumblr from Kevin Fricovsky.
Introducing MongoEngine
MongoEngine is a Document-Object Mapper (think ORM, but for document databases) for working with MongoDB from Python. It uses a simple declarative API, similar to that of the Django ORM. So what does it do? Here's a brief run-down of some of the main features of MongoEngine: Document schema declaration ...