Sophie

Sophie

distrib > Fedora > 18 > x86_64 > by-pkgid > e95d5030d4b84a5079808b05a4087bbb > files > 62

python-pymongo-gridfs-2.5.2-2.fc18.x86_64.rpm

Examples
========

The examples in this section are intended to give in depth overviews
of how to accomplish specific tasks with MongoDB and PyMongo.

Unless otherwise noted, all examples assume that a MongoDB instance is
running on the default host and port. Assuming you have `downloaded
and installed <http://www.mongodb.org/display/DOCS/Getting+Started>`_
MongoDB, you can start it like so:

.. code-block:: bash

  $ mongod

.. toctree::
   :maxdepth: 1

   gridfs
   aggregation
   geo
   high_availability
   custom_type
   gevent
   requests