Skip to content

Commit

Permalink
minor: doc: add Ming and c5t to tools page
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Dirolf committed Dec 9, 2009
1 parent d591d9e commit 17d1d00
Showing 1 changed file with 18 additions and 5 deletions.
23 changes: 18 additions & 5 deletions doc/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,15 @@ MongoKit
is an ORM-like layer on top of PyMongo. There is also a MongoKit
`google group <http://groups.google.com/group/mongokit>`_.

Ming
`Ming <http://merciless.sourceforge.net/>`_ (the Merciless) is a
library that allows you to enforce schemas on a MongoDB database in
your Python application. It was developed by `SourceForge
<http://sourceforge.net/>`_ in the course of their migration to
MongoDB. See the `introductory blog post
<http://blog.pythonisito.com/2009/12/ming-01-released-python-library-for.html>`_
for more details.

pymongo-bongo
`pymongo-bongo <http://pypi.python.org/pypi/pymongo-bongo/>`_ is a
project to add some syntactic sugar on top of PyMongo. It is open
Expand All @@ -36,11 +45,6 @@ mongodb-object
notation". It features some interesting notation for document
traversal and querying, see the README for more info.

django-mongodb
`django-mongodb <http://bitbucket.org/kpot/django-mongodb/>`_ is a
project working towards creating a MongoDB backend for
:mod:`django.db`.

mongo-mapper
`mongo-mapper
<http://github.com/jeffjenkins/mongo-mapper/tree/master>`_ is
Expand All @@ -52,6 +56,11 @@ MongoMagic
first feature is a :class:`Document` class that provides attribute style
access (similar to JavaScript).

django-mongodb
`django-mongodb <http://bitbucket.org/kpot/django-mongodb/>`_ is a
project working towards creating a MongoDB backend for
:mod:`django.db`.

Other Tools
-----------
mongodb_beaker
Expand All @@ -77,6 +86,10 @@ MongoLog
is a Python logging handler that stores logs in MongoDB using a
capped collection.

c5t
`c5t <http://bitbucket.org/percious/c5t/>`_ is a
content-management system using TurboGears and MongoDB.

Alternative Drivers
-------------------
PyMonga
Expand Down

0 comments on commit 17d1d00

Please sign in to comment.